Skip to content

Commit d99c8d0

Browse files
committed
Remove unnecessary -Wno-BLKANDNBLK after Verilator was improved
1 parent 2571499 commit d99c8d0

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

designs/NVDLA/descriptor.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@ compile:
427427
- --autoflush
428428
- --timescale
429429
- 1ns/1ns
430-
- -Wno-BLKANDNBLK
431430

432431
execute:
433432
common:

designs/OpenPiton/descriptor.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ compile:
298298
mainClock: cmp_top.core_ref_clk
299299
verilatorArgs:
300300
- --autoflush
301-
- -Wno-BLKANDNBLK
302301

303302
execute:
304303
common:

designs/Vortex/descriptor.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ compile:
155155
topModule: tb
156156
mainClock: tb.clk
157157
verilatorArgs:
158-
- -Wno-BLKANDNBLK
159158
- --autoflush
160159

161160
execute:

designs/XuanTie-C906/descriptor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ compile:
298298
- src/uart_ctrl.v
299299
- src/uart_trans.v
300300
- src/uart.v
301-
verilatorArgs: [ --autoflush, -Wno-BLKANDNBLK ]
301+
verilatorArgs: [ --autoflush ]
302302
topModule: tb
303303
mainClock: tb.clk
304304

0 commit comments

Comments
 (0)