OpenCores
URL https://opencores.org/ocsvn/pltbutils/pltbutils/trunk

Subversion Repositories pltbutils

[/] [pltbutils/] [trunk/] [src/] [vhdl/] [pltbutils_func_pkg.vhd] - Diff between revs 101 and 105

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 101 Rev 105
Line 785... Line 785...
    printv(pltbv.test_name, name);
    printv(pltbv.test_name, name);
    pltbv.test_name_len := name'length;
    pltbv.test_name_len := name'length;
    pltbv.chk_cnt_in_test := 0;
    pltbv.chk_cnt_in_test := 0;
    pltbv.err_cnt_in_test := 0;
    pltbv.err_cnt_in_test := 0;
    pltbv.test_active := true;
    pltbv.test_active := true;
    if num >= pltbv.skiptests'low and num <= pltbv.skiptests'high then
    if pltbv.test_num >= pltbv.skiptests'low and pltbv.test_num <= pltbv.skiptests'high then
      if pltbv.skiptests(num) = '1' then
      if pltbv.skiptests(pltbv.test_num) = '1' then
        pltbv.test_active := false;
        pltbv.test_active := false;
      end if;
      end if;
    end if;
    end if;
    if pltbv.test_active then
    if pltbv.test_active then
      pltbv.test_cnt := pltbv.test_cnt + 1;
      pltbv.test_cnt := pltbv.test_cnt + 1;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.