mirror of
https://github.com/verilator/verilator.git
synced 2025-01-04 05:37:48 +00:00
Tests
This commit is contained in:
parent
6cd9b25a53
commit
8bba96a84e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user