Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x393_sata
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
x393_sata
Commits
de42947e
Commit
de42947e
authored
Jan 14, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
finished initial coding of ahci_ctrl_stat.v
parent
c8a13f98
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
286 additions
and
39 deletions
+286
-39
ahci_ctrl_stat.v
ahci/ahci_ctrl_stat.v
+213
-39
ahci_top.v
ahci/ahci_top.v
+73
-0
No files found.
ahci/ahci_ctrl_stat.v
View file @
de42947e
This diff is collapsed.
Click to expand it.
ahci/ahci_top.v
View file @
de42947e
...
...
@@ -426,6 +426,79 @@ module ahci_top#(
)
;
/* Instance template for module ahci_ctrl_stat */
ahci_ctrl_stat
#(
.
ADDRESS_BITS
(
ADDRESS_BITS
)
)
ahci_ctrl_stat_i
(
.
mrst
()
,
// input
.
mclk
()
,
// input
.
was_hba_rst
()
,
// input
.
was_port_rst
()
,
// input
.
soft_write_addr
()
,
// input[9:0]
.
soft_write_data
()
,
// input[31:0]
.
soft_write_en
()
,
// input
.
regs_addr
()
,
// output[9:0] reg
.
regs_we
()
,
// output reg
.
regs_din
()
,
// output[31:0] reg
.
update_GHC__IS
()
,
// input
.
update_HBA_PORT__PxIS
()
,
// input
.
update_HBA_PORT__PxSSTS
()
,
// input
.
update_HBA_PORT__PxSERR
()
,
// input
.
update_HBA_PORT__PxCMD
()
,
// input
.
pcmd_clear_icc
()
,
// input
.
pcmd_esp
()
,
// input
.
pcmd_cr
()
,
// output
.
pcmd_cr_set
()
,
// input
.
pcmd_cr_reset
()
,
// input
.
pcmd_fr
()
,
// input
.
pcmd_clear_bsy_drq
()
,
// input
.
pcmd_clo
()
,
// output
.
pcmd_clear_st
()
,
// input
.
pcmd_st
()
,
// output
.
sirq_TFE
()
,
// input
.
sirq_IF
()
,
// input
.
sirq_INF
()
,
// input
.
sirq_OF
()
,
// input
.
sirq_PRC
()
,
// input
.
sirq_PC
()
,
// input
.
sirq_DP
()
,
// input
.
sirq_UF
()
,
// input
.
sirq_SDB
()
,
// input
.
sirq_DS
()
,
// input
.
sirq_PS
()
,
// input
.
sirq_DHR
()
,
// input
.
serr_DT
()
,
// input
.
serr_DS
()
,
// input
.
serr_DH
()
,
// input
.
serr_DC
()
,
// input
.
serr_DB
()
,
// input
.
serr_DW
()
,
// input
.
serr_DI
()
,
// input
.
serr_EP
()
,
// input
.
serr_EC
()
,
// input
.
serr_ET
()
,
// input
.
serr_EM
()
,
// input
.
serr_EI
()
,
// input
.
ssts_ipm_dnp
()
,
// input
.
ssts_ipm_active
()
,
// input
.
ssts_ipm_part
()
,
// input
.
ssts_ipm_slumb
()
,
// input
.
ssts_ipm_devsleep
()
,
// input
.
ssts_spd_dnp
()
,
// input
.
ssts_spd_gen1
()
,
// input
.
ssts_spd_gen2
()
,
// input
.
ssts_spd_gen3
()
,
// input
.
ssts_det_ndnp
()
,
// input
.
ssts_det_dnp
()
,
// input
.
ssts_det_dp
()
,
// input
.
ssts_det_offline
()
,
// input
.
sctl_ipm
()
,
// output[3:0] reg
.
sctl_spd
()
,
// output[3:0] reg
.
sctl_det
()
,
// output[3:0] reg
.
pxci0_clear
()
,
// input
.
pxci0
()
,
// output
.
irq
()
// output reg
)
;
ahci_dma
ahci_dma_i
(
.
mrst
(
mrst
)
,
// input
...
...
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