From 3b10fd110e79dc590a6c3466a30ebb7a14bfdec8 Mon Sep 17 00:00:00 2001 From: xenia Date: Sun, 21 Jan 2024 20:50:47 +0100 Subject: [PATCH] Don't warn on BLKSEQ --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 724fb84..1bf38be 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ verilator = import ./verilator.nix pkgs ; 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: '' cp -r ${./src} ./src