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
changed reset & clk timing according to vhdl testbench
master
T. Meissner
11 years ago
parent
e62c0d5916
commit
f8226943a3
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
cbctdes/sim/verilog/tb_cbctdes.v
+ 3
- 3
cbctdes/sim/verilog/tb_cbctdes.v
View File
@ -63,11 +63,11 @@ module tb_cbctdes;
initial
begin
reset
=
1
;
#
1
reset
=
0
;
#
2
0
reset
=
1
;
#
10
0
reset
=
1
;
end
//
generate
clock
with
10
0
mhz
always
#
5
clk
=
!
clk
;
//
generate
clock
with
5
0
mhz
always
#
10
clk
=
!
clk
;
//
init
the
register
values
Write
Preview
Loading…
Cancel
Save