antmicro / verilator-verification-features-tests

https://antmicro.github.io/verilator-verification-features-tests/log.html
Apache License 2.0
12 stars 5 forks source link

Remove the line with the warning about stack size from the output #514

Closed RRozak closed 5 months ago

RRozak commented 5 months ago

Verilator adds such a warning, which causes fails, because the diff is not empty. An example whole message is

%Warning: System has stack size 8192 kb which may be too small; suggest 'ulimit -s 25193' or larger

I think it's best to exclude it from comparing, especially that the suggested size may differ in various verilator versions.