Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

ModelSim - Force statement in testbench

How can I force a node in the vhdl code during simulation. tried this in test bench, no luck, get unknown identifier. nc_force ("I1:mode1", '1'); I can do i manually in the modelsi...