~ubuntu-branches/ubuntu/saucy/verilator/saucy-proposed

« back to all changes in this revision

Viewing changes to test_regress/t/t_interface.pl

  • Committer: Package Import Robot
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2013-02-10 17:14:43 UTC
  • mfrom: (1.2.17)
  • Revision ID: package-import@ubuntu.com-20130210171443-58ibaqe3eq5uitns
Tags: 3.845-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
$Self->{vlt} and $Self->unsupported("Verilator unsupported, bug102");
11
11
 
12
12
compile (
13
 
         );
 
13
    );
14
14
 
15
15
execute (
16
 
         check_finished=>1,
17
 
     );
 
16
    check_finished=>1,
 
17
    );
18
18
 
19
19
ok(1);
20
20
1;