From b4d3ac5ca50d90fee541ef11619a087d72d89aef Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Sat, 26 Dec 2020 23:22:50 +0100 Subject: [PATCH] Add option in makefile to easily run bench longer It is now possible to run "make NNN" where NNN is the number up to which the design has to count. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 9768fcd..efdc79d 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,9 @@ all:: simulation.ghw clean: rm -f $(OBJECTS) bench.o bench simulation.ghw work-obj93.cf e~bench.o +1% 2% 3% 4% 5% 6% 7% 8% 9%: bench + ./$< -gstop_value=$@ -gline_length=$(shell tput cols) + ############################################################ %.o: src/%.vhdl -- 2.11.4.GIT