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

« back to all changes in this revision

Viewing changes to test_regress/t/t_assert_basic_cover.pl

  • Committer: Package Import Robot
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2015-04-26 16:20:52 UTC
  • mfrom: (4.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20150426162052-69yjwh512m0adl2k
Tags: 3.872-2
* Upload to unstable.
* debian/patches/*: Added DEP-3 patch headers.
* Remove debian/gbp.conf, not needed in master branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
top_filename("t/t_assert_basic.v");
11
11
 
12
12
compile (
13
 
         verilator_flags2 => ['--assert --sp --coverage-user'],
 
13
         verilator_flags2 => ['--assert --cc --coverage-user'],
14
14
         );
15
15
 
16
16
execute (