Intel: When simulating with ModelSim®, etc., how should I describe the input signal that is pulled down on the board in the test bench?
simulation
Category: Simulation
Tools: ModelSim®
device:-
In the case of Verilog-HDL, the signal to be pulled down is declared as a pulldown with the same signal name separately from the wire declaration.
example)
wire data; // target signal for pull-down
pulldown (data); //Describe the pull-down on the board ←Specific description example
Note that this description can only be used on the test bench (simulation).
Experienced FAE
Free consultation is available.
From specific product specifications to parts selection, the Company FAE will answer your technical concerns free of charge. Please feel free to contact us.