~ubuntu-branches/ubuntu/wily/verilator/wily

« back to all changes in this revision

Viewing changes to test_regress/t/t_vpi_var.pl

  • Committer: Package Import Robot
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2013-12-03 09:22:24 UTC
  • mfrom: (1.2.24)
  • Revision ID: package-import@ubuntu.com-20131203092224-x5wutamcrxzyu6d5
Tags: 3.854-1
* New upstream release.
* debian/control: Bumped Standards-Version to 3.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
compile (
11
11
         make_top_shell => 0,
12
12
         make_main => 0,
 
13
         make_pli => 1,
 
14
         sim_time => 2100,
 
15
         iv_flags2 => ["-g2005-sv -D USE_VPI_NOT_DPI -DWAVES"],
 
16
         v_flags2 => ["+define+USE_VPI_NOT_DPI"],
13
17
         verilator_flags2 => ["-CFLAGS '-DVL_DEBUG -ggdb' --exe --no-l2name $Self->{t_dir}/t_vpi_var.cpp"],
14
18
         );
15
19
 
16
20
execute (
 
21
         iv_pli => 1,
17
22
         check_finished=>1,
18
23
         all_run_flags => ['+PLUS +INT=1234 +STRSTR']
19
24
     );