Altera_Forum
Honored Contributor
20 years agoData bus sharing and user component with HDL files
Hi all,
When I create a new tristate slave component for the NIOS/SOPC builder and the component is implemented using some custom logic in VHDL code, the SOPC builder adds a new data bus for the component. Checked the is_shared setting in the PTF file and is set to value is_shared = "1". This same thing happends for every tristate slave component I add to the system. Question is, Is there any way for avoiding these extra data buses from appearing? From my point of view, this buses have sense only if the external chips are not intended for being connected to the same FPGA data bus pins, which is not my case. Thanks a lot in advance.