aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorazidar2015-07-29 20:18:11 -0700
committerazidar2015-07-29 20:18:11 -0700
commitd075e52e86648d345e89ae4a4c75fd3a98cc2788 (patch)
tree36568639d2faa929b7ae19f763307856436f2a23
parentc442fe670afa4fc21c2c78f11a3957283a9b2391 (diff)
parent55b8534d68cda8b0e9a8fe0de83f557f8e393994 (diff)
Merge branch 'master' of github.com:ucb-bar/firrtl
-rw-r--r--Makefile8
-rw-r--r--README.md2
-rw-r--r--src/lib/stanza-linux.zipbin0 -> 3853588 bytes
-rw-r--r--src/lib/stanza-mac.zip (renamed from src/lib/stanza.zip)bin3684669 -> 3684669 bytes
4 files changed, 7 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3fb491c4..b46d2cb8 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,12 @@ all-noise:
all: build check done
-install:
- cd src/lib && unzip stanza.zip
+install-linux:
+ cd src/lib && unzip stanza-linux.zip
+ cd src/lib/stanza && sudo ./stanza -platform linux -install /usr/local/bin/stanza
+
+install-mac:
+ cd src/lib && unzip stanza-mac.zip
cd src/lib/stanza && sudo ./stanza -platform os-x -install /usr/local/bin/stanza
build-deploy:
diff --git a/README.md b/README.md
index fd5be0dc..e02f0e8e 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
#### Installation instructions (for Mac):
*Disclaimer*: This project is going through development stages so there is no guarantee anything works.
`git clone https://github.com/ucb-bar/firrtl # Clone repository`
- `make install # Stanza installation`
+ `make install-mac # Stanza installation`
`pip install lit # Install lit (this assumes you have pip installed)`
`make build # Build firrtl`
`make check # Run tests`
diff --git a/src/lib/stanza-linux.zip b/src/lib/stanza-linux.zip
new file mode 100644
index 00000000..95f1b10b
--- /dev/null
+++ b/src/lib/stanza-linux.zip
Binary files differ
diff --git a/src/lib/stanza.zip b/src/lib/stanza-mac.zip
index a902edd8..a902edd8 100644
--- a/src/lib/stanza.zip
+++ b/src/lib/stanza-mac.zip
Binary files differ