aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-09-07 14:01:58 +0200
committerWojciech Kosior <kwojtus@protonmail.com>2020-09-07 14:01:58 +0200
commit726635c6ca0fbea51fb896f3a7199550eb8d5f41 (patch)
tree7fdb1b95a08f3b4746507cc5cf6df23893db2aab /Makefile
parent92206c93690c5658928c9f8b1324e1a455e1a453 (diff)
downloadAGH-engineering-thesis-726635c6ca0fbea51fb896f3a7199550eb8d5f41.tar.gz
AGH-engineering-thesis-726635c6ca0fbea51fb896f3a7199550eb8d5f41.zip
add wrapper from wb master interface with 32-bit data port to wb interface with 16-bit data port together with testbench
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 73a6aff..43e6621 100644
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,7 @@ TESTS := \
sram_slave \
embedded_bram_slave \
soc_simple_display \
+ interface_wrapper \
$(addprefix stack_machine_old_,$(STACK_MACHINE_OLD_TESTS)) \
$(addprefix stack_machine_,$(STACK_MACHINE_TESTS))
@@ -152,6 +153,13 @@ tests/intercon/test.vvp : tests/intercon/operations.mem tests/intercon/test.v \
-DMASTER_OPERATIONS_COUNT=$(call FILE_LINES,$<) \
$(filter %.v,$^) -o $@
+tests/interface_wrapper/test.vvp : tests/interface_wrapper/operations.mem \
+ tests/interface_wrapper/test.v models/slave.v models/master.v \
+ design/interface_wrapper.v include/messages.vh
+ $(IV) $(IVFLAGS) -s interface_wrapper_test \
+ -DMASTER_OPERATIONS_COUNT=$(call FILE_LINES,$<) \
+ $(filter %.v,$^) -o $@
+
tests/embedded_bram_slave/test.vvp : tests/embedded_bram_slave/operations.mem \
tests/embedded_bram_slave/rom.mem \
tests/embedded_bram_slave/test.v models/master.v \