Skip to content

Commit

Permalink
picorv32: add fasm2bels toolchain as well
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
  • Loading branch information
acomodi committed Aug 3, 2020
1 parent 501dd38 commit 549a06e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions project/picorv32.json
Expand Up @@ -5,6 +5,9 @@
],
"top": "top",
"name": "picorv32-wrap",
"clocks": {
"clk": 10.0
},
"toolchains": {
"vivado": {
"arty": ["arty.xdc"],
Expand All @@ -17,6 +20,10 @@
"vpr": {
"arty": ["arty.pcf"],
"zybo": ["zybo.pcf"]
},
"vpr-fasm2bels": {
"arty": ["arty.pcf"],
"zybo": ["zybo.pcf"]
}
}
}
Expand Down

0 comments on commit 549a06e

Please sign in to comment.