From: Clifford Wolf Date: Thu, 11 Jul 2013 17:31:57 +0000 (+0200) Subject: Added ast frontend refactoring to TODO X-Git-Tag: yosys-0.2.0~535 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3cd97a205f30e9c0671b3a909f3371fe02e0f0b2;p=yosys.git Added ast frontend refactoring to TODO --- diff --git a/README b/README index 9521fd6a8..bc94b07c7 100644 --- a/README +++ b/README @@ -259,4 +259,5 @@ TODOs / Open Bugs - Additional internal cell types: $pla and $lut - Support for registering designs (as collection of modules) to CellTypes - Smarter resource sharing pass (add MUXes and get rid of duplicated cells) + - Refactoring of AST frontend (clean expr width/sign code, AST passes)