This commit is contained in:
Wilson Snyder 2012-11-03 09:23:34 -04:00
parent 6cd9b25a53
commit 8bba96a84e

View File

@ -24,6 +24,10 @@ module t (/*AUTOARG*/
integer cnt = 0;
// msg926
logic [3:0][31:0] packedArray;
initial packedArray <= '0;
// event counter
always @ (posedge clk) begin
cnt <= cnt + 1;