mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-19 07:16:27 +00:00
Add slang submodules
This commit is contained in:
parent
72f6df873a
commit
7d4ebeebc0
4 changed files with 12 additions and 0 deletions
9
.gitmodules
vendored
9
.gitmodules
vendored
|
|
@ -5,3 +5,12 @@
|
|||
[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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue