Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
CAOS_HW
HDL_IP
SafeSU
Commits
0c88f6da
Commit
0c88f6da
authored
Mar 15, 2022
by
Pablo Andreu
Browse files
Changes the name of hw quota enable to follow naming conventions
parent
2019029c
Changes
2
Hide whitespace changes
Inline
Side-by-side
hdl/PMU_raw.sv
View file @
0c88f6da
...
...
@@ -191,7 +191,7 @@
// FT (Fault tolerance) interrupt, error detected but not recoverable
output
wire
intr_FT2_o
,
// Enables hardware_quota over software_quota interruptions
output
wire
hardware_
quota
output
wire
en_hw
quota
_o
);
//----------------------------------------------
// VIVADO: list of debug signals for ILA
...
...
@@ -492,7 +492,7 @@
assign
MCCU_softrst
=
regs_i
[
BASE_MCCU_CFG
][
1
];
//hardware quota
assign
hardware_
quota
=
regs_i
[
BASE_MCCU_CFG
][
31
];
assign
en_hw
quota
_o
=
regs_i
[
BASE_MCCU_CFG
][
31
];
//One bit for each core to trigger quota update
...
...
hdl/pmu_ahb.sv
View file @
0c88f6da
...
...
@@ -138,7 +138,8 @@ module pmu_ahb #
output
wire
intr_FT1_o
,
// FT (Fault tolerance) interrupt, error detected but not recoverable
output
wire
intr_FT2_o
,
output
wire
hardware_quota
// Enables hardware_quota over software_quota interruptions
output
wire
en_hwquota_o
);
//----------------------------------------------
// VIVADO: list of debug signals for ILA
...
...
@@ -699,7 +700,7 @@ inst_pmu_raw
.
intr_quota_o
,
.
intr_MCCU_o
,
.
intr_RDC_o
,
.
hardware_quota
(
hardware_
quota
)
.
en_hwquota_o
(
en_hw
quota
_o
)
);
//----------------------------------------------
...
...
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