File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,10 @@ DEVICE := ql-eos-s3
66PARTNAME := PD64
77PCF: =chandalar.pcf
88
9+ ifdef F4PGA_USE_DEPRECATED
910all :
1011 ql_symbiflow -compile -d ${DEVICE} -P ${PARTNAME} -v ${VERILOG} -t ${TOP} -p ${PCF}
12+ else
13+ all :
14+ f4pga -vvv build --flow ./flow.json
15+ endif
Original file line number Diff line number Diff line change 1+ {
2+ "default_part" : " EOS3FF512-PDN64" ,
3+ "values" : {
4+ "top" : " top"
5+ },
6+ "dependencies" : {
7+ "sources" : [
8+ " ./btn_counter.v"
9+ ],
10+ "synth_log" : " synth.log" ,
11+ "pack_log" : " pack.log" ,
12+ "analysis_log" : " analysis.log"
13+ },
14+ "EOS3FF512-PDN64" : {
15+ "default_target" : " bitstream" ,
16+ "dependencies" : {
17+ "build_dir" : " build" ,
18+ "pcf" : " ./chandalar.pcf" ,
19+ "sdc-in" : " ./dummy.sdc"
20+ },
21+ "values" : {
22+ "part" : " ql-eos-s3" ,
23+ "package" : " PD64"
24+ }
25+ }
26+ }
You can’t perform that action at this time.
0 commit comments