ysyx-workbench/npc/.cmake-format
xinyangli d9efde7a44
Some checks failed
Build abstract machine with nix / build-abstract-machine (push) Failing after 40s
Run CTests within npc / npc-test (push) Failing after 42s
npc: add cmake-format for verilate macro
2024-08-02 12:08:03 +08:00

24 lines
463 B
Text

additional_commands = {
"verilate": {
"pargs": 1,
"flags": [
"COVERAGE",
"SYSTEMC",
"THREADS",
"TRACE_THREADS",
"TRACE",
"TRACE_FST"
],
"kwargs": {
"DIRECTORY": "?",
"INCLUDE_DIRS": "*",
"OPT_SLOW": "*",
"OPT_FAST": "*",
"OPT_GLOBAL": "*",
"PREFIX": "?",
"SOURCES": "+",
"TOP_MODULE": "?",
"VERILATOR_ARGS": "*",
}
}
}