Actions
Bug #9173
closedIncorrect DataType: BIT_VECTOR(1) instead of BIT_VECTOR(40)
Start date:
07/27/2018
Due date:
% Done:
0%
Estimated time:
Detected in build:
master
Platform:
Published in build:
Description
VeriTrans calculates wrong DataType for 'scr_reg' variable of 'parse_pack_header' module that is attached (see "Retrascope MC Benchmark" for more details).
The correct type should be BIT_VECTOR(40), but now it is BIT_VECTOR(1).
Files
Updated by Sergey Smolov over 6 years ago
- Related to Bug #9172: Texas97ParsepackCfgGraphMlTestCase: ru.ispras.retrascope.basis.exception.RetrascopeException: Wrong range: 0 < 0 or 7 > 1. added
Updated by Alexander Kamkin about 6 years ago
It seems that the elaborator extracts type from the output
declaration, which is incomplete.
... output scr_reg; ... reg[39:0] scr_reg; ...
Updated by Alexander Kamkin about 6 years ago
- Status changed from New to Resolved
Merging namesake declarations has been added.
Updated by Sergey Smolov about 6 years ago
- Status changed from Resolved to Verified
Updated by Sergey Smolov about 6 years ago
- Status changed from Verified to Closed
Actions