Forum Discussion
Altera_Forum
Honored Contributor
11 years agoNo, you do NOT have to delete an other port.
Just add the new port in the port-list. BUT: Every entry in the Port-list ends with a semicolon except the last one. So the correct port list would be:
port (
clock : in STD_LOGIC;
reset_n : in STD_LOGIC;
Q : out STD_LOGIC_VECTOR(n-1 downto 0);
k: in unsigned (15 downto 0)
); PS: Please use the CODE-Braces to write Code in the Forum. It makes Reading a bit easier. (See advanced Posts)