Altera_Forum
Honored Contributor
12 years agoEntity output bit selection
Hello guys !!
I'm working with an entity that has a 32 bits ouput and this entity is instantiated in my top_designì. My top_design has to ouput the 16 LSB ot this lower level entity. So i was wondering if it's possible to do something like: my_lower_lev_entity_inst : work.my_lower_lev_entity PORT MAP(......, ouput(15 downto 0)=> my_top_design_output) Is it a correct way ?? I see only a warning compiling th top in that way.. Thank you !