SPI_Test/tb/qumcu/isa/rv64ud/Makefrag

11 lines
397 B
Plaintext
Raw Permalink Normal View History

2024-06-25 16:41:01 +08:00
#=======================================================================
# Makefrag for rv64ud tests
#-----------------------------------------------------------------------
rv64ud_sc_tests = \
fadd fdiv fclass fcmp fcvt fcvt_w fmadd fmin \
ldst move structural recoding \
rv64ud_p_tests = $(addprefix rv64ud-p-, $(rv64ud_sc_tests))
rv64ud_v_tests = $(addprefix rv64ud-v-, $(rv64ud_sc_tests))