mirror of
https://github.com/verilator/verilator.git
synced 2025-02-01 19:24:05 +00:00
12 lines
376 B
Plaintext
12 lines
376 B
Plaintext
|
// DESCRIPTION: Verilator: Verilog Test module
|
||
|
//
|
||
|
// This file ONLY is placed under the Creative Commons Public Domain, for
|
||
|
// any use, without warranty, 2022 by Antmicro Ltd.
|
||
|
// SPDX-License-Identifier: CC0-1.0
|
||
|
|
||
|
`verilator_config
|
||
|
|
||
|
timing_on --file "t/t_timing_off.v" --lines 23
|
||
|
timing_off -file "t/t_timing_off.v" -lines 26-34
|
||
|
timing_on -file "t/t_timing_off.v" -lines 35-38
|