Searched refs:transaction_width (Results 1 – 1 of 1) sorted by relevance
89 integer transaction_width; register94 …transaction_width = renode_pkg::valid_bits_to_transaction_width(runtime.controllers[RenodeToCosimI…95 if (bus.DataWidth > transaction_width) begin97 …idth is (%d) > transaction width (%d), MSB will be truncated.", bus.DataWidth, transaction_width));98 end else if (bus.DataWidth < transaction_width) begin100 … is (%d) < transaction width (%d), MSB will be zero-extended.", bus.DataWidth, transaction_width));110 integer transaction_width; register115 …transaction_width = renode_pkg::valid_bits_to_transaction_width(runtime.controllers[RenodeToCosimI…116 if (bus.DataWidth > transaction_width) begin118 …idth is (%d) > transaction width (%d), MSB will be truncated.", bus.DataWidth, transaction_width));[all …]