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"? Thanks. -- Timothy Normand Miller http://www.cse.ohio-state.edu/~millerti Open Graphics Project _______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
