mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-19 07:16:27 +00:00
16 lines
467 B
Text
16 lines
467 B
Text
[submodule "abc"]
|
|
path = abc
|
|
url = https://github.com/YosysHQ/abc
|
|
# Don't use paths as names to avoid git archive problems
|
|
[submodule "cxxopts"]
|
|
path = libs/cxxopts
|
|
url = https://github.com/jarro2783/cxxopts
|
|
[submodule "slang"]
|
|
path = libs/slang
|
|
url = https://github.com/MikePopoloski/slang
|
|
[submodule "fmt"]
|
|
path = libs/fmt
|
|
url = https://github.com/fmtlib/fmt
|
|
[submodule "yosys-slang"]
|
|
path = frontends/slang/lib
|
|
url = https://github.com/povik/yosys-slang
|