t_BUG.pl
| 1 |
#!/usr/bin/perl |
|---|---|
| 2 |
if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); die; }
|
| 3 |
# DESCRIPTION: Verilator: Verilog Test driver/expect definition |
| 4 |
# |
| 5 |
# Copyright 2003 by Wilson Snyder. This program is free software; you can |
| 6 |
# redistribute it and/or modify it under the terms of either the GNU |
| 7 |
# General Public License or the Perl Artistic License. |
| 8 |
|
| 9 |
compile ( |
| 10 |
); |
| 11 |
|
| 12 |
execute ( |
| 13 |
check_finished=>1, |
| 14 |
); |
| 15 |
|
| 16 |
ok(1); |
| 17 |
1; |
![[logo]](/img/veripool_small.png)