[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gEDA: Re: Icarus Verilog
schon@mips.com said:
> and Q (f,a,b,c);
Yikes! Stupid Typo Alert! Try this.
diff -u -r1.20 pform.cc
--- pform.cc 1999/05/29 02:36:17 1.20
+++ pform.cc 1999/05/31 15:16:14
@@ -266,7 +266,7 @@
unsigned long delay_val = delay? evaluate_delay(delay) : 0;
delete delay;
- for (unsigned idx = 0 ; idx < gates->count() ; idx += 0) {
+ for (unsigned idx = 0 ; idx < gates->count() ; idx += 1) {
pform_makegate(type, delay_val, (*gates)[idx]);
}
--
Steve Williams "The woods are lovely, dark and deep.
steve@icarus.com But I have promises to keep,
steve@picturel.com and lines to code before I sleep,
http://www.picturel.com And lines to code before I sleep."