|
发表于 2022-6-29 11:08:00
|
显示全部楼层
In the waveform for RTL sim, clk_div_2 rising edge seems to align with CK rising edge.
In the waveform for Post-sim, clk_div_2 rising edge seems to align with CK falling edge. In SDC, is the generated clock clk_div_2 defined properly? Should be something like:
create_generated_clock -name clk_div_2 -source div2_reg/CK -edges {1 3 5} div2_reg/Q
MEM is generally slow. I would change the design, implement a multicycle path to make it easier to meet timing. |
|