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

Subversion Repositories pltbutils

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /pltbutils/trunk
    from Rev 103 to Rev 105
    Reverse comparison

Rev 103 → Rev 105

/doc/release_note.txt
1,5 → 1,9
pltbutils release_note.txt
 
v1.1 August 14, 2018
1. Corrected handling of skipped tests.
Thanks to Kent Damberg for finding the bug.
 
v1.0 January 26, 2016
1. Updated specification_pltbutils.docx / .pdf
 
/src/vhdl/pltbutils_func_pkg.vhd
787,8 → 787,8
pltbv.chk_cnt_in_test := 0;
pltbv.err_cnt_in_test := 0;
pltbv.test_active := true;
if num >= pltbv.skiptests'low and num <= pltbv.skiptests'high then
if pltbv.skiptests(num) = '1' then
if pltbv.test_num >= pltbv.skiptests'low and pltbv.test_num <= pltbv.skiptests'high then
if pltbv.skiptests(pltbv.test_num) = '1' then
pltbv.test_active := false;
end if;
end if;

powered by: WebSVN 2.1.0

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