mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-30 04:15:52 +00:00
Update for Amba support
This commit is contained in:
parent
7e74ed1fd6
commit
375f73bbce
3 changed files with 3 additions and 2 deletions
|
@ -3469,6 +3469,7 @@ struct VerificPass : public Pass {
|
|||
}
|
||||
delete file_names;
|
||||
} else {
|
||||
veri_file::AddIncludeDir(args[argidx].c_str());
|
||||
if (!hdl_file_sort::RegisterDir(args[argidx].c_str())) {
|
||||
verific_error_msg.clear();
|
||||
log_cmd_error("Could not register directory %s.\n", args[argidx].c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue