mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
Added #! so coremark_sweep.py is executable
This commit is contained in:
parent
b3661a0af4
commit
2d60b48db4
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ all:
|
||||||
make install
|
make install
|
||||||
make riscof
|
make riscof
|
||||||
make testfloat
|
make testfloat
|
||||||
make verify
|
# make verify
|
||||||
make coverage
|
make coverage
|
||||||
make benchmarks
|
make benchmarks
|
||||||
|
|
||||||
|
|
1
benchmarks/coremark/coremark_sweep.py
Normal file → Executable file
1
benchmarks/coremark/coremark_sweep.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/python
|
||||||
##################################################
|
##################################################
|
||||||
## coremark_sweep.py
|
## coremark_sweep.py
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue