Reformat test

Co-authored-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
Bartłomiej Chmiel 2025-07-24 08:20:51 +02:00 committed by GitHub
parent e3b3316dce
commit 02128dd5c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ module Core(input clk);
Check check(.clk(clk), .crc(crc), .result(result), .rdata(rdata), .rdata2(rdata2));
endmodule
module CoreHier(input clk);
// Dummy logic to have two different hier blocks at the same level.
integer cyc = 0;