From 452cab52de2107c1ce8c7eb0883ff80bb80ac76b Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 15 Dec 2025 01:25:53 +0200 Subject: add initial simt rv64 core --- tests/simt_riscv64/source.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/simt_riscv64/source.mk (limited to 'tests/simt_riscv64/source.mk') diff --git a/tests/simt_riscv64/source.mk b/tests/simt_riscv64/source.mk new file mode 100644 index 0000000..e12420b --- /dev/null +++ b/tests/simt_riscv64/source.mk @@ -0,0 +1,11 @@ +SIMT_RISCV64 := tests/simt_riscv64 +SIMT_RISCV64_SIM := $(SIMT_RISCV64)/sim.c + +TESTS += $(SIMT_RISCV64)/sim + +.PHONY: $(SIMT_RISCV64)/sim +$(SIMT_RISCV64)/sim: $(SIMT_RISCV64_SIM) libgran.a + mkdir -p build/$(SIMT_RISCV64) + ./scripts/gen-rv64-fw -d build -o $(SIMT_RISCV64)/test.inc $(SIMT_RISCV64)/test.c + $(COMPILE_TEST) $(SIMT_RISCV64_SIM) libgran.a -o build/$@ + ./scripts/gen-report -d build $@ -- cgit v1.3