diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -49,7 +49,7 @@ STACK_MACHINE_TESTS := \ TESTS := \ self \ self_32bit_word \ - intercon \ + slave_dispatcher \ div \ vga \ sram_slave \ @@ -147,10 +147,10 @@ tests/sram_slave/test.vvp : tests/sram_slave/operations.mem \ -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 - $(IV) $(IVFLAGS) -s intercon_test \ +tests/slave_dispatcher/test.vvp : tests/slave_dispatcher/operations.mem \ + tests/slave_dispatcher/test.v models/slave.v models/master.v \ + design/slave_dispatcher.v include/messages.vh + $(IV) $(IVFLAGS) -s slave_dispatcher_test \ -DMASTER_OPERATIONS_COUNT=$(call FILE_LINES,$<) \ $(filter %.v,$^) -o $@ |