summaryrefslogtreecommitdiffstats
path: root/translated_examples
diff options
context:
space:
mode:
authorRodrigo Alejandro Melo <rodrigomelo9@gmail.com>2017-11-28 22:52:42 -0300
committerRodrigo Alejandro Melo <rodrigomelo9@gmail.com>2017-11-28 22:52:42 -0300
commit37e85b47814e2275e80cd2b949338292cb20551b (patch)
tree621e7d3cc6c9e800924efa880334f74f85f3bae2 /translated_examples
parentc6fa3c303c7dd2ad8d6a394d0f9c1b9a4685082d (diff)
downloadvhdl2vl-37e85b47814e2275e80cd2b949338292cb20551b.tar.gz
vhdl2vl-37e85b47814e2275e80cd2b949338292cb20551b.zip
Added support to entity instantiations
Diffstat (limited to 'translated_examples')
-rw-r--r--translated_examples/genericmap.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/translated_examples/genericmap.v b/translated_examples/genericmap.v
index 7bd7168..37bc95d 100644
--- a/translated_examples/genericmap.v
+++ b/translated_examples/genericmap.v
@@ -74,5 +74,9 @@ wire [1:0] colour;
.memaddr(memaddr),
.memdout(memdout));
+ signextend signextend_inst2(
+ .i(16'b0000000000000000),
+ .o(/* open */));
+
endmodule
OpenPOWER on IntegriCloud