From: Luke Kenneth Casson Leighton Date: Wed, 3 Mar 2021 16:13:43 +0000 (+0000) Subject: add pywriter Makefile entry X-Git-Tag: convert-csv-opcode-to-binary~127 X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=a9f5611b9f21bbcce35cd3245c2e9292387940f3 add pywriter Makefile entry --- diff --git a/Makefile b/Makefile index 453d0a47..b5b92166 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,9 @@ mkpinmux: install: develop mkpinmux +pywriter: + python3 src/soc/decoder/pseudo/pywriter.py + develop: python3 setup.py develop --user # yes, develop, not install python3 src/soc/decoder/pseudo/pywriter.py