Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceFormat.cs25 RiscVVectorConfiguration = 2, enumerator
111 …rationData(ulong pc, ulong vl, ulong vtype) : base(pc, AdditionalDataType.RiscVVectorConfiguration) in RiscVVectorConfigurationData()
DTraceBasedModelFlatBufferWriter.cs161 case AdditionalDataType.RiscVVectorConfiguration: in BuildInstructionFlatbuffer()