Forum Discussion
Altera_Forum
Honored Contributor
14 years agoOutput enables on MAX7000s
I'm working with a MAX7128S device. Internally, I have an output enable driving some outputs as follows: assign PIN_13 = (!oe_n) ? ab : 1'bz;
assign PIN_15 = (!oe_n) ? ab : 1'bz;
assign ...
Altera_Forum
Honored Contributor
14 years agoThe OE function in the above code isn't related to global OE because it doesn't use an unconditional OE function for any output.