Re: [myhdl-list] python list of signals
Brought to you by:
jandecaluwe
From: Tom D. <td...@di...> - 2004-07-19 14:19:57
|
Frank, Tried that with the same results. I'm sure there is an easy way to do this... Tom Frank Palazzolo wrote: >>I was trying to make a variable pipeline module with the following code: >> >>def pipe(q, d, clk, stages=1): >> >> > >Does it work if you take stages out of the function signature? It may be >that the Verilog generation assumes it is a Signal if it's in the >signature..? > >Just a guess... >-Frank > > > > >------------------------------------------------------- >This SF.Net email is sponsored by BEA Weblogic Workshop >FREE Java Enterprise J2EE developer tools! >Get your free copy of BEA WebLogic Workshop 8.1 today. >http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click >_______________________________________________ >myhdl-list mailing list >myh...@li... >https://lists.sourceforge.net/lists/listinfo/myhdl-list > > > |