LEC makefile updated
This commit is contained in:
parent
7c8f594e38
commit
ad64d3a08e
|
@ -5,9 +5,11 @@ eda_check:
|
||||||
@$(CHECK_EDA_PATH)
|
@$(CHECK_EDA_PATH)
|
||||||
|
|
||||||
fm_run: eda_check
|
fm_run: eda_check
|
||||||
|
git clone https://github.com/Lampro-Mellon/LEC_RTL.git
|
||||||
$(fm_run)
|
$(fm_run)
|
||||||
@mv *.log formality_work/formality_log
|
@mv *.log formality_work/formality_log
|
||||||
|
|
||||||
fm_gui: eda_check
|
fm_gui: eda_check
|
||||||
|
git clone https://github.com/Lampro-Mellon/LEC_RTL.git
|
||||||
formality &
|
formality &
|
||||||
@mv *.log formality_work/formality_log
|
@mv *.log formality_work/formality_log
|
||||||
|
|
Loading…
Reference in New Issue