This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
libvhdl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
add reset value for s_miso in SpiMasterE unit test
pull/1/head
T. Meissner
10 years ago
parent
c221b65074
commit
b038131ccf
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
test/SpiT.vhd
+ 1
- 0
test/SpiT.vhd
View File
@ -240,6 +240,7 @@ begin
variable
v_random
:
RandomPType
;
begin
v_random
.
InitSeed
(
v_random
'instance_name
)
;
s_miso
<
=
'Z'
;
wait
until
s_reset_n
=
'1'
;
for
i
in
0
to
integer
'
(
2
*
*
C_DATA_WIDTH
-
1
)
loop
v_send_data
:
=
v_random
.
RandSlv
(
C_DATA_WIDTH
)
;
Write
Preview
Loading…
Cancel
Save