Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
18 years ago

modelsim 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.:)

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    The "entity" is the typo? This is weird. Perhaps you can try compile with -93 switch (e.g. vcom -93 ...)?