This shows you the differences between two versions of the page.
gnucap:manual:languages:verilog [2023/11/02 20:17] aldavis old revision restored |
gnucap:manual:languages:verilog [2024/01/30 11:47] (current) felixs lang_verilog now in mgsim |
||
---|---|---|---|
Line 65: | Line 65: | ||
==== new/WIP ==== | ==== new/WIP ==== | ||
- | This relates to task 2a in [[gnucap:projects:nlnet:verilogams]]. The following is implemented in the modelgen-verilog package. Load it with "load vams/lang_verilog.so", or start gnucap with "-a vams/lang_verilog.so". | + | This relates to task 2a in [[gnucap:projects:nlnet:verilogams]]. The following is implemented in the modelgen-verilog package and bundled with the device plugins ("mgsim") therein. See the examples directory in gnucap-modelgen-verilog for various live applications. |
A "paramset" statement creates a new type from an existing type. It becomes a "master" that can be instantiated later. It is similar to a spice ".model". | A "paramset" statement creates a new type from an existing type. It becomes a "master" that can be instantiated later. It is similar to a spice ".model". |