On 6/23/06, Hamish <[EMAIL PROTECTED]> wrote:
On Wednesday 21 June 2006 22:00, you wrote:
I have a new version... Whch synthesises nicely on ISE... (8.1 for an xc2s1500 admittedly). 4 warnings that I understand not at all, but no errors apparently. Now whether it works or not is another matter... I haven't figured out a test harness for it yet...
Well, you can't synthesize a $display statement, and since that's the only place your signals go, all of your logic will get ripped out. Your only output is the done signal, and there's not much to computing that. Have a look at Lesson 4. (That did show up on the list, right?) _______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
