Don't warn on BLKSEQ

This commit is contained in:
xenia 2024-01-21 20:50:47 +01:00
parent 1b316ead40
commit 3b10fd110e

View File

@ -12,7 +12,7 @@
verilator = import ./verilator.nix pkgs ; verilator = import ./verilator.nix pkgs ;
yosys = pkgs.yosys; yosys = pkgs.yosys;
vflags = ''-Wpedantic -Wwarn-lint -Wwarn-style -Wno-PINCONNECTEMPTY -CFLAGS "-Wpedantic -std=c++20"''; vflags = ''-Wpedantic -Wwarn-lint -Wwarn-style -Wno-PINCONNECTEMPTY -Wno-BLKSEQ -CFLAGS "-Wpedantic -std=c++20"'';
verilate-src = cmd: '' verilate-src = cmd: ''
cp -r ${./src} ./src cp -r ${./src} ./src