Altera_Forum
Honored Contributor
19 years agomodelsim 6.1g AE and port mapping
Hi everybody,
machine_com : entity communication
PORT MAP ( clk => sysclk,
E_com(7 downto 0) => diag(7 downto 0),
S_com(19 downto 9) => V_inter(19 downto 9)
);
The port S_com is 20 downto 9 and I really want to ignore S_com(20). This code fails to compile on modelsim ae 6.1g but is synthetisable in quartus 7.1 :confused: . Maybe a small bug to fix.:)