Re: parameter usage in simulatoin

al davis <[email protected]> Mon, 20 Apr 2020 03:03:28 -0400
Newsgroups gmane.comp.gnu.gnucap.general
Message-ID <20200420030328.5bc8d1f9@z>
On Mon, 20 Apr 2020 08:43:55 +0200
patrick <[email protected]> wrote:
> module m(1,2);
>        ^ ? need 4 more nodes
>
...............
> Surely I am missing some things... anyway thanks for your help.
> 


I think it's in spice mode .. expecting spice syntax.
In spice syntax, a line beginning with 'm' is a mosfet instance.

Commands in spice mode begin with dot, so try ".verilog" to switch to
verilog mode.