Forum Discussion
Hakim1
New Contributor
2 years agoi found the error. It seems to be the name that i gave to my inputs and outputs. when i changed "input" to "entree" and "output_0/7" to "sortie_0/7" it worked. i dont know why maybe input and output are key words that i cant use. Hope this helps for the others.
roeekalinsky
Contributor
2 years ago"input" and "output" are not reserved key words in VHDL, but they are in Verilog, and your test bench is written in Verilog.