Skip to content
Snippets Groups Projects
Commit 1be7ce19 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

cosmetic.

parent b40ff545
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
-- read access the sequencer needs to generate the dvr signals itself. -- read access the sequencer needs to generate the dvr signals itself.
-- --
-- . The dvr interface is mapped on the t_mem_ctlr_mosi/miso interface: -- . 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_miso.done <= dvr_done -- Requested wr or rd sequence is done
-- dvr_en <= dvr_mosi.burstbegin -- dvr_en <= dvr_mosi.burstbegin
-- dvr_wr_not_rd <= dvr_mosi.wr -- No need to use dvr_mosi.rd -- dvr_wr_not_rd <= dvr_mosi.wr -- No need to use dvr_mosi.rd
...@@ -174,7 +175,7 @@ ENTITY io_ddr IS ...@@ -174,7 +175,7 @@ ENTITY io_ddr IS
phy_in : IN t_tech_ddr_phy_in; phy_in : IN t_tech_ddr_phy_in;
phy_io : INOUT t_tech_ddr_phy_io; phy_io : INOUT t_tech_ddr_phy_io;
phy_ou : OUT t_tech_ddr_phy_ou phy_ou : OUT t_tech_ddr_phy_ou
); );
END io_ddr; END io_ddr;
......
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