gnucap-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnucap-devel] prototype name -- bug or feature?


From: Felix Salfelder
Subject: [Gnucap-devel] prototype name -- bug or feature?
Date: Thu, 17 Jan 2013 20:56:34 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

Hi Al.

to my surprise (in 0.36), this
gnucap> verilog
gnucap-verilog>capacitor #(.c(1)) resistor (.p(1),.n(2));
gnucap-verilog>resistor r (1,2);
gnucap-verilog>list

results in
capacitor #(.c(1)) resistor (.p(1),.n(2));
capacitor #(.c(1)) r (.p(1),.n(2));

a similar collision happened while parsing one of my geda schematics
(also using LANGUAGE::find_proto), which is bad. i have no idea what to
do, in case this is not a bug...
 
regards
felix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]