Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- It's essential, that the entity not writing to the port must write "ZZZZ" instead. --- Quote End --- Yes. I changed my code and then it worked. Thank you. --- Quote Start --- inout ports should only really be used at pin levels, and then they should be avoided if possible. --- Quote End --- In this case, inout ports were necessary because my entitiy had to be connected to another entity, which had also an inout port and I couldn't change this because I couldn't see the source code (viewing support not included).