Divy's change for VCS signature checking

This commit is contained in:
David Harris 2024-05-04 02:45:43 -07:00
parent 99282165ae
commit 06d3591a15

View File

@ -409,7 +409,8 @@ module testbench;
if (!begin_signature_addr)
$display("begin_signature addr not found in %s", ProgramLabelMapFile);
else if (TEST != "embench") begin // *** quick hack for embench. need a better long term solution
CheckSignature(pathname, tests[test], riscofTest, begin_signature_addr, errors);
// CheckSignature(pathname, tests[test], riscofTest, begin_signature_addr, errors);
CheckSignature(pathname, tests[test], riscofTest, ProgramAddrLabelArray["begin_signature"], errors);
if(errors > 0) totalerrors = totalerrors + 1;
end
end