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

« back to all changes in this revision

Viewing changes to test_regress/t/t_vpi_memory.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:
11
11
    make_top_shell => 0,
12
12
    make_main => 0,
13
13
    make_pli => 1,
14
 
    iv_flags2 => ["-g2005-sv -D USE_VPI_NOT_DPI -s t -o obj_dir/iv_t_vpi_memory/simiv"],
 
14
    iv_flags2 => ["-g2005-sv -D USE_VPI_NOT_DPI"],
15
15
    v_flags2 => ["+define+USE_VPI_NOT_DPI"],
16
16
    verilator_flags2 => ["-CFLAGS '-DVL_DEBUG -ggdb' --exe --no-l2name $Self->{t_dir}/t_vpi_memory.cpp"],
17
17
    );