Antmicro.Renode.Peripherals.CPU.VectorInstructionsOpcodes.EnableVectorOpcodesCounting C# (CSharp) Method

EnableVectorOpcodesCounting() public static method

public static EnableVectorOpcodesCounting ( Antmicro.Renode.Peripherals.CPU.BaseRiscV cpu ) : void
cpu Antmicro.Renode.Peripherals.CPU.BaseRiscV
return void
        public static void EnableVectorOpcodesCounting(this BaseRiscV cpu)
        {
            cpu.EnableRiscvOpcodesCounting(BaseRiscV.InstructionSet.V);
        }
    }
VectorInstructionsOpcodes