~ruther/verilog-riscv-semestral-project

verilog-riscv-semestral-project/Makefile -rw-r--r-- 2.6 KiB
chore: remove unnecessary executable flags

Closes #4.
feat: move jumping to execute stage
Merge pull request #1 from Rutherther/feat/pipeline

Implement pipeline
feat: implement pipeline
fix: linker file issues, naming of linked file
chore: pass PROGRAM argument to objdump make target
fix: make Makefile work with memory load, write files
chore: pass in full trace file instead of program name
feat: add support for official tests
feat: pass program to execute by parameter
chore: trace memory array
fix(Makefile): make objdump and all testbenches work
chore: add makefile for both verilog and c