3
0
Fork 0
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:
Akash Levy 2024-05-15 15:37:14 -07:00
parent 7e74ed1fd6
commit 375f73bbce
3 changed files with 3 additions and 2 deletions

View file

@ -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());