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

Do not enable BST offload, because MM accesses interfer with MP read accesses...

Do not enable BST offload, because MM accesses interfer with MP read accesses via c_mm_file_ram_st_bst.
parent 329d204a
No related branches found
No related tags found
No related merge requests found
Pipeline #42951 passed
...@@ -820,8 +820,11 @@ BEGIN ...@@ -820,8 +820,11 @@ BEGIN
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
-- Enable BST offload (not verified here, but only for view in Wave window) -- Enable BST offload (not verified here, but only for view in Wave window)
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
v_offset := bset * c_mm_span_reg_stat_enable_bst;
mmf_mm_bus_wr(c_mm_file_reg_stat_enable_bst, v_offset + 0, 1, tb_clk); -- Do not enable BST offload, because MM accesses interfer with MP read
-- accesses via c_mm_file_ram_st_bst, and causes incorrects BST values.
--v_offset := bset * c_mm_span_reg_stat_enable_bst;
--mmf_mm_bus_wr(c_mm_file_reg_stat_enable_bst, v_offset + 0, 1, tb_clk);
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
-- Enable beamlet output (dp_xonoff) -- Enable beamlet output (dp_xonoff)
......
...@@ -878,8 +878,11 @@ BEGIN ...@@ -878,8 +878,11 @@ BEGIN
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
-- Enable BST offload on last node (not verified here, but only for view in Wave window) -- Enable BST offload on last node (not verified here, but only for view in Wave window)
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
v_offset := bset * c_mm_span_reg_stat_enable_bst;
mmf_mm_bus_wr(c_mm_file_reg_stat_enable_bst, v_offset + 0, 1, tb_clk); -- Do not enable BST offload, because MM accesses interfer with MP read
-- accesses via c_mm_file_ram_st_bst, and causes incorrects BST values.
--v_offset := bset * c_mm_span_reg_stat_enable_bst;
--mmf_mm_bus_wr(c_mm_file_reg_stat_enable_bst, v_offset + 0, 1, tb_clk);
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
-- Enable beamlet output on last node (dp_xonoff) -- Enable beamlet output on last node (dp_xonoff)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment