mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-06 09:00:54 +00:00
WASI now support filesystem
This commit is contained in:
parent
d7093743b8
commit
5f2456ac03
2 changed files with 0 additions and 10 deletions
|
|
@ -4621,11 +4621,7 @@ 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