Forum Discussion
Altera_Forum
Honored Contributor
10 years agoThe problem is the inout - because you are not driving it internally the 'U' overrides the '1' driven from outside.
But you should not be using inout anyway - there are no internal tri-states in an FPGA. You should use in and out only. Plus, your component declaration does not match the entity, as the entity uses an in, and the component uses inout.