Hi,
I made a simple design for just experimentation. In that design, I instantiated a multiplier from IP catalog(simple multiplier). Then I synthesized. Everything was ok. Then I wrote a testbench and tried to run simulation through native link.
RTL simulation is working just fine.
But when I run gate level simulation, the output of the multiplier is all XXX. Please note that when it asks about timing model, I use the same "slow model", as hinted by the prompt.
What possibly I may be doing wrong?
Link Copied
Have you followed the Gate-Level Simulation (NativeLink Flow) as per the user guide?
The problem was timing. The model or the IP was not starting till 4995 ps . So What I did, I regenerated that IP with same specs, but with little less files(this time only with .v files). And problem was solved.
Now, no starting delays and IP is also working with peco seconds accuracy.
Thanks for your replay.
For more complete information about compiler optimizations, see our Optimization Notice.