eos-s3/btn_counter/Makefile: add comments

This commit is contained in:
Unai Martinez-Corral 2022-08-02 19:02:01 +02:00 committed by Unai Martinez-Corral
parent 4f1705912f
commit ecee11de81
1 changed files with 6 additions and 2 deletions

View File

@ -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 \