Skip to content
Snippets Groups Projects
Commit 64aff9d7 authored by Pepping's avatar Pepping
Browse files

Added entry fro reg_io_ddr

parent f6c5f590
No related branches found
No related tags found
No related merge requests found
......@@ -422,6 +422,15 @@ BEGIN
coe_readdata_export_to_the_ram_ss_ss_wide => ram_ss_ss_transp_miso.rddata(c_word_w-1 DOWNTO 0),
coe_write_export_from_the_ram_ss_ss_wide => ram_ss_ss_transp_mosi.wr,
coe_writedata_export_from_the_ram_ss_ss_wide => ram_ss_ss_transp_mosi.wrdata(c_word_w-1 DOWNTO 0),
-- the_reg_bsn_monitor
coe_address_export_from_the_reg_io_ddr => reg_io_ddr_mosi.address(1 DOWNTO 0),
coe_clk_export_from_the_reg_io_ddr => OPEN,
coe_read_export_from_the_reg_io_ddr => reg_io_ddr_mosi.rd,
coe_readdata_export_to_the_reg_io_ddr => reg_io_ddr_miso.rddata(c_word_w-1 DOWNTO 0),
coe_reset_export_from_the_reg_io_ddr => OPEN,
coe_write_export_from_the_reg_io_ddr => reg_io_ddr_mosi.wr,
coe_writedata_export_from_the_reg_io_ddr => reg_io_ddr_mosi.wrdata(c_word_w-1 DOWNTO 0),
-- the_reg_bsn_monitor
coe_address_export_from_the_reg_bsn_monitor => reg_bsn_monitor_mosi.address(3+c_unb1_board_peripherals_mm_reg_default.reg_bsn_monitor_adr_w-1 DOWNTO 0),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment