blob: 5db5bc8f67aa4411374a665cff2c75aeb9f72512 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
|