aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-03-02 12:50:52 +0100
committerClifford Wolf <clifford@clifford.at>2016-03-02 12:50:52 +0100
commit714f7d9cfae594fe596522024dfdf4bc1c91f535 (patch)
treeddd1455704f4212a12ad517447bd674a319148f2 /Makefile
parentcd5d341e892918dcb90d8f0669808d483e5c7e69 (diff)
downloadpicorv32-714f7d9cfae594fe596522024dfdf4bc1c91f535.tar.gz
picorv32-714f7d9cfae594fe596522024dfdf4bc1c91f535.zip
Merged axi4_memory.v and picorv32_wrapper.v back into testbench.v
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9daad19..5b2520f 100644
--- a/Makefile
+++ b/Makefile
@@ -33,12 +33,12 @@ test_axi: testbench.exe firmware/firmware.hex
test_synth: testbench_synth.exe firmware/firmware.hex
vvp -N testbench_synth.exe
-testbench.exe: testbench.v picorv32_wrapper.v axi4_memory.v picorv32.v
- iverilog -o testbench.exe $(subst $(COMPRESSED_ISA),C,-DCOMPRESSED_ISA) testbench.v picorv32_wrapper.v axi4_memory.v picorv32.v
+testbench.exe: testbench.v picorv32.v
+ iverilog -o testbench.exe $(subst C,-DCOMPRESSED_ISA,$(COMPRESSED_ISA)) testbench.v picorv32.v
chmod -x testbench.exe
-testbench_sp.exe: testbench.v picorv32_wrapper.v axi4_memory.v picorv32.v
- iverilog -o testbench_sp.exe $(subst $(COMPRESSED_ISA),C,-DCOMPRESSED_ISA) -DSP_TEST testbench.v picorv32_wrapper.v axi4_memory.v picorv32.v
+testbench_sp.exe: testbench.v picorv32.v
+ iverilog -o testbench_sp.exe $(subst C,-DCOMPRESSED_ISA,$(COMPRESSED_ISA)) -DSP_TEST testbench.v picorv32.v
chmod -x testbench_sp.exe
testbench_synth.exe: testbench.v synth.v