Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceFormat.cs113 this.VectorLength = vl; in RiscVVectorConfigurationData()
145 BitHelper.GetBytesFromValue(output, 0, VectorLength, sizeof(ulong), true); in GetBinaryRepresentation()
150 public ulong VectorLength { get; } property in Antmicro.Renode.Peripherals.CPU.RiscVVectorConfigurationData
DTraceBasedModelFlatBufferWriter.cs173 … var vl = (short)(additionalDataEntry as RiscVVectorConfigurationData).VectorLength; in BuildInstructionFlatbuffer()