fix Unix permissions, add shebangs

master
Sebastien Bourdeauducq 2019-08-23 18:47:46 +08:00
parent 2cc41bbffb
commit 1959156370
37 changed files with 8 additions and 0 deletions

0
experiments/dds_timing.py Executable file → Normal file
View File

0
experiments/device_db.py Executable file → Normal file
View File

0
experiments/mandelbrot.py Executable file → Normal file
View File

0
experiments/minimal.py Executable file → Normal file
View File

0
experiments/ttl.py Executable file → Normal file
View File

0
experiments/wall_time.py Executable file → Normal file
View File

0
firmware/Cargo.toml Executable file → Normal file
View File

0
firmware/libboard_misoc/Cargo.toml Executable file → Normal file
View File

0
firmware/libboard_misoc/lib.rs Executable file → Normal file
View File

0
firmware/libboard_misoc/uart.rs Executable file → Normal file
View File

0
firmware/libboard_misoc/uart_console.rs Executable file → Normal file
View File

0
firmware/libksupport/Cargo.toml Executable file → Normal file
View File

0
firmware/libksupport/api.rs Executable file → Normal file
View File

0
firmware/libksupport/build.rs Executable file → Normal file
View File

0
firmware/libksupport/glue.c Executable file → Normal file
View File

0
firmware/libksupport/lib.rs Executable file → Normal file
View File

0
firmware/libksupport/rtio.rs Executable file → Normal file
View File

0
firmware/libunwind-rs/Cargo.toml Executable file → Normal file
View File

0
firmware/libunwind-rs/build.rs Executable file → Normal file
View File

0
firmware/libunwind-rs/lib.rs Executable file → Normal file
View File

0
firmware/libunwind-rs/libunwind.rs Executable file → Normal file
View File

0
firmware/runtime/Cargo.toml Executable file → Normal file
View File

0
firmware/runtime/Makefile Executable file → Normal file
View File

0
firmware/runtime/build.rs Executable file → Normal file
View File

0
firmware/runtime/glue.c Executable file → Normal file
View File

0
firmware/runtime/lscript.ld Executable file → Normal file
View File

0
firmware/runtime/main.rs Executable file → Normal file
View File

0
firmware/runtime/startup.S Executable file → Normal file
View File

0
firmware/runtime/translation_table.S Executable file → Normal file
View File

0
hp_dma.py Executable file → Normal file
View File

0
maxi_dma.py Executable file → Normal file
View File

0
ps7_init.tcl Executable file → Normal file
View File

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
from migen import *
from hp_dma import *

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
from migen import *
from maxi_dma import *

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
from migen import *
from maxi_dma import *

0
xilinx-tcl.cfg Executable file → Normal file
View File

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
from migen_axi.integration.soc_core import SoCCore
from migen_axi.platforms import zedboard
from migen import *