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

Use g_restore_global_bsn=true for dp_block_gen_valid_arr to preserve global BSN for Arts SC1.

parent d2e237c2
No related branches found
No related tags found
No related merge requests found
......@@ -632,7 +632,8 @@ begin
g_nof_data_per_block => c_nof_valid_per_block,
g_nof_blk_per_sync => g_wpfb.nof_blk_per_sync,
g_check_input_sync => false,
g_nof_pages_bsn => 1
g_nof_pages_bsn => 1,
g_restore_global_bsn => true
)
PORT MAP (
rst => dp_rst,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment