gEDA-user: Re: iverilog: Parameters of Parameters

2007-04-30 Thread Stephen Williams
[EMAIL PROTECTED] wrote: module A (input theInput, output theOutput); parameter delay = 2; // Do something endmodule module B (input theInput, output theOutput); parameter delay = a.delay + 5; A a(theInput, theOutput); // Do

Re: gEDA-user: PCB testers needed

2007-04-30 Thread Dan McMahill
Stefan Dröge wrote: What I'd specifically like feedback on are: 1) menus/hotkeys which worked in pcb-20070208 with the gtk HID and are broken now 2) any other wierd behaviour relating to menus or hotkeys that is different from pcb-20070208. 3) does this build with gtk = 2.8.0 and if so, does