mirror of https://github.com/YosysHQ/yosys.git
Added roadmap to readme file
This commit is contained in:
parent
943329c1dc
commit
f912e029de
9
README
9
README
|
@ -280,6 +280,15 @@ and after each occurrence of PRIi64 in the header file:
|
|||
sudo sed -i 's/PRIi64/ & /' /usr/include/minisat/utils/Options.h
|
||||
|
||||
|
||||
Roadmap / Large-scale TODOs
|
||||
===========================
|
||||
|
||||
- Technology mapping for real-world applications (specific FPGAs and ASIC processes)
|
||||
- Improve standard complience of const folding and parameters (mostly expression widths)
|
||||
- Implement SAT-based formal equivialence checker based on existing SAT framework
|
||||
- Re-implement Verilog frontend (cleaner AST format, pipeline of well structured AST transformations)
|
||||
|
||||
|
||||
TODOs / Open Bugs
|
||||
=================
|
||||
|
||||
|
|
Loading…
Reference in New Issue