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

Avoid too long line.

parent 183eaf40
No related branches found
No related tags found
1 merge request!353Resolve L2SDP-962
...@@ -335,7 +335,8 @@ begin ...@@ -335,7 +335,8 @@ begin
g_use_mm_output => true, g_use_mm_output => true,
g_rd_latency => 1, -- Required for st_xst g_rd_latency => 1, -- Required for st_xst
-- for mms_dp_bsn_monitor_v2 -- for mms_dp_bsn_monitor_v2
g_nof_clk_per_sync => c_sdp_N_clk_sync_timeout_xsub, -- Using c_sdp_N_clk_sync_timeout_xsub as g_nof_clk_per_sync is used for BSN monitor timeout. -- Using c_sdp_N_clk_sync_timeout_xsub as g_nof_clk_per_sync is used for BSN monitor timeout.
g_nof_clk_per_sync => c_sdp_N_clk_sync_timeout_xsub,
g_nof_input_bsn_monitors => g_P_sq, g_nof_input_bsn_monitors => g_P_sq,
g_use_bsn_output_monitor => true g_use_bsn_output_monitor => true
) )
......
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