Vivado・初めてのシグナル

`timescale 1ns / 100ps

module tb1;
    logic signal;

    initial
        signal = 1;

endmodule