Forum Discussion
Gianfranco9635
New Contributor
2 years agoInout port became output
Hi guys, i'm trying to create a project based on a Bridge SPI to Avalon. In my top entity i have a signal that is defined as "INOUT" and that represent the I/O of my fpga (name signal is LSASBUS)....
- 2 years ago
Hi,
Check this KDB https://www.intel.com/content/www/us/en/support/programmable/articles/000086339.html, this is known previous problem and had been concluded using the workaround clean the project before running compilation to resolve the problem. Based on previous internal team reply: There is no capacity or further step taken for this.
The problem only exists in linux version but not in window version.
Thanks,
Regards,
Sheng
FvM
Super Contributor
2 years agoHi,
just a guess, you see inout port implemented as output only because tri-state output is always enabled in your code. If so, you'd see respective synthesis warnings.
just a guess, you see inout port implemented as output only because tri-state output is always enabled in your code. If so, you'd see respective synthesis warnings.
Gianfranco9635
New Contributor
2 years agoHi,
The tri-state outputs are not always active. In fact my lsasBusEn is initialize to 0.
Maybe I’m wrong. How would you fix my code?
Thank you!!