chore: remove unnecessary executable flags Closes #4.
34 files changed, 0 insertions(+), 0 deletions(-) M Makefile -rwxr-xr-x => -rw-r--r-- M README.md -rwxr-xr-x => -rw-r--r-- M flake.lock -rwxr-xr-x => -rw-r--r-- M flake.nix -rwxr-xr-x => -rw-r--r-- M programs/add.c -rwxr-xr-x => -rw-r--r-- M programs/branches.c -rwxr-xr-x => -rw-r--r-- M programs/gcd.c -rwxr-xr-x => -rw-r--r-- M programs/link.ld -rwxr-xr-x => -rw-r--r-- M programs/memory_bytes.c -rwxr-xr-x => -rw-r--r-- M programs/operations.c -rwxr-xr-x => -rw-r--r-- M programs/start.S -rwxr-xr-x => -rw-r--r-- M programs/tests.c -rwxr-xr-x => -rw-r--r-- M src/alu.sv -rwxr-xr-x => -rw-r--r-- M src/control_unit.sv -rwxr-xr-x => -rw-r--r-- M src/cpu.sv -rwxr-xr-x => -rw-r--r-- M src/cpu_types.sv -rwxr-xr-x => -rw-r--r-- M src/file_program_memory.sv -rwxr-xr-x => -rw-r--r-- M src/instruction_decoder.sv -rwxr-xr-x => -rw-r--r-- M src/program_counter.sv -rwxr-xr-x => -rw-r--r-- M src/ram.sv -rwxr-xr-x => -rw-r--r-- M src/register_file.sv -rwxr-xr-x => -rw-r--r-- M testbench/tb_alu.sv -rwxr-xr-x => -rw-r--r-- M testbench/tb_control_unit.sv -rwxr-xr-x => -rw-r--r-- M testbench/tb_cpu_program.sv -rwxr-xr-x => -rw-r--r-- M testbench/tb_cpu_simple.sv -rwxr-xr-x => -rw-r--r-- M testbench/tb_ram.sv -rwxr-xr-x => -rw-r--r-- M testbench/tb_register_file.sv -rwxr-xr-x => -rw-r--r-- M tests/comp_list.lst -rwxr-xr-x => -rw-r--r-- M tests/custom/custom_tests.py -rwxr-xr-x => -rw-r--r-- M tests/official/Makefile -rwxr-xr-x => -rw-r--r-- M tests/official/env/p/link.ld -rwxr-xr-x => -rw-r--r-- M tests/official/env/p/riscv_test.h -rwxr-xr-x => -rw-r--r-- M tests/official/official_tests.py -rwxr-xr-x => -rw-r--r-- M tests/test_types.py -rwxr-xr-x => -rw-r--r--
M Makefile => Makefile +0 -0
M README.md => README.md +0 -0
M flake.lock => flake.lock +0 -0
M flake.nix => flake.nix +0 -0
M programs/add.c => programs/add.c +0 -0
M programs/branches.c => programs/branches.c +0 -0
M programs/gcd.c => programs/gcd.c +0 -0
M programs/link.ld => programs/link.ld +0 -0
M programs/memory_bytes.c => programs/memory_bytes.c +0 -0
M programs/operations.c => programs/operations.c +0 -0
M programs/start.S => programs/start.S +0 -0
M programs/tests.c => programs/tests.c +0 -0
M src/alu.sv => src/alu.sv +0 -0
M src/control_unit.sv => src/control_unit.sv +0 -0
M src/cpu.sv => src/cpu.sv +0 -0
M src/cpu_types.sv => src/cpu_types.sv +0 -0
M src/file_program_memory.sv => src/file_program_memory.sv +0 -0
M src/instruction_decoder.sv => src/instruction_decoder.sv +0 -0
M src/program_counter.sv => src/program_counter.sv +0 -0
M src/ram.sv => src/ram.sv +0 -0
M src/register_file.sv => src/register_file.sv +0 -0
M testbench/tb_alu.sv => testbench/tb_alu.sv +0 -0
M testbench/tb_control_unit.sv => testbench/tb_control_unit.sv +0 -0
M testbench/tb_cpu_program.sv => testbench/tb_cpu_program.sv +0 -0
M testbench/tb_cpu_simple.sv => testbench/tb_cpu_simple.sv +0 -0
M testbench/tb_ram.sv => testbench/tb_ram.sv +0 -0
M testbench/tb_register_file.sv => testbench/tb_register_file.sv +0 -0
M tests/comp_list.lst => tests/comp_list.lst +0 -0
M tests/custom/custom_tests.py => tests/custom/custom_tests.py +0 -0
M tests/official/Makefile => tests/official/Makefile +0 -0
M tests/official/env/p/link.ld => tests/official/env/p/link.ld +0 -0
M tests/official/env/p/riscv_test.h => tests/official/env/p/riscv_test.h +0 -0
M tests/official/official_tests.py => tests/official/official_tests.py +0 -0
M tests/test_types.py => tests/test_types.py +0 -0