aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-02-27 10:36:17 +0100
committerClifford Wolf <clifford@clifford.at>2013-02-27 10:36:17 +0100
commit99d73fe0280ab41a1d6e75ef0b9a0117455838f9 (patch)
treefc2884c2ee0b77bcbf24ead19da907ef8b36d13b /README
parenta77a5136af2cd4df07972db9cb0bfc65eec90715 (diff)
downloadyosys-99d73fe0280ab41a1d6e75ef0b9a0117455838f9.tar.gz
yosys-99d73fe0280ab41a1d6e75ef0b9a0117455838f9.tar.bz2
yosys-99d73fe0280ab41a1d6e75ef0b9a0117455838f9.zip
Added some additional TODO items
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 5c8671806..0b450ddce 100644
--- a/README
+++ b/README
@@ -153,9 +153,9 @@ for them:
- The "tri", "triand", "trior", "wand" and "wor" net types
-- The "library" and "configuration" source file formats
+- The "config" keyword and library map files
-- The "disable" and "primitive" statements
+- The "disable", "primitive" and "specify" statements
- Latched logic (is synthesized as logic with feedback loops)
@@ -196,7 +196,11 @@ TODOs / Open Bugs
- Implement missing Verilog 2005 features:
- Signed constants
+ - Constant functions
+ - Indexed part selects
+ - Multi-dimensional arrays
- ROM modelling using "initial" blocks
+ - The "defparam <cell_name>.<parameter_name> = <value>;" syntax
- Builtin primitive gates (and, nand, cmos, nmos, pmos, etc..)
- Ignore what needs to be ignored (e.g. drive and charge strenghts)
- Check standard vs. implementation to identify missing features