remove litex submodule
This commit is contained in:
parent
658cb0e405
commit
0267868cbe
|
@ -7,6 +7,3 @@
|
||||||
[submodule "software/compiler-rt"]
|
[submodule "software/compiler-rt"]
|
||||||
path = software/compiler-rt
|
path = software/compiler-rt
|
||||||
url = http://llvm.org/git/compiler-rt.git
|
url = http://llvm.org/git/compiler-rt.git
|
||||||
[submodule "extcores/litex"]
|
|
||||||
path = extcores/litex
|
|
||||||
url = https://github.com/enjoy-digital/litex
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
import os, sys
|
|
||||||
sys.path.append(os.path.join("extcores", "litex", "litescope"))
|
|
||||||
sys.path.append(os.path.join("extcores", "litex", "liteeth"))
|
|
||||||
sys.path.append(os.path.join("extcores", "litex", "litesata"))
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 0dc0b6308351e81a08a4061df0fe8f1fb53aa7ab
|
|
Loading…
Reference in New Issue