仿真平台内核初版 -tlib库 包含<sparc arm riscv powerPC>
This commit is contained in:
7
scripts/pydev/tzc400_gatekeeper.py
Normal file
7
scripts/pydev/tzc400_gatekeeper.py
Normal file
@@ -0,0 +1,7 @@
|
||||
if request.IsInit:
|
||||
baseValue = 0
|
||||
elif request.IsRead:
|
||||
request.Value = baseValue
|
||||
else:
|
||||
x = request.Value & 0xffff
|
||||
baseValue = (x << 16) | x
|
||||
Reference in New Issue
Block a user