Commit e4159643 authored by Lucas Russo's avatar Lucas Russo

modules/*/wb_acq_core/wb_acq_core.vhd: remove redundant g_max_burst_size assertion

This is already being checked inside
acq_ddr3_axis_write module.
parent f2e69761
......@@ -406,10 +406,6 @@ begin
report "[wb_acq_core] DDR interface type must be either AXIS or UI"
severity Failure;
assert (g_max_burst_size = 2 or g_max_burst_size = 4 or g_max_burst_size = 8)
report "[wb_acq_core] Max burst size must be either 2, 4 or 8"
severity Failure;
fs_rst_n <= fs_rst_n_i and acq_fsm_rstn_fs_sync;
ext_rst_n <= ext_rst_n_i and acq_fsm_rstn_ext_sync;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment