mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-26 07:43:42 +00:00
Update for Amba support
This commit is contained in:
parent
7e74ed1fd6
commit
375f73bbce
3 changed files with 3 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -140,7 +140,7 @@ LIBS += -lrt
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
YOSYS_VER := 0.41+83
|
YOSYS_VER := 0.41+84
|
||||||
|
|
||||||
# Note: We arrange for .gitcommit to contain the (short) commit hash in
|
# Note: We arrange for .gitcommit to contain the (short) commit hash in
|
||||||
# tarballs generated with git-archive(1) using .gitattributes. The git repo
|
# tarballs generated with git-archive(1) using .gitattributes. The git repo
|
||||||
|
|
|
@ -3469,6 +3469,7 @@ struct VerificPass : public Pass {
|
||||||
}
|
}
|
||||||
delete file_names;
|
delete file_names;
|
||||||
} else {
|
} else {
|
||||||
|
veri_file::AddIncludeDir(args[argidx].c_str());
|
||||||
if (!hdl_file_sort::RegisterDir(args[argidx].c_str())) {
|
if (!hdl_file_sort::RegisterDir(args[argidx].c_str())) {
|
||||||
verific_error_msg.clear();
|
verific_error_msg.clear();
|
||||||
log_cmd_error("Could not register directory %s.\n", args[argidx].c_str());
|
log_cmd_error("Could not register directory %s.\n", args[argidx].c_str());
|
||||||
|
|
2
verific
2
verific
|
@ -1 +1 @@
|
||||||
Subproject commit 4d1393ba50c44d093b7df7880aa6fa47e1bab6fc
|
Subproject commit 1be64c8f429a2d6fd01188e86e968f413d20f6b5
|
Loading…
Add table
Add a link
Reference in a new issue