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

Set default input port value for reg_io_ddr_mosi, to allow leaving it not connected.

parent 3f77bc82
Branches
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ ENTITY ddr3_transpose IS ...@@ -58,7 +58,7 @@ ENTITY ddr3_transpose IS
dp_out_rst : OUT STD_LOGIC; dp_out_rst : OUT STD_LOGIC;
-- MM register map for DDR controller status info -- MM register map for DDR controller status info
reg_io_ddr_mosi : IN t_mem_mosi; reg_io_ddr_mosi : IN t_mem_mosi := c_mem_mosi_rst;
reg_io_ddr_miso : OUT t_mem_miso; reg_io_ddr_miso : OUT t_mem_miso;
-- ST sinks -- ST sinks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment