Forum Discussion
Inout port became output
- 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
Hi,
Yes, you can create a tcl script for example like test.tcl. Then add the command below to the tcl script:
quartus_sh --clean test
quartus_sh --flow compile test
And then source the tcl script to clean and compile
[Edited] If for quartus_sh --clean test, project name test can't be used then use with the .qpf one like test.qpf