Timothy Normand Miller wrote: > For Verilog synthesizers, I can do something like this to tell it to > not synthesize a bit of code: > > // synthesis translate_off > assign GSR = reset_pin_; > // synthesis translate_on > > Is there an equivalent thing for Icarus that will tell it "don't simulate > this"?
I didn't try it out, but a simple `ifndef SOMETHING ... `endif in the source and -DSOMETHING on the command line should work. - Viktor Pracht -- Psssst! Schon das coole Video vom GMX MultiMessenger gesehen? Der Eine für Alle: http://www.gmx.net/de/go/messenger03 _______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
