Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DSimpleCSR.cs12 public struct SimpleCSR : IEquatable<SimpleCSR> struct
14 public SimpleCSR(string name, uint number, PrivilegeLevel mode) in SimpleCSR() method
23 if(obj is SimpleCSR csr) in Equals()
30 public bool Equals(SimpleCSR csr) in Equals() argument
DBaseRiscV.cs228 var customCSR = new SimpleCSR(name, number, mode); in RegisterCustomCSR()
865 … private readonly Dictionary<SimpleCSR, ulong> simpleCSRs = new Dictionary<SimpleCSR, ulong>();