tyagifaisal
Newbie level 4
- Joined
- Feb 25, 2013
- Messages
- 7
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,343
Hi,
I am trying to perform gate-level simulation of my circuit using Synopsys Design Compiler.
My program runs during functional simulation and I get the right result as compared with my C code. I then used Synopsys and performed the Analyze -> Elaborate -> Compile Design steps and saved the netlist generated as well as the .sdf delay file. On running the same testbench on the synthesized code, I found out that I wasn't getting the right results. I looked at the waveform file generated to see what was going on and found out that nothing in the main.v program is running (see attached screenshot). I mean, none of the always blocks in the main.v program are running. It looks like I messed up while performing synthesis, but I have done it a lot of times following the instructions, so can someone tell me what I am missing?
Thanks,
Faisal.
I am trying to perform gate-level simulation of my circuit using Synopsys Design Compiler.
My program runs during functional simulation and I get the right result as compared with my C code. I then used Synopsys and performed the Analyze -> Elaborate -> Compile Design steps and saved the netlist generated as well as the .sdf delay file. On running the same testbench on the synthesized code, I found out that I wasn't getting the right results. I looked at the waveform file generated to see what was going on and found out that nothing in the main.v program is running (see attached screenshot). I mean, none of the always blocks in the main.v program are running. It looks like I messed up while performing synthesis, but I have done it a lot of times following the instructions, so can someone tell me what I am missing?
Thanks,
Faisal.
Last edited: