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

RUN_TARGET=\
	$(RUN_CMD)