From: Andrey Miroshnikov Date: Mon, 8 Nov 2021 11:27:48 +0000 (+0000) Subject: Added svgwrite lib to readme X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d16fd5b277d276f2e7603e888be359083cec09a;p=pinmux.git Added svgwrite lib to readme --- diff --git a/README.md b/README.md index c73b1c0..8dac398 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ python src/pinmux_generator.py -v -o minitest -s minitest python src/pinmux_generator.py -v -o minitest ``` +Make sure you've installed the svgwrite library (via pip), if you want to generate the SVG image (strongly recommended!). + * Existing specifications in 'src/spec/' : m_class, i_class, c_class, microtest, minitest * Testing pinmux using cocotb: