+x on scripts

This commit is contained in:
Florent Kermarrec 2016-05-26 11:10:03 +02:00
parent b3a11fb669
commit 2445758eba
5 changed files with 8 additions and 0 deletions

0
setup.py Normal file → Executable file
View File

2
test/bist_async_tb.py Normal file → Executable file
View 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
View 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
View 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
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
from litex.gen import *
from litex.soc.interconnect.stream import *