Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17255 Discussions

Simulation/synthesis mismatch

Altera_Forum
Honored Contributor II
1,164 Views

My design uses lvds transmitters and receivers. When I use a serialization factor >2 it works fine. I need to use a serialization factor of 2, which converts the lvds blocks to ddio primitives. The pinouts seem to get messed up during this conversion. Simulation with Modelsim works fine, but it doesn't do the conversion to ddio. 

 

Is there a way to generate a simulation netlist for a single component? I want to use a functional netlist from synthesis in Modelsim for that one component. The only thing I've found is the "nonfunctional" simulation netlist for power estimation. 

 

Thanks, 

Myles
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
469 Views

You could create a Quartus project with that one component and set all the ports to virtual pins. Set up Simulation EDA settings to generate a vho file. Then use the vho in your simulation.

0 Kudos
Altera_Forum
Honored Contributor II
469 Views

Thanks for the idea. I'll try it out. I was going through the 34MB (1 M lines) .vo for the whole project, and I was having trouble telling which signal inversions to keep. I was afraid if I just had one component in the project it would get optimized away or use the wrong kind of pin.

0 Kudos
Reply