Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/ahb/
Drenode_ahb_subordinate.sv13 module renode_ahb_subordinate #(int CosimToRenodeIndex = 0) ( constant
23 always @(runtime.peripherals[CosimToRenodeIndex].reset_assert_request) begin
28 runtime.peripherals[CosimToRenodeIndex].reset_assert_respond();
31 always @(runtime.peripherals[CosimToRenodeIndex].reset_deassert_request) begin
34 runtime.peripherals[CosimToRenodeIndex].reset_deassert_respond();
57 runtime.peripherals[CosimToRenodeIndex].read(address, valid_bits, data, is_error);
61 …runtime.peripherals[CosimToRenodeIndex].write(address, valid_bits, renode_pkg::data_t'(bus.hwdata)…
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/apb3/
Drenode_apb3_completer.sv14 int CosimToRenodeIndex = 0 constant
49 always @(runtime.peripherals[CosimToRenodeIndex].reset_assert_request) begin
53 runtime.peripherals[CosimToRenodeIndex].reset_assert_respond();
56 always @(runtime.peripherals[CosimToRenodeIndex].reset_deassert_request) begin
60 runtime.peripherals[CosimToRenodeIndex].reset_deassert_respond();
110 …runtime.peripherals[CosimToRenodeIndex].write(renode_pkg::address_t'(paddr), valid_bits, renode_pk…
125 …runtime.peripherals[CosimToRenodeIndex].read(renode_pkg::address_t'(paddr), valid_bits, prdata_int…
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/axi/
Drenode_axi_subordinate.sv12 module renode_axi_subordinate #(int CosimToRenodeIndex = 0) ( constant
25 always @(runtime.peripherals[CosimToRenodeIndex].reset_assert_request) begin
31 runtime.peripherals[CosimToRenodeIndex].reset_assert_respond();
34 always @(runtime.peripherals[CosimToRenodeIndex].reset_deassert_request) begin
38 runtime.peripherals[CosimToRenodeIndex].reset_deassert_respond();
66 …runtime.peripherals[CosimToRenodeIndex].read(renode_pkg::address_t'(address), valid_bits, data, is…
114 …runtime.peripherals[CosimToRenodeIndex].write(renode_pkg::address_t'(address), valid_bits, renode_…
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DICoSimulationConnectible.cs17 int CosimToRenodeIndex { get; } property
DCoSimulationConnection.cs82 if(cosimIdxToPeripheral.ContainsKey(peripheral.CosimToRenodeIndex)) in AttachTo()
86 cosimIdxToPeripheral.Add(peripheral.CosimToRenodeIndex, peripheral); in AttachTo()
93 cosimIdxToPeripheral.Remove(peripheral.CosimToRenodeIndex); in DetachFrom()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedCPU.cs40 CosimToRenodeIndex = 0; in CoSimulatedCPU()
299 public int CosimToRenodeIndex { get; } property in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedCPU
DCoSimulatedCFU.cs31 CosimToRenodeIndex = 0; in CoSimulatedCFU()
273 public int CosimToRenodeIndex { get; } property in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedCFU
DCoSimulatedPeripheral.cs35 CosimToRenodeIndex = cosimToRenodeIndex; in CoSimulatedPeripheral()
322 public int CosimToRenodeIndex { get; } property in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedPeripheral