3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +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

@ -140,7 +140,7 @@ LIBS += -lrt
endif
endif
YOSYS_VER := 0.41+83
YOSYS_VER := 0.41+84
# Note: We arrange for .gitcommit to contain the (short) commit hash in
# tarballs generated with git-archive(1) using .gitattributes. The git repo

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

@ -1 +1 @@
Subproject commit 4d1393ba50c44d093b7df7880aa6fa47e1bab6fc
Subproject commit 1be64c8f429a2d6fd01188e86e968f413d20f6b5