mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-18 09:24:42 -04:00
modified some test cases
This commit is contained in:
parent
d9cc8cd6cc
commit
5656b8fa58
@ -427,7 +427,17 @@
|
||||
<string>Testdata</string>
|
||||
<testData>
|
||||
<dataString>A_11 A_10 A_9 A_8 A_7 A_6 A_5 A_4 A_3 A_2 A_1 A_0 B_11 B_10 B_9 B_8 B_7 B_6 B_5 B_4 B_3 B_2 B_1 B_0 P<Q P=Q P>Q
|
||||
repeat(1<<20) bits(12,n>>10) bits(12,n&0x3ff) ((n>>10)<(n&0x3ff)) ((n>>10)=(n&0x3ff)) ((n>>10)>(n&0x3ff))</dataString>
|
||||
|
||||
loop(i,7)
|
||||
loop(A,1<<6)
|
||||
loop(B,1<<6)
|
||||
|
||||
bits(12,A<<i) bits(12,B<<i) (A<B) (A=B) (A>B)
|
||||
|
||||
end loop
|
||||
end loop
|
||||
end loop
|
||||
</dataString>
|
||||
</testData>
|
||||
</entry>
|
||||
</elementAttributes>
|
||||
|
Loading…
x
Reference in New Issue
Block a user