This shows you the differences between two versions of the page.
gnucap:manual:languages:verilog [2023/11/02 19:43] aldavis [module] |
gnucap:manual:languages:verilog [2023/11/02 20:17] (current) aldavis old revision restored |
||
---|---|---|---|
Line 199: | Line 199: | ||
(* structural *) module amp (out, in, (* optional *) vcc); | (* structural *) module amp (out, in, (* optional *) vcc); | ||
+ | (* show *) parameter rload=10K; | ||
.... | .... | ||