f4pga-examples/qlf_k4n8/btn_counter/flow.json

27 lines
569 B
JSON

{
"default_part": "K4N8",
"values": {
"top": "top"
},
"dependencies": {
"sources": [
"./btn_counter.v"
],
"synth_log": "synth.log",
"pack_log": "pack.log",
"analysis_log": "analysis.log"
},
"K4N8": {
"default_target": "bitstream",
"dependencies": {
"build_dir": "build",
"pcf": "./chandalar.pcf",
"sdc": "./dummy.sdc"
},
"values": {
"part": "ql-k4n8_slow",
"package": "PD64"
}
}
}