Skip to content
Snippets Groups Projects

Resolve L2SDP-697

Merged Job van Wee requested to merge L2SDP-697 into master
Files
12
@@ -95,6 +95,7 @@ ARCHITECTURE str OF ddrctrl IS
SIGNAL dvr_mosi : t_mem_ctlr_mosi := c_mem_ctlr_mosi_rst;
SIGNAL wr_sosi : t_dp_sosi := c_dp_sosi_init;
SIGNAL rd_siso : t_dp_siso := c_dp_siso_rst;
SIGNAL stop : STD_LOGIC;
BEGIN
@@ -112,6 +113,7 @@ BEGIN
clk => clk,
rst => rst,
in_sosi_arr => in_sosi_arr,
in_stop => stop,
out_of => out_of,
out_sosi => out_sosi,
out_adr => out_adr
@@ -209,7 +211,8 @@ BEGIN
wr_sosi => wr_sosi,
rd_siso => rd_siso,
stop_in => stop_in
stop_in => stop_in,
stop_out => stop
);
END str;
Loading