Altera_Forum
Honored Contributor
19 years agoTristate Bridge Problem
I have component sram_0 (16 bits width) and flash_0 (8 bits width) share a tristate bridge data bus.
How can I assign both tri_state_bridge_0_data to both components' data bus during instantiation using VHDL? If i write tri_state_bridge_0_data(7 downto 0)=>fl_dq and tri_state_bridge_0_data (15 downto 0) =>sram_dq(15 downto 0) it wil generate compiling error..... http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/sad.gif