Hi,
I am trying to disable VHDL assert but I was not able to find the option used by xrun to do that.
Anyone can help ?
Thanks.
Nabil
PS: following an example of the code implemented and its message:
assert(now - timeADXC >= tAVAV)
report "(Address valid to next address valid time violation (tAVAV = 70/90 ns) !!)"
severity warning;
ASSERT/WARNING (time 8329528909571 FS) from process testbench.prom_NCS0_1:timingCheck_process (architecture work.m29w800d_msb:behavior)
(Address valid to next address valid time violation (tAVAV = 70/90 ns) !!)