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


_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Reply via email to