Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lpc-spi-bridge-fpga
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Raptor Engineering Public Development
lpc-spi-bridge-fpga
Commits
30b4a5b9
Commit
30b4a5b9
authored
Jun 08, 2020
by
Raptor Engineering Development Team
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add write cycle to FSI testbench
parent
fd6bee51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
testbench_fsi.v
testbench_fsi.v
+13
-0
No files found.
testbench_fsi.v
View file @
30b4a5b9
...
...
@@ -176,6 +176,19 @@ module fsi_test();
slave_data_ready_strobe
=
0
;
#
282
start_cycle
=
0
;
// End cycle
#
48
data_direction
=
1
;
// Drive write request
slave_id
=
0
;
// Absolute addressing since it is outside 256 bytes of the previous transfer address
address
=
21'h054321
;
tx_data
=
32'hf00dface
;
data_length
=
2
;
// 32 bit transfer
start_cycle
=
1
;
// Start cycle
#
426
slave_data_ready_strobe
=
1
;
// Send response via slave core
#
12
slave_data_ready_strobe
=
0
;
#
282
start_cycle
=
0
;
// End cycle
`else
fsi_data_in
=
1'b0
;
// Transmit ACK_D response, 37'b10000011101100101010000110010000100001011
#
6
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment