From 961959648802fa029a223a6aca2f2932c7099dd3 Mon Sep 17 00:00:00 2001 From: komaljaved-lm <72543615+komaljaved-lm@users.noreply.github.com> Date: Mon, 29 Mar 2021 10:15:57 +0500 Subject: [PATCH] Update Makefile --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index 2cadb447..d2f89bca 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -37,7 +37,7 @@ BUILD_DIR = ${RV_ROOT}/design/snapshots/${snapshot} TBDIR = ${RV_ROOT}/testbench # Define test name -TEST = dhry +TEST = hello_world # Define test name ifneq (,$(wildcard $(TBDIR)/asm/$(TEST).s))