Added ast frontend refactoring to TODO

This commit is contained in:
Clifford Wolf 2013-07-11 19:31:57 +02:00
parent b380c8c790
commit 3cd97a205f
1 changed files with 1 additions and 0 deletions

1
README
View File

@ -259,4 +259,5 @@ TODOs / Open Bugs
- Additional internal cell types: $pla and $lut - Additional internal cell types: $pla and $lut
- Support for registering designs (as collection of modules) to CellTypes - Support for registering designs (as collection of modules) to CellTypes
- Smarter resource sharing pass (add MUXes and get rid of duplicated cells) - Smarter resource sharing pass (add MUXes and get rid of duplicated cells)
- Refactoring of AST frontend (clean expr width/sign code, AST passes)