summaryrefslogtreecommitdiffstats
path: root/translated_examples
diff options
context:
space:
mode:
authorRodrigo Alejandro Melo <rmelo@inti.gob.ar>2017-11-16 12:04:54 -0300
committerRodrigo Alejandro Melo <rmelo@inti.gob.ar>2017-11-16 12:04:54 -0300
commit6252447712e65498ba7b37d03f4832ecb645db44 (patch)
treeafb1378ef1ff6a0a86071b88b4990bd135912017 /translated_examples
parentd1ba84de023c79d6364d31fc81ff843ab53ab5f3 (diff)
downloadvhdl2vl-6252447712e65498ba7b37d03f4832ecb645db44.tar.gz
vhdl2vl-6252447712e65498ba7b37d03f4832ecb645db44.zip
Changes on genericmap due to unsupported port assignment
This unsupported port assignament and one unsupported type of instantiation were added to todo.vhd.
Diffstat (limited to 'translated_examples')
-rw-r--r--translated_examples/genericmap.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/translated_examples/genericmap.v b/translated_examples/genericmap.v
index 010962e..7cb9a75 100644
--- a/translated_examples/genericmap.v
+++ b/translated_examples/genericmap.v
@@ -49,7 +49,7 @@ wire [1:0] colour;
.start(1'b0),
.param(8'h42),
.addr(3'b101),
- .din(24'h111111),
+ .din(26'b00000100010001000100010001),
.we(1'b0),
// Outputs
.dout(dout[23:0]),
@@ -67,7 +67,7 @@ wire [1:0] colour;
.start(1'b0),
.param(8'h42),
.addr(3'b101),
- .din(16'h1111),
+ .din(26'b00000000000001000100010001),
.we(1'b0),
// Outputs
.dout(dout[15:0]),
OpenPOWER on IntegriCloud