[myhdl-list] generate verilog with parameter statement
Brought to you by:
jandecaluwe
From: Neal B. <ndb...@gm...> - 2009-03-16 15:29:28
|
How do I convert to verilog so that it will contain a 'parameter' statement? I want to specify a value via a verilog 'parameter'. For example, I have a 'frame length' that will be passed to all modules via a verilog parameter. What would the corresponding myhdl source look like? |