mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 16:17:36 +00:00
73594e5aa5
git-svn-id: file://localhost/svn/verilator/trunk/verilator@999 77ca24e4-aefa-0310-84f0-b9a241c72d87
12 lines
263 B
Verilog
12 lines
263 B
Verilog
// $Id$
|
|
// DESCRIPTION: Verilator: Verilog Test module
|
|
//
|
|
// This file ONLY is placed into the Public Domain, for any use,
|
|
// without warranty, 2008 by Wilson Snyder.
|
|
|
|
`include "t_pp_lib_inc.v"
|
|
module t();
|
|
wire [`WIDTH-1:0] a;
|
|
library_cell n1(a);
|
|
endmodule
|