Reformat test
Co-authored-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
parent
e3b3316dce
commit
02128dd5c4
|
@ -43,6 +43,7 @@ module Core(input clk);
|
||||||
|
|
||||||
Check check(.clk(clk), .crc(crc), .result(result), .rdata(rdata), .rdata2(rdata2));
|
Check check(.clk(clk), .crc(crc), .result(result), .rdata(rdata), .rdata2(rdata2));
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
module CoreHier(input clk);
|
module CoreHier(input clk);
|
||||||
// Dummy logic to have two different hier blocks at the same level.
|
// Dummy logic to have two different hier blocks at the same level.
|
||||||
integer cyc = 0;
|
integer cyc = 0;
|
||||||
|
|
Loading…
Reference in New Issue