aboutsummaryrefslogtreecommitdiff
path: root/arch_test_target/spike/device/rv64i_m/M/Makefile.include
blob: 8ce555c6472e6e6843e5e7dae49ac407b0d097e2 (plain)
1
2
3
4
5
6
7
8
include $(TARGETDIR)/spike/device/Makefile_common.inc
RUN_CMD = $(TARGET_SIM) $(TARGET_FLAGS) --isa=rv64im \
        +signature=$(*).signature.output +signature-granularity=4\
        $< 

RUN_TARGET=\
	$(RUN_CMD)