mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
Address comments
This commit is contained in:
parent
98eefc5d1a
commit
a5f34d04f8
2 changed files with 10 additions and 3 deletions
|
@ -4413,7 +4413,11 @@ struct ReadPass : public Pass {
|
|||
if (use_verific) {
|
||||
args[0] = "verific";
|
||||
} else {
|
||||
#if !defined(__wasm)
|
||||
args[0] = "read_verilog_file_list";
|
||||
#else
|
||||
cmd_error(args, 1, "Command files are not supported on this platform.\n");
|
||||
#endif
|
||||
}
|
||||
Pass::call(design, args);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue