Skip to content
Snippets Groups Projects
Commit 6f2661c5 authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

updated statisitic_offload

parent f0981bba
No related branches found
No related tags found
Loading
Pipeline #34146 passed
...@@ -226,7 +226,6 @@ ARCHITECTURE str OF disturb_statistics_offload IS ...@@ -226,7 +226,6 @@ ARCHITECTURE str OF disturb_statistics_offload IS
SIGNAL trigger_en : STD_LOGIC := '0'; SIGNAL trigger_en : STD_LOGIC := '0';
SIGNAL trigger_offload : STD_LOGIC := '0'; SIGNAL trigger_offload : STD_LOGIC := '0';
SIGNAL mm_done : STD_LOGIC := '0';
SIGNAL dp_sop : STD_LOGIC := '0'; SIGNAL dp_sop : STD_LOGIC := '0';
SIGNAL dp_block_from_mm_src_out : t_dp_sosi; SIGNAL dp_block_from_mm_src_out : t_dp_sosi;
SIGNAL dp_block_from_mm_src_in : t_dp_siso; SIGNAL dp_block_from_mm_src_in : t_dp_siso;
...@@ -513,7 +512,6 @@ BEGIN ...@@ -513,7 +512,6 @@ BEGIN
sync_in => r.sync, sync_in => r.sync,
bsn_at_sync => bsn_at_sync, bsn_at_sync => bsn_at_sync,
start_address => r.start_address, start_address => r.start_address,
done => mm_done, -- not used, use dp_sop instead
mm_mosi => master_mosi, mm_mosi => master_mosi,
mm_miso => master_miso, mm_miso => master_miso,
out_sosi => dp_block_from_mm_src_out, out_sosi => dp_block_from_mm_src_out,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment