From a67cd2d4a284cb945af6d477cc215cef7bdd22a8 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 17 Mar 2014 01:56:00 +0100 Subject: Progress in Verific bindings --- tests/simple/mem_arst.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/simple/mem_arst.v') diff --git a/tests/simple/mem_arst.v b/tests/simple/mem_arst.v index 4022f57c..9bd38fcb 100644 --- a/tests/simple/mem_arst.v +++ b/tests/simple/mem_arst.v @@ -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; -- cgit v1.2.3