Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Ankündigungen
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Diskussionen

Test benching LVDS ports

Altera_Forum
Geehrter Beitragender II
1.467Aufrufe

I have a Verilog design that I'm simulating with a Verilog test bench using Altera-ModelSim. The desgin has LVDS ports and when the simulation is run ModelSim complains about unconnected xxx(n) ports, the negative LVDS inputs. How do I specify the driving of these ports from the test bench when the Verilog design doesn't have explicit ports for the negative LVDS pins?

0 Kudos
2 Antworten
Altera_Forum
Geehrter Beitragender II
722Aufrufe

you must be doing a gate level simulation? you may have to drive the -n legs from your test bench

Altera_Forum
Geehrter Beitragender II
722Aufrufe

Yes this is a gate level sim. How do I drive the (n) pins from the Verilog test bench? Or, how do I explicitly define the (n) pins in the device Verilog file? I just left the (n) pins undefined and Quartus automatically assigned them, so there is no definition for these pins in the Verilog design file. Is there a way to explicitly define the (n) pins in the design file?

Antworten