From 64aff9d74a0e0c18dde5f43a578bc8a51d81f82f Mon Sep 17 00:00:00 2001
From: Pepping <pepping>
Date: Mon, 30 Mar 2015 13:58:05 +0000
Subject: [PATCH] Added entry fro reg_io_ddr

---
 applications/unb1_reorder/src/vhdl/mmm_unb1_reorder.vhd | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/applications/unb1_reorder/src/vhdl/mmm_unb1_reorder.vhd b/applications/unb1_reorder/src/vhdl/mmm_unb1_reorder.vhd
index 038087164b..abb752f84d 100644
--- a/applications/unb1_reorder/src/vhdl/mmm_unb1_reorder.vhd
+++ b/applications/unb1_reorder/src/vhdl/mmm_unb1_reorder.vhd
@@ -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),
-- 
GitLab