1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
// DESCRIPTION: Verilator: Verilog Test module
//
// This file ONLY is placed under the Creative Commons Public Domain, for
// any use, without warranty, 2019 by Wilson Snyder.
// SPDX-License-Identifier: CC0-1.0
module t (/*AUTOARG*/);
<<<<<<< HEAD // Intentional test: This conflict marker should be here
initial $display("Hello");
======= // Intentional test: This conflict marker should be here
initial $display("Goodbye");
>>>>>>> MERGE // Intentional test: This conflict marker should be here
endmodule
|