From c6376e7b4669b313bbdaa936f8f9273f684bfa1a Mon Sep 17 00:00:00 2001 From: Chick Markley Date: Wed, 19 Jun 2019 10:07:58 -0700 Subject: First crack at updating the readme (#1106) * First crack at updating the readme Goals Include up front example Simplify Get users to things quicker Move complicated details to wiki. * headers were not working, intellij and github don't use same render for .md files * Fix verb agreement * Add a fir filter diagram Compact the fir-filter code a bit * More compact filter * Additional README.md updates Signed-off-by: Schuyler Eldridge * Don't use chisel-lang.org, drop HCL Signed-off-by: Schuyler Eldridge * Fix link to fir image, make it relative * Proposed readme changes * Resize picture, restyle doc bullets --- doc/images/fir_filter.svg | 126 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 doc/images/fir_filter.svg (limited to 'doc') diff --git a/doc/images/fir_filter.svg b/doc/images/fir_filter.svg new file mode 100644 index 00000000..c2627b88 --- /dev/null +++ b/doc/images/fir_filter.svg @@ -0,0 +1,126 @@ + + + Produced by OmniGraffle 6.6.2 + + + + + + + + + + + + + + Canvas 1 + + + Layer 1 + + + + + x[i] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + b0 + + + + b1 + + + + b2 + + + + + + + + + + + + + + + + + bn + + + + + + + + + + + + + + + y[i] + + + + + + Z + + + ⁻¹ + + + + + Z + + + ⁻¹ + + + + + Z + + + ⁻¹ + + + + \ No newline at end of file -- cgit v1.2.3