From 7d270361edb1e7d0b14f2f79e1c8f7ba48f26ebc Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Wed, 2 Sep 2020 13:08:11 +0200 Subject: add bench for wishbone sram wrapper --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b6d4841..6e9d578 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,7 @@ TESTS := \ intercon \ div \ vga \ + sram_slave \ $(addprefix stack_machine_,$(STACK_MACHINE_TESTS)) # For each of these Makefile will attempt to generate VGAdump.ppm @@ -74,6 +75,13 @@ tests/self/test.vvp : tests/self/operations.mem tests/self/test.v \ -DMASTER_OPERATIONS_COUNT=$(call FILE_LINES,$<) \ $(filter %.v,$^) -o $@ +tests/sram_slave/test.vvp : tests/sram_slave/operations.mem \ + tests/sram_slave/test.v models/sram.v models/master.v \ + design/sram_slave.v include/messages.vh + $(IV) $(IVFLAGS) -s sram_slave_test \ + -DMASTER_OPERATIONS_COUNT=$(call FILE_LINES,$<) \ + $(filter %.v,$^) -o $@ + tests/intercon/test.vvp : tests/intercon/operations.mem tests/intercon/test.v \ models/slave.v models/master.v design/intercon.v \ include/messages.vh -- cgit v1.2.3