mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-18 23:06:26 +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
|
||||
|
|
|
|||
1
frontends/slang/lib
Submodule
1
frontends/slang/lib
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 3251530961e0e8a8054098c9bb8376474958944a
|
||||
1
libs/fmt
Submodule
1
libs/fmt
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 553ec11ec06fbe0beebfbb45f9dc3c9eabd83d28
|
||||
1
libs/slang
Submodule
1
libs/slang
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit f04e81565793c768b747a8fd058f3e7aeceee1b5
|
||||
Loading…
Add table
Add a link
Reference in a new issue