summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Alejandro Melo <rmelo@inti.gob.ar>2017-11-27 11:48:47 -0300
committerRodrigo Alejandro Melo <rmelo@inti.gob.ar>2017-11-27 11:48:47 -0300
commit26a7431a18d89333df60e1284ce22cc05889edd4 (patch)
tree7a237f1912029e007970a362ee0e68c4ee8c87c2
parent2caae69e48ba91e0292d55ff7f8e230cecbfbd43 (diff)
downloadvhdl2vl-26a7431a18d89333df60e1284ce22cc05889edd4.tar.gz
vhdl2vl-26a7431a18d89333df60e1284ce22cc05889edd4.zip
Updated README.md according to now supported things
-rw-r--r--README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/README.md b/README.md
index 217fc8e..782db85 100644
--- a/README.md
+++ b/README.md
@@ -86,15 +86,9 @@ Multiple actions in one process, as used in DDR logic?
Exit statement incompletely converted to disable statement
(see examples/bigfile.vhd)
-Part select expression zz(31+k downto k) should convert to zz[31+k+:32]
-(see examples/for.vhd)
-
-variables not handled right, show up as declarations within always blocks
-(see examples/for.vhd)
-
Conversion functions (resize, to_unsigned, conv_integer) are parsed, but
their semantics are ignored: resize(foo,n), to_unsigned(foo,n), and
-conv_integer(foo) are treated as equivalent to (foo).
+conv_integer(foo) are treated as equivalent to foo.
VHDL is case insensitive, vhd2vl is case retentive, and Verilog is case
sensitive. If you're sloppy with case in the original VHDL, the
OpenPOWER on IntegriCloud