Skip to content

Commit

Permalink
fasm2bels: add the remaining vpr-fasm2bels tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
  • Loading branch information
acomodi committed Jul 30, 2020
1 parent 48efb01 commit 02bce07
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 0 deletions.
6 changes: 6 additions & 0 deletions project/ibex.json
Expand Up @@ -26,10 +26,16 @@
"data": [
"src/ibex/led.vmem"
],
"clocks": {
"IO_CLK": 10.0
},
"toolchains": {
"vpr": {
"arty": ["arty.pcf", "arty.sdc", "arty-vpr.xdc"]
},
"vpr-fasm2bels": {
"arty": ["arty.pcf", "arty.sdc", "arty-vpr.xdc"]
},
"vivado": {
"arty": ["arty-vivado.xdc"]
},
Expand Down
3 changes: 3 additions & 0 deletions project/murax.json
Expand Up @@ -11,6 +11,9 @@
],
"top": "toplevel",
"name": "murax",
"clocks": {
"io_mainClk": 10.0
},
"toolchains": {
"vpr": {
"basys3": ["basys3.pcf", "basys3.sdc"]
Expand Down
6 changes: 6 additions & 0 deletions project/picosoc-simpleuart.json
Expand Up @@ -5,6 +5,9 @@
],
"top": "top",
"name": "picosoc-simpleuart-wrap",
"clocks": {
"clk": 10.0
},
"toolchains": {
"vivado": {
"basys3": ["basys3.xdc"]
Expand All @@ -14,6 +17,9 @@
},
"vpr": {
"basys3": ["basys3.pcf"]
},
"vpr-fasm2bels": {
"basys3": ["basys3.pcf"]
}
}
}
Expand Down
6 changes: 6 additions & 0 deletions project/picosoc-spimemio.json
Expand Up @@ -5,6 +5,9 @@
],
"top": "top",
"name": "picosoc-spimemio-wrap",
"clocks": {
"clk": 10.0
},
"toolchains": {
"vivado": {
"basys3": ["basys3.xdc"]
Expand All @@ -14,6 +17,9 @@
},
"vpr": {
"basys3": ["basys3.pcf"]
},
"vpr-fasm2bels": {
"basys3": ["basys3.pcf"]
}
}
}
Expand Down
6 changes: 6 additions & 0 deletions project/picosoc.json
Expand Up @@ -9,10 +9,16 @@
],
"top": "top",
"name": "picosoc-wrap",
"clocks": {
"clk": 10.0
},
"toolchains": {
"vpr": {
"basys3": ["basys3.pcf", "basys3.sdc"]
},
"vpr-fasm2bels": {
"basys3": ["basys3.pcf", "basys3.sdc"]
},
"nextpnr-xilinx": {
"basys3": ["basys3-nextpnr.xdc"]
},
Expand Down
6 changes: 6 additions & 0 deletions project/vexriscv.json
Expand Up @@ -5,6 +5,9 @@
],
"top": "top",
"name": "vexriscv-verilog",
"clocks": {
"clk": 10.0
},
"toolchains": {
"vivado": {
"basys3": ["basys3.xdc"]
Expand All @@ -14,6 +17,9 @@
},
"vpr": {
"basys3": ["basys3.pcf"]
},
"vpr-fasm2bels": {
"basys3": ["basys3.pcf"]
}
}
}
Expand Down

0 comments on commit 02bce07

Please sign in to comment.