summaryrefslogtreecommitdiffstats
path: root/examples/genericmap.vhd
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 /examples/genericmap.vhd
parentc6fa3c303c7dd2ad8d6a394d0f9c1b9a4685082d (diff)
downloadvhdl2vl-37e85b47814e2275e80cd2b949338292cb20551b.tar.gz
vhdl2vl-37e85b47814e2275e80cd2b949338292cb20551b.zip
Added support to entity instantiations
Diffstat (limited to 'examples/genericmap.vhd')
-rw-r--r--examples/genericmap.vhd7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/genericmap.vhd b/examples/genericmap.vhd
index c5275ba..876f159 100644
--- a/examples/genericmap.vhd
+++ b/examples/genericmap.vhd
@@ -95,4 +95,11 @@ begin
memaddr => memaddr,
memdout => memdout
);
+
+ signextend_inst2 : entity work.signextend
+ port map (
+ i => "0000000000000000",
+ o => open
+ );
+
end rtl;
OpenPOWER on IntegriCloud