Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
--- Quote Start --- My question is, is that ture that only if the compilaton can successfully pass that means the I/O assignment is ok? --- Quote End --- If compilation includes fitter process then yes, it is true. A little tip: you can configure Quartus to check I/O assignments validity before full compilation is initiated. Go to Assignments->Settings->Compilation Process Settings and check "Run I/O assignment analysis before compilation". Or you can run this check directly from Processing->Start menu. - Altera_Forum
Honored Contributor
Thanks AndrewS6! That's great!