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 agoIn MAX7128S, output enable can be driven by dedicated nOE inputs or macro cells. Your code is supposes to work, if oe_n is defined accordingly. This can't be seen from your post.