diff --git a/libraries/dsp/si/tb/vhdl/tb_si.vhd b/libraries/dsp/si/tb/vhdl/tb_si.vhd index 53f5b2536a743d2f9d0e34f7ef161a04dd40016b..cf715e2cbb39350599c579605bb14b63c11da7c8 100755 --- a/libraries/dsp/si/tb/vhdl/tb_si.vhd +++ b/libraries/dsp/si/tb/vhdl/tb_si.vhd @@ -238,8 +238,8 @@ BEGIN END IF; ELSE -- Verify expected number of clip_even (when in_sop is at even) and clip_odd (when in_sop is at odd) - ASSERT cnt_even = 12 REPORT "Wrong number of expected c_min to c_max at even index" SEVERITY ERROR; - ASSERT cnt_odd = 4 REPORT "Wrong number of expected clipped c_min to c_max at odd index" SEVERITY ERROR; + ASSERT cnt_even = 4 REPORT "Wrong number of expected clipped c_min to c_max at even index" SEVERITY ERROR; + ASSERT cnt_odd = 12 REPORT "Wrong number of expected clipped c_min to c_max at odd index" SEVERITY ERROR; WAIT; END IF; END PROCESS;