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