blob: ef050aae336a01f1b9111181807fcf8f33b4cb54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# firrtl
Flexible Internal Representation for RTL
General TODO:
Add instructions to install stanzam
Run directory structure past Patrick
Go over .gitignore
Write makefile for installation
Add instructions to compile firrtl
Work TODO:
Reimplement to-working-ir
Write printer function
Make compilation of txt file an argument, not hardcoded
Secondary TODO:
Need stanza version control - perhaps a sub-repo?
Install lit:
pip install lit
Stanza Installation:
git clone https://github.com/ucb-bar/firrtl
cd src/lib
unzip stanzam.zip
cd stanzam
sudo ./stanzam -platform os-x -install /usr/local/bin/stanzam
|