Re: Verilog syntax (Was: parameter usage in simulation)

Felix Salfelder <[email protected]> Mon, 20 Apr 2020 12:47:57 +0200
Newsgroups gmane.comp.gnu.gnucap.general
Message-ID <[email protected]>
On Mon, Apr 20, 2020 at 12:29:34PM +0200, patrick wrote:
> But trying to run a simple sweep on the Resistor gives:
> 
> .verilog

I suspect that you are running gnucap with the -b flag. this switches on
spice mode, and in spice mode, the first line is the title (effectively
ignored).

try to drop the -b, and put "verilog", without the dot, into the first
line.

cheers
felix