mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-09 12:50:33 +00:00
Progress in Verific bindings
This commit is contained in:
parent
acda74c12c
commit
a67cd2d4a2
4 changed files with 15 additions and 2 deletions
|
@ -10,7 +10,7 @@ module MyMem #(
|
|||
output [DataWidth-1:0] Data_o,
|
||||
input WR_i);
|
||||
|
||||
reg Data_o;
|
||||
reg [DataWidth-1:0] Data_o;
|
||||
|
||||
localparam Size = 2**AddrWidth;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue