forked from github/verilator
11 lines
196 B
Coq
11 lines
196 B
Coq
|
// DESCRIPTION: Verilator: Verilog Test module
|
||
|
//
|
||
|
// This file ONLY is placed into the Public Domain, for any use,
|
||
|
// without warranty, 2009 by Wilson Snyder.
|
||
|
|
||
|
module t;
|
||
|
|
||
|
integer t;
|
||
|
|
||
|
endmodule
|