mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 12:17:35 +00:00
Tests: Remove CRs.
This commit is contained in:
parent
4e115d4b69
commit
38ad8727af
@ -1,19 +1,19 @@
|
||||
// DESCRIPTION: Verilator: Large test for SystemVerilog
|
||||
|
||||
// This file ONLY is placed into the Public Domain, for any use,
|
||||
// without warranty, 2012.
|
||||
|
||||
// Contributed by M W Lund, Atmel Corporation.
|
||||
|
||||
//*****************************************************************************
|
||||
// PAD_GND - Ground Supply Pad (Dummy!!!!)
|
||||
//*****************************************************************************
|
||||
|
||||
module pad_gnd
|
||||
#( parameter ID = 0 )
|
||||
(
|
||||
inout wire pad
|
||||
);
|
||||
|
||||
assign pad = 1'b0;
|
||||
endmodule // pad_gnd
|
||||
// DESCRIPTION: Verilator: Large test for SystemVerilog
|
||||
|
||||
// This file ONLY is placed into the Public Domain, for any use,
|
||||
// without warranty, 2012.
|
||||
|
||||
// Contributed by M W Lund, Atmel Corporation.
|
||||
|
||||
//*****************************************************************************
|
||||
// PAD_GND - Ground Supply Pad (Dummy!!!!)
|
||||
//*****************************************************************************
|
||||
|
||||
module pad_gnd
|
||||
#( parameter ID = 0 )
|
||||
(
|
||||
inout wire pad
|
||||
);
|
||||
|
||||
assign pad = 1'b0;
|
||||
endmodule // pad_gnd
|
||||
|
@ -1,19 +1,19 @@
|
||||
// DESCRIPTION: Verilator: Large test for SystemVerilog
|
||||
|
||||
// This file ONLY is placed into the Public Domain, for any use,
|
||||
// without warranty, 2012.
|
||||
|
||||
// Contributed by M W Lund, Atmel Corporation.
|
||||
|
||||
//*****************************************************************************
|
||||
// PAD_VDD - VDD Supply Pad (Dummy!!!!)
|
||||
//*****************************************************************************
|
||||
|
||||
module pad_vdd
|
||||
#( parameter ID = 0 )
|
||||
(
|
||||
inout wire pad
|
||||
);
|
||||
|
||||
assign pad = 1'b1;
|
||||
endmodule // pad_vdd
|
||||
// DESCRIPTION: Verilator: Large test for SystemVerilog
|
||||
|
||||
// This file ONLY is placed into the Public Domain, for any use,
|
||||
// without warranty, 2012.
|
||||
|
||||
// Contributed by M W Lund, Atmel Corporation.
|
||||
|
||||
//*****************************************************************************
|
||||
// PAD_VDD - VDD Supply Pad (Dummy!!!!)
|
||||
//*****************************************************************************
|
||||
|
||||
module pad_vdd
|
||||
#( parameter ID = 0 )
|
||||
(
|
||||
inout wire pad
|
||||
);
|
||||
|
||||
assign pad = 1'b1;
|
||||
endmodule // pad_vdd
|
||||
|
@ -1,9 +1,9 @@
|
||||
// DESCRIPTION: Verilator: Large test for SystemVerilog
|
||||
|
||||
// This file ONLY is placed into the Public Domain, for any use,
|
||||
// without warranty, 2012.
|
||||
|
||||
// Contributed by M W Lund, Atmel Corporation.
|
||||
|
||||
// **** Set simulation time scale ****
|
||||
`timescale 1ns/1ps
|
||||
// DESCRIPTION: Verilator: Large test for SystemVerilog
|
||||
|
||||
// This file ONLY is placed into the Public Domain, for any use,
|
||||
// without warranty, 2012.
|
||||
|
||||
// Contributed by M W Lund, Atmel Corporation.
|
||||
|
||||
// **** Set simulation time scale ****
|
||||
`timescale 1ns/1ps
|
||||
|
Loading…
Reference in New Issue
Block a user