From 1be7ce19ded0c57d75c7da447adf931c9207fb30 Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Thu, 8 Jan 2015 14:47:12 +0000 Subject: [PATCH] cosmetic. --- libraries/io/ddr/src/vhdl/io_ddr.vhd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/io/ddr/src/vhdl/io_ddr.vhd b/libraries/io/ddr/src/vhdl/io_ddr.vhd index f43ecc5b70..2db1c53ded 100644 --- a/libraries/io/ddr/src/vhdl/io_ddr.vhd +++ b/libraries/io/ddr/src/vhdl/io_ddr.vhd @@ -56,6 +56,7 @@ -- read access the sequencer needs to generate the dvr signals itself. -- -- . The dvr interface is mapped on the t_mem_ctlr_mosi/miso interface: +-- -- dvr_miso.done <= dvr_done -- Requested wr or rd sequence is done -- dvr_en <= dvr_mosi.burstbegin -- dvr_wr_not_rd <= dvr_mosi.wr -- No need to use dvr_mosi.rd @@ -174,7 +175,7 @@ ENTITY io_ddr IS phy_in : IN t_tech_ddr_phy_in; phy_io : INOUT t_tech_ddr_phy_io; phy_ou : OUT t_tech_ddr_phy_ou - ); + ); END io_ddr; -- GitLab