Actions
Bug #9190
closedru.ispras.verilog.parser.sample.DescriptorBuffersTestCase: incorrect calculation for string parameter values
Start date:
08/03/2018
Due date:
% Done:
0%
Estimated time:
Detected in build:
master
Platform:
Published in build:
Description
The testcase output contains the following description for 'OUTDATA_REG' parameter:
Override parameter: the_write_command_FIFO.the_dp_ram.ram_model.OUTDATA_REG = the_write_command_FIFO.the_dp_ram.outdata_reg_b = Data[type=(BIT_VECTOR 64), value=0010001000110000010010110100001101001111010011000100001100100010]
This parameter is of string type, as it is written in altera_msgdma_mod/dispatcher/altsyncram_model.v:
parameter OUTDATA_REG = "UNREGISTERED"
Actions