mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-05 14:55:47 +00:00
Cleanup
This commit is contained in:
parent
f76fd9280b
commit
fd811ddaee
23 changed files with 39 additions and 126 deletions
|
@ -4564,10 +4564,8 @@ struct ReadPass : public Pass {
|
|||
args[0] = "verific";
|
||||
} else {
|
||||
args[0] = "read_verilog";
|
||||
if (args[1] == "-formal") {
|
||||
if (args[1] == "-formal")
|
||||
args.insert(args.begin()+1, std::string());
|
||||
RuntimeFlags::SetVar("veri_ignore_assertion_statements", 0);
|
||||
}
|
||||
args[1] = "-sv";
|
||||
args.insert(args.begin()+1, "-defer");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue