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