Forum Discussion
Altera_Forum
Honored Contributor
10 years agoIt seems that there is no top design file selected in your project.
You should start with some VHDL tutorial and looking at some other peoples code. 1. The inferred latches should not intended to be here 2. Don't know why ModelSim does not complain but also your in and output ports are all 0 ranged. You meant "3 downto 0" and not "3 to 0" 3. All what you are doing is a simple "data_out <= not data_in"