Forum Discussion

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

How can i tie an input port of my top module to a fixed value using the tool settings

Hi all, I have a signal as an input port from the top which will give a reset value to registers at reset. suppose an example like if(rst_n==1'b0) begin x<=a; else x...