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

Corrected v := r_rst.

parent bcee5439
No related branches found
No related tags found
No related merge requests found
...@@ -104,6 +104,7 @@ ARCHITECTURE str OF fringe_stop_unit IS ...@@ -104,6 +104,7 @@ ARCHITECTURE str OF fringe_stop_unit IS
SIGNAL dbg_lookup_imag_dc : INTEGER := common_math_sum_look_up_table(c_lookup_imag); SIGNAL dbg_lookup_imag_dc : INTEGER := common_math_sum_look_up_table(c_lookup_imag);
SIGNAL r, rin : reg_type; SIGNAL r, rin : reg_type;
SIGNAL r_rst : reg_type := ((OTHERS=>c_dp_sosi_rst), (OTHERS=>'0'), '0', '0', '0', '0', '0');
SIGNAL wr_offset_last : STD_LOGIC; SIGNAL wr_offset_last : STD_LOGIC;
SIGNAL wr_offset_last_dp : STD_LOGIC; SIGNAL wr_offset_last_dp : STD_LOGIC;
...@@ -166,7 +167,7 @@ BEGIN ...@@ -166,7 +167,7 @@ BEGIN
END IF; END IF;
IF dp_rst = '1' THEN IF dp_rst = '1' THEN
v.flush_accu := '0'; v := r_rst;
END IF; END IF;
rin <= v; rin <= v;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment