aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/picorv32.proj
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-07-21 12:22:41 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-07-21 12:22:41 +0200
commit09a68affa388ffafdf361ccd3de621173f2b8b48 (patch)
tree4fe8ce1cfa4c0cac7f917bd8319c7de8c527c523 /ice40/picorv32.proj
parentfe239366b5ac52374198a061d96b2224ca689412 (diff)
downloadnextpnr-09a68affa388ffafdf361ccd3de621173f2b8b48.tar.gz
nextpnr-09a68affa388ffafdf361ccd3de621173f2b8b48.tar.bz2
nextpnr-09a68affa388ffafdf361ccd3de621173f2b8b48.zip
Fix warnings and status
Diffstat (limited to 'ice40/picorv32.proj')
-rw-r--r--ice40/picorv32.proj15
1 files changed, 15 insertions, 0 deletions
diff --git a/ice40/picorv32.proj b/ice40/picorv32.proj
new file mode 100644
index 00000000..a8c83bd9
--- /dev/null
+++ b/ice40/picorv32.proj
@@ -0,0 +1,15 @@
+{
+ "project": {
+ "version": "1",
+ "name": "picorv32",
+ "arch": {
+ "name": "ice40",
+ "type": "hx8k",
+ "package": "ct256"
+ },
+ "input": {
+ "json": "picorv32.json",
+ "pcf": "icebreaker.pcf"
+ }
+ }
+}