f4pga/.github/xc7_test.json
Unai Martinez-Corral e9a520a17a f4pga: remove F4PGA_BIN_DIR and VPRPATH
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
2022-08-04 06:32:48 +02:00

25 lines
534 B
JSON

{
"default_part": "XC7A35TCSG324-1",
"values": {
"top": "top"
},
"dependencies": {
"sources": [
"counter_test/counter.v"
],
"synth_log": "synth.log",
"pack_log": "pack.log"
},
"XC7A35TCSG324-1": {
"default_target": "bitstream",
"dependencies": {
"build_dir": "build",
"xdc": [
"counter_test/arty.xdc"
]
},
"values": {
"part": "xc7a35tcpg236-1"
}
}
}