Forum Discussion
Altera_Forum
Honored Contributor
16 years agoVerilog module Instantiation
Don't really know whether i should post this Q here or not. I'm a student using modelsimSE 6.1f. actually this Q is more to verilog...not on fpga hardware issue i was wondering,how can i...
Altera_Forum
Honored Contributor
16 years agoYou basicaly need to add soething like this somewhere in your code
if (input == 1001) begin input <= 4'b0; end But I guess you have no clue where to add it right ? Well, I can not help you there, not without the code.