Removed TODO list from README file
authorClifford Wolf <clifford@clifford.at>
Sat, 31 Jan 2015 23:48:22 +0000 (00:48 +0100)
committerClifford Wolf <clifford@clifford.at>
Sat, 31 Jan 2015 23:48:22 +0000 (00:48 +0100)
README

diff --git a/README b/README
index 942af4846cdbc7e3545866afafe8061070fec073..b7605eb59fd740b639086fe1741be1f0b5ca1f50 100644 (file)
--- a/README
+++ b/README
@@ -366,33 +366,3 @@ from SystemVerilog:
 - The keywords "always_comb", "always_ff" and "always_latch", "logic" and
   "bit" are supported.
 
-
-Roadmap / Large-scale TODOs
-===========================
-
-- Technology mapping for real-world applications
-   - Improve Xilinx FGPA synthesis (RAMB, CARRY4, SLR, etc.)
-
-- Implement SAT-based formal equivialence checker
-   - Write equiv pass based on hint-based register mapping
-
-- Re-implement Verilog frontend (far future)
-   - cleaner (easier to use, harder to use wrong) AST format
-   - pipeline of well structured AST transformations
-   - true contextual name lookup
-
-
-Other Unsorted TODOs
-====================
-
-- Implement missing Verilog 2005 features:
-
-  - Support for real (float) const. expressions and parameters
-  - Ignore what needs to be ignored (e.g. drive and charge strengths)
-  - Check standard vs. implementation to identify missing features
-
-- Miscellaneous TODO items: 
-
-  - Add brief source code documentation to most passes and kernel code
-  - Implement mux-to-tribuf pass and rebalance mixed mux/tribuf trees
-