eos-s3/btn_counter/Makefile: add comments
This commit is contained in:
parent
4f1705912f
commit
ecee11de81
|
@ -1,7 +1,11 @@
|
|||
ifdef F4PGA_USE_DEPRECATED
|
||||
all:
|
||||
ql_symbiflow \
|
||||
-compile \
|
||||
# -d: Device
|
||||
# -P: Part name
|
||||
# -v: Verilog source
|
||||
# -t: Top
|
||||
# -p: PCF Constrains
|
||||
ql_symbiflow -compile \
|
||||
-d ql-eos-s3 \
|
||||
-P PD64 \
|
||||
-v btn_counter.v \
|
||||
|
|
Loading…
Reference in New Issue