adds processors imm register to the list of measurement values

This commit is contained in:
hneemann 2017-11-09 20:15:51 +01:00
parent 01ad2cd699
commit 297e85e201
2 changed files with 10 additions and 0 deletions

View File

@ -1259,6 +1259,7 @@ Single-Cycle CPU.</string>
<string>Carry</string>
<string>Zero</string>
<string>Neg</string>
<string>imm</string>
<string>PC</string>
<string>R0</string>
<string>R1</string>
@ -1276,5 +1277,6 @@ Single-Cycle CPU.</string>
<string>BP</string>
<string>SP</string>
<string>RA</string>
<string>Bank-FF</string>
</measurementOrdering>
</circuit>

View File

@ -39,6 +39,14 @@ spezielles Bit in jedem Befehlswort zur Verfügung.</string>
<visualElement>
<elementName>Register</elementName>
<elementAttributes>
<entry>
<string>valueIsProbe</string>
<boolean>true</boolean>
</entry>
<entry>
<string>Label</string>
<string>imm</string>
</entry>
<entry>
<string>Bits</string>
<int>15</int>