Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
NanoSoC Tech
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
SoCLabs
NanoSoC Tech
Commits
17a485dc
Commit
17a485dc
authored
2 years ago
by
dam1n19
Browse files
Options
Downloads
Patches
Plain Diff
SOC1-167
: Added default slave in case of no expansion region define
parent
bfd0e82e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
system/src/verilog/nanosoc_chip.v
+13
-0
13 additions, 0 deletions
system/src/verilog/nanosoc_chip.v
with
13 additions
and
0 deletions
system/src/verilog/nanosoc_chip.v
+
13
−
0
View file @
17a485dc
...
@@ -863,6 +863,19 @@ nanosoc_exp #(.ADDRWIDTH(29)
...
@@ -863,6 +863,19 @@ nanosoc_exp #(.ADDRWIDTH(29)
.
ip_data_req
(
exp_ip_req
),
.
ip_data_req
(
exp_ip_req
),
.
op_data_req
(
exp_op_req
)
.
op_data_req
(
exp_op_req
)
);
);
`else
// Default slave - if no expansion region
cmsdk_ahb_default_slave
u_ahb_exp
(
.
HCLK
(
HCLK
),
.
HRESETn
(
HRESETn
),
.
HSEL
(
HSEL_exp
),
.
HTRANS
(
HTRANS_exp
),
.
HREADY
(
HREADYMUX_exp
),
.
HREADYOUT
(
HREADYOUT_exp
),
.
HRESP
(
HRESP_exp
)
);
assign
HRDATA_exp
=
32'heaedeaed
;
// Tie off Expansion Address Expansion Data
`endif
`endif
// soclabs_ahb_aes128_ctrl u_exp_aes128 (
// soclabs_ahb_aes128_ctrl u_exp_aes128 (
...
...
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