Closed jhegeman closed 4 years ago
Thanks for creating this pull request! I just have one small request: Can you change lines 27 to 38 of the new file from ...
src ipbus_transport_axi_if.vhd src ipbus_transport_ram_if.vhd ipbus_transport_ram_if_simtb.vhd src ipbus_transport_multibuffer_if.vhd src ipbus_transport_multibuffer_cdc.vhd src ipbus_transport_multibuffer_rx_dpram.vhd ipbus_transport_multibuffer_tx_dpram.vhd src ipbus_axi_decl.vhd ?toolset=="Vivado"? src ../cgn/axi_bram_ctrl_0.xci include -c components/ipbus_core
... to ...
src ipbus_transport_ram_if_simtb.vhd include ipbus_transport_axi.dep
Good point. Too much copy-paste involved in the original version. Fixed.
Run tests, please
(@jhegeman Previous message can be ignored - it just initiates the automated builds)
Thanks for creating this pull request! I just have one small request: Can you change lines 27 to 38 of the new file from ...
... to ...