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
62ae6bef
Commit
62ae6bef
authored
Jun 08, 2020
by
Raptor Engineering Development Team
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify FSI electrical protocol requirements based on analyzed operation of IBM POWER9 hardware
parent
2fcce36b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
fsi_master.v
fsi_master.v
+2
-2
fsi_slave.v
fsi_slave.v
+2
-2
No files found.
fsi_master.v
View file @
62ae6bef
...
...
@@ -19,10 +19,10 @@ module fsi_master_interface(
output
wire
[
1
:
0
]
interrupt_field
,
output
wire
[
2
:
0
]
dma_control_field
,
output
wire
fsi_data_out
,
// Must have I/O output register enabled in top level SB_IO or equivalent, output data driven at
fall
ing edge of clock
output
wire
fsi_data_out
,
// Must have I/O output register enabled in top level SB_IO or equivalent, output data driven at
ris
ing edge of clock
input
wire
fsi_data_in
,
output
wire
fsi_data_direction
,
// 0 == tristate (input), 1 == driven (output)
output
wire
fsi_clock_out
,
output
wire
fsi_clock_out
,
// Must be inverted at the edge driver -- rising clocks are in reference to this signal, not the electrically inverted signal on the FSI bus
output
wire
[
7
:
0
]
debug_port
,
...
...
fsi_slave.v
View file @
62ae6bef
...
...
@@ -16,10 +16,10 @@ module fsi_slave_interface(
input
wire
[
1
:
0
]
interrupt_field
,
input
wire
[
2
:
0
]
dma_control_field
,
output
wire
fsi_data_out
,
// Must have I/O output register enabled in top level SB_IO or equivalent, output data driven at
fall
ing edge of clock
output
wire
fsi_data_out
,
// Must have I/O output register enabled in top level SB_IO or equivalent, output data driven at
ris
ing edge of clock
input
wire
fsi_data_in
,
output
wire
fsi_data_direction
,
// 0 == tristate (input), 1 == driven (output)
input
wire
fsi_clock_in
,
input
wire
fsi_clock_in
,
// Must not be inverted by the edge latch
output
wire
[
7
:
0
]
debug_port
,
...
...
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