This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
cryptocores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
correct bug in enc / dec test key, test works successfully now
master
Torsten Meissner
13 years ago
parent
e1980efa74
commit
091efc0f85
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
des/sim/tb_des.vhd
+ 1
- 1
des/sim/tb_des.vhd
View File
@ -97,7 +97,7 @@ begin
begin
s_mode
<
=
'0'
;
s_validin
<
=
'0'
;
s_key
<
=
x"
5555555555555555
"
;
s_key
<
=
x"
0101010101010101
"
;
s_datain
<
=
x"8000000000000000"
;
report
"# encryption test"
;
for
index
in
s_variable_plaintext_known_answers
'range
loop
Write
Preview
Loading…
Cancel
Save