summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Lawson2015-08-27 11:47:40 -0700
committerJim Lawson2015-08-27 11:47:40 -0700
commit0f9532b278faf6bba0b85bd6f1e2873360853352 (patch)
tree8c8fe4213dc5677660695b2a81f0e7c7eba5e7bf
parentab63c2e7de4f91456f382e1d3090e13a7317c821 (diff)
Removed reference to filter.
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index 5321618b..96383a66 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,6 @@ Currently, those components are:
- firrtl (Stanza)
and for the C++ simulator
- - filter (Python/C++)
- flo-llvm (C++)
- clang
@@ -34,16 +33,12 @@ In order to build firrtl, you need a (currently patched) copy of
Stanza. (We should add this to the firrtl repo in utils/bin.)
### firrtl
-We assume that copies (or links to) firrtl and filter are in
+We assume that copies (or links to) firrtl are in
chisel3/bin. flo-llvm and clang should be found in your $PATH.
Follow the instructions on the firrtl repo for building firrtl and put
the resulting binary (utils/bin/firrtl) in chisel3/bin.
-### filter
-filter is available from the chisel3 repo as a .cpp file. ucbjrl has a
-Python version. You could implment it using sed or awk.
-
### flo-llvm
flo-llvm is Palmer's flo to (.o,.v) converter. It's hosted at:
https://github.com/ucb-bar/flo