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
removed forgotten data_o drivers from process
master
T. Meissner
10 years ago
parent
1e53c62084
commit
034386b0ce
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
des/rtl/vhdl/des.vhd
+ 0
- 3
des/rtl/vhdl/des.vhd
View File
@ -380,7 +380,6 @@ begin
v_mode
:
=
NOP
;
s_accept
<
=
'0'
;
s_valid
<
=
'0'
;
--data_o <= (others => '0');
elsif
rising_edge
(
clk_i
)
then
case
v_rnd_cnt
is
@ -388,7 +387,6 @@ begin
when
0
=
>
s_accept
<
=
'1'
;
s_valid
<
=
'0'
;
--data_o <= (others => '0');
if
(
valid_i
=
'1'
and
s_accept
=
'1'
)
then
s_accept
<
=
'0'
;
s_valid
<
=
'0'
;
@ -613,7 +611,6 @@ begin
when
17
=
>
s_valid
<
=
'1'
;
data_o
<
=
ipn
(
s_r
&
s_l
)
;
if
(
s_valid
=
'1'
)
then
if
(
accept_i
=
'1'
)
then
s_valid
<
=
'0'
;
Write
Preview
Loading…
Cancel
Save