Searched refs:CosimToRenodeIndex (Results 1 – 8 of 8) sorted by relevance
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/ahb/ |
D | renode_ahb_subordinate.sv | 13 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/ |
D | renode_apb3_completer.sv | 14 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/ |
D | renode_axi_subordinate.sv | 12 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/ |
D | ICoSimulationConnectible.cs | 17 int CosimToRenodeIndex { get; } property
|
D | CoSimulationConnection.cs | 82 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/ |
D | CoSimulatedCPU.cs | 40 CosimToRenodeIndex = 0; in CoSimulatedCPU() 299 public int CosimToRenodeIndex { get; } property in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedCPU
|
D | CoSimulatedCFU.cs | 31 CosimToRenodeIndex = 0; in CoSimulatedCFU() 273 public int CosimToRenodeIndex { get; } property in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedCFU
|
D | CoSimulatedPeripheral.cs | 35 CosimToRenodeIndex = cosimToRenodeIndex; in CoSimulatedPeripheral() 322 public int CosimToRenodeIndex { get; } property in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedPeripheral
|