quasar/verif/LEC/Makefile

23 lines
612 B
Makefile
Raw Normal View History

2021-01-04 20:55:11 +08:00
fm_run = fm_shell -f formality_work/run_me.fms
eda_check:
@$(CHECK_EDA_PATH)
fm_run: eda_check
2021-01-05 17:45:04 +08:00
rm -rf LEC_RTL
2021-01-04 21:13:32 +08:00
git clone https://github.com/Lampro-Mellon/LEC_RTL.git
2021-01-05 17:45:04 +08:00
make -f $(RV_ROOT)/tools/Makefile clean
make -f $(RV_ROOT)/tools/Makefile conf
make -f $(RV_ROOT)/tools/Makefile sbt_
2021-01-04 20:55:11 +08:00
$(fm_run)
@mv *.log formality_work/formality_log
fm_gui: eda_check
2021-01-05 17:45:04 +08:00
rm -rf LEC_RTL
2021-01-04 21:13:32 +08:00
git clone https://github.com/Lampro-Mellon/LEC_RTL.git
2021-01-05 17:45:04 +08:00
make -f $(RV_ROOT)/tools/Makefile clean
make -f $(RV_ROOT)/tools/Makefile conf
make -f $(RV_ROOT)/tools/Makefile sbt_
2021-01-04 20:55:11 +08:00
formality &
2021-01-04 20:59:54 +08:00
@mv *.log formality_work/formality_log