Altera_Forum
Honored Contributor
16 years agoSOPC Internal Error: std_logic ports/signals must be width 1
I've upgraded from v8.1 to v9.0sp2. Some custom components I've been using are now throwing the following error when I try to generate my SOPC system.
Error: <componet name>: Internal error: std_logic ports/signals must be width 1. I found a similar thread (http://www.alteraforum.com/forum/showthread.php?t=4347) but it doesn't provide any solutions. My components are all written in VHDL. I went through the process of removing all existing .tcl files and recreating them in v9.0sp2. I tried replacing all std_logic statements with std_logic_vector(0 downto 0), but the same error still occurs. What does this error mean? Does anyone know how to fix the error? Does anyone know a workaround? Thanks