Forum Discussion

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

verilog module output to NULL

I created a complex module. Not all output using all the time. How can I redirect the unused outputs too "null". sample: uart_rx rx1 (.reset(uart_rst), .rxclk(baud_clk), .rx_rea...