diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-03-18 15:05:15 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-03-18 15:05:15 +0100 |
commit | 71de6660036c7cea95884554382bc2913af36252 (patch) | |
tree | 2ec1f4e2f89ac17cfbe11b32b579fb320a7eff4c | |
parent | bc5489f7ec22628553c587df3bcf40cea47cf755 (diff) | |
download | yosys-71de6660036c7cea95884554382bc2913af36252.tar.gz yosys-71de6660036c7cea95884554382bc2913af36252.tar.bz2 yosys-71de6660036c7cea95884554382bc2913af36252.zip |
More TODOs in README
-rw-r--r-- | README | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -197,9 +197,15 @@ TODOs / Open Bugs - Write "design and implementation of.." document + - Source tree layout + - Data formats (c++ classes, etc.) + - Interne misc. frameworks (log, select) + - Build system and pass registration + - Internal cell library + - Add brief source code documentation to: - - Most passes and kernel functionalities + - Most passes and kernel functionalities - Implement missing Verilog 2005 features: |