Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
4ac97b5e
Commit
4ac97b5e
authored
1 year ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Clarified MM port for io_ddr.vhd + io_ddr_reg.vhd.
parent
3df4032a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/io/ddr/ddr.peripheral.yaml
+5
-3
5 additions, 3 deletions
libraries/io/ddr/ddr.peripheral.yaml
with
5 additions
and
3 deletions
libraries/io/ddr/ddr.peripheral.yaml
+
5
−
3
View file @
4ac97b5e
...
@@ -9,13 +9,14 @@ peripherals:
...
@@ -9,13 +9,14 @@ peripherals:
-
peripheral_name
:
io_ddr
# pi_io_ddr.py
-
peripheral_name
:
io_ddr
# pi_io_ddr.py
peripheral_description
:
"
DDR
controller"
peripheral_description
:
"
DDR
controller"
mm_ports
:
mm_ports
:
# MM port for io_ddr_reg.vhd
# MM port for
io_ddr.vhd +
io_ddr_reg.vhd
-
mm_port_name
:
REG_IO_DDR
-
mm_port_name
:
REG_IO_DDR
mm_port_type
:
REG
mm_port_type
:
REG
mm_port_span
:
8 * MM_BUS_SIZE
mm_port_span
:
8 * MM_BUS_SIZE
mm_port_description
:
"
DDR
controller
registers."
mm_port_description
:
"
DDR
controller
registers."
number_of_mm_ports
:
1
number_of_mm_ports
:
1
fields
:
fields
:
# Register part of io_ddr.vhd for status of DDR4 interface
-
-
field_name
:
reg_io_ddr
-
-
field_name
:
reg_io_ddr
field_description
:
|
field_description
:
|
"IO DDR status bits concatenated:
"IO DDR status bits concatenated:
...
@@ -34,9 +35,10 @@ peripherals:
...
@@ -34,9 +35,10 @@ peripherals:
address_offset
:
2 * MM_BUS_SIZE
address_offset
:
2 * MM_BUS_SIZE
access_mode
:
RO
access_mode
:
RO
-
-
field_name
:
reg_fifo_full
-
-
field_name
:
reg_fifo_full
field_description
:
"
Read
FIFO
full
bit
&
Write
FIFO
full
bit"
field_description
:
"
Read
FIFO
full
bit
&
Write
FIFO
full
bit
,
read
both
bits
together
because
they
get
cleared
upon
read
"
address_offset
:
3 * MM_BUS_SIZE
address_offset
:
3 * MM_BUS_SIZE
access_mode
:
RO
access_mode
:
RO
# Register part of io_ddr_reg.vhd used in mms_io_ddr.vhd for write and read access to DDR memory via MM
-
-
field_name
:
reg_burstbegin
-
-
field_name
:
reg_burstbegin
field_description
:
"
Start
write
or
read
access
to
DDR
when
reg_burstbegin
=
1."
field_description
:
"
Start
write
or
read
access
to
DDR
when
reg_burstbegin
=
1."
address_offset
:
8 * MM_BUS_SIZE
address_offset
:
8 * MM_BUS_SIZE
...
@@ -60,7 +62,7 @@ peripherals:
...
@@ -60,7 +62,7 @@ peripherals:
-
-
field_name
:
reg_flush
-
-
field_name
:
reg_flush
field_description
:
|
field_description
:
|
"Flush the write FIFO
"Flush the write FIFO
The user input to the write FIFO s
o
huld be off. Internally the method waits sufficient us to
The user input to the write FIFO sh
o
uld be off. Internally the method waits sufficient us to
ensure that the write FIFO is read empty."
ensure that the write FIFO is read empty."
address_offset
:
15 * MM_BUS_SIZE
address_offset
:
15 * MM_BUS_SIZE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment