From 0f9532b278faf6bba0b85bd6f1e2873360853352 Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Thu, 27 Aug 2015 11:47:40 -0700 Subject: Removed reference to filter. --- README.md | 7 +------ 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3