working assertion lib

This commit is contained in:
2022-12-01 01:03:23 -07:00
parent ebc3b22ac7
commit 38a91579ec
4 changed files with 38 additions and 85 deletions

View File

@@ -4,5 +4,5 @@
],
"editor.formatOnSave": true,
"verilog.linting.linter": "iverilog",
"verilog.linting.iverilog.arguments": "-g2012 -i -Wall",
"verilog.linting.iverilog.arguments": "-g2012 -i -Wall -Y .sv -I lib",
}