Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Will a vector of 0 downto 0 compile? I know I've had problems with arrays like that. --- Quote End --- Yes, its fine. You can implement the port assignment to a std_logic using the std_logic_vector with an index, i.e., port map ( ... port_slv(0) => port_sl ... ); Cheers, Dave