Home
last modified time | relevance | path

Searched refs:transaction_width (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/apb3/
Drenode_apb3_requester.sv89 integer transaction_width; register
94transaction_width = renode_pkg::valid_bits_to_transaction_width(runtime.controllers[RenodeToCosimI…
95 if (bus.DataWidth > transaction_width) begin
97 …idth is (%d) > transaction width (%d), MSB will be truncated.", bus.DataWidth, transaction_width));
98 end else if (bus.DataWidth < transaction_width) begin
100 … is (%d) < transaction width (%d), MSB will be zero-extended.", bus.DataWidth, transaction_width));
110 integer transaction_width; register
115transaction_width = renode_pkg::valid_bits_to_transaction_width(runtime.controllers[RenodeToCosimI…
116 if (bus.DataWidth > transaction_width) begin
118 …idth is (%d) > transaction width (%d), MSB will be truncated.", bus.DataWidth, transaction_width));
[all …]