Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI figure out what the problem was. I had a custom type (non std_logic) that was declared in the CommonBlocksPackage file that I was using in the top-level port. I built a wrapper that mapped the custom type to std_logic and compile that with no issues.