Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SLCore-M0 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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SoCLabs
SLCore-M0 Tech
Commits
bc84f485
Commit
bc84f485
authored
2 years ago
by
dam1n19
Browse files
Options
Downloads
Patches
Plain Diff
Changed Table Base Address Defaults
parent
3fbedbfb
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/verilog/slcorem0.v
+1
-1
1 addition, 1 deletion
src/verilog/slcorem0.v
src/verilog/slcorem0_integration.v
+2
-2
2 additions, 2 deletions
src/verilog/slcorem0_integration.v
with
3 additions
and
3 deletions
src/verilog/slcorem0.v
+
1
−
1
View file @
bc84f485
...
@@ -23,7 +23,7 @@ module slcorem0 #(
...
@@ -23,7 +23,7 @@ module slcorem0 #(
parameter
WPT
=
2
,
// Number of DWT comparators
parameter
WPT
=
2
,
// Number of DWT comparators
parameter
RESET_ALL_REGS
=
0
,
// Do not reset all registers
parameter
RESET_ALL_REGS
=
0
,
// Do not reset all registers
parameter
INCLUDE_JTAG
=
0
,
// Do not Include JTAG feature
parameter
INCLUDE_JTAG
=
0
,
// Do not Include JTAG feature
parameter
[
31
:
0
]
ROMTABLE_BASE
=
32'hE00FF00
3
// Defaultly Points to Core ROM Table
parameter
[
31
:
0
]
ROMTABLE_BASE
=
32'hE00FF00
0
// Defaultly Points to Core ROM Table
)(
)(
// System Input Clocks and Resets
// System Input Clocks and Resets
input
wire
SYS_FCLK
,
// Free running clock
input
wire
SYS_FCLK
,
// Free running clock
...
...
This diff is collapsed.
Click to expand it.
src/verilog/slcorem0_integration.v
+
2
−
2
View file @
bc84f485
...
@@ -95,7 +95,7 @@ module slcorem0_integration
...
@@ -95,7 +95,7 @@ module slcorem0_integration
// 1 = one
// 1 = one
// 2 = two
// 2 = two
// ----------------------------------------------------------------------
// ----------------------------------------------------------------------
parameter
[
31
:
0
]
ROMTABLE_BASE
=
32'hE00FF00
3
)
// ROM Table Base Address
parameter
[
31
:
0
]
ROMTABLE_BASE
=
32'hE00FF00
0
)
// ROM Table Base Address
// - Defaultly points to Core ROMTABLE
// - Defaultly points to Core ROMTABLE
// ----------------------------------------------------------------------
// ----------------------------------------------------------------------
...
@@ -379,7 +379,7 @@ module slcorem0_integration
...
@@ -379,7 +379,7 @@ module slcorem0_integration
.
SLVRDATA
(
slv_rdata_dap
[
31
:
0
]),
.
SLVRDATA
(
slv_rdata_dap
[
31
:
0
]),
.
SLVREADY
(
slv_ready_dap
),
.
SLVREADY
(
slv_ready_dap
),
.
SLVRESP
(
slv_resp_dap
),
.
SLVRESP
(
slv_resp_dap
),
.
BASEADDR
(
ROMTABLE_BASE
),
.
BASEADDR
(
ROMTABLE_BASE
+
32'h00000003
),
.
ECOREVNUM
(
ECOREVNUM
[
27
:
20
]),
.
ECOREVNUM
(
ECOREVNUM
[
27
:
20
]),
.
SE
(
SE
)
.
SE
(
SE
)
);
);
...
...
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