From 2c528314ebe29a1c94b6c03fd1b0e2668ee25dff Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Sat, 5 Sep 2020 17:58:56 +0200 Subject: add div instruction together with bench --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dfeb4f9..c7ab240 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,8 @@ STACK_MACHINE_TESTS := \ tee \ swap \ add \ - sub + sub \ + div # Add other tests here if You need TESTS := \ @@ -168,7 +169,7 @@ tests/stack_machine_%/test.vvp : \ tests/stack_machine_%/words_to_verify.mem \ tests/stack_machine_%/instructions.mem \ tests/stack_machine_%/test.v models/slave.v \ - design/stack_machine.v include/messages.vh + design/stack_machine.v design/div.v include/messages.vh $(IV) $(IVFLAGS) -s stack_machine_test \ -DINSTRUCTIONS_COUNT=$(call FILE_LINES,$(filter %ions.mem,$^)) \ -DWORDS_TO_VERIFY_COUNT=$(call FILE_LINES,$<) \ -- cgit v1.2.3