mirror of
https://github.com/enjoy-digital/litedram.git
synced 2025-01-04 09:52:25 -05:00
+x on scripts
This commit is contained in:
parent
b3a11fb669
commit
2445758eba
5 changed files with 8 additions and 0 deletions
0
setup.py
Normal file → Executable file
0
setup.py
Normal file → Executable file
2
test/bist_async_tb.py
Normal file → Executable file
2
test/bist_async_tb.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from litex.gen import *
|
||||
|
||||
from litex.soc.interconnect.stream import *
|
||||
|
|
2
test/bist_tb.py
Normal file → Executable file
2
test/bist_tb.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from litex.gen import *
|
||||
|
||||
from litex.soc.interconnect.stream import *
|
||||
|
|
2
test/downconverter_tb.py
Normal file → Executable file
2
test/downconverter_tb.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from litex.gen import *
|
||||
|
||||
from litex.soc.interconnect.stream import *
|
||||
|
|
2
test/upconverter_tb.py
Normal file → Executable file
2
test/upconverter_tb.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from litex.gen import *
|
||||
|
||||
from litex.soc.interconnect.stream import *
|
||||
|
|
Loading…
Reference in a new issue