Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
multipass
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
derf
multipass
Commits
631eadd1
Commit
631eadd1
authored
5 years ago
by
Daniel Friesel
Browse files
Options
Downloads
Patches
Plain Diff
Add MSP430FR5994 CPU model (datasheet values)
parent
04ea15ee
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
model/arch/msp430fr5994lp.dfa
+79
-0
79 additions, 0 deletions
model/arch/msp430fr5994lp.dfa
with
79 additions
and
0 deletions
model/arch/msp430fr5994lp.dfa
0 → 100644
+
79
−
0
View file @
631eadd1
# static power @ 3.3V 16 MHz
# function power @ 3.3V
# ACTIVE function taken from datasheet section 5.5 (I(AM,75%))
# LPM functions fitted from datasheet sections 5.6 to 5.8 (3V, corrected to 3.3V)
state:
UNINITIALIZED:
ACTIVE:
power:
static: 5346
function:
raw: regression_arg(0) * parameter(cpufreq_mhz) + regression_arg(1)
regression_args: [389.4, 244.2]
LPM0:
power:
static: 792
function:
raw: regression_arg(0) * parameter(cpufreq_mhz) + regression_arg(1)
regression_args: [33, 264]
LPM1:
power:
static: 643.5
function:
raw: regression_arg(0) + regression_arg(1) * parameter(cpufreq_mhz)
regression_args: [115.5, 33]
LPM2:
power:
static: 4.3
LPM3:
power:
static: 3.3
LPM3.5:
power:
static: 1.6
LPM4:
power:
static: 1.8
LPM4.5:
power:
static: 0.8
parameters:
- cpufreq_mhz
- voltage_v
transition:
init:
src: [UNINITIALIZED]
dst: ACTIVE
set_param:
voltage_v: 3.3
cpufreq_mhz: 16
cpufreq:
src: [ACTIVE]
dst: ACTIVE
arguments:
- name: cpufreq
values: [1, 4, 8, 16]
parameter: cpufreq_mhz
active:
src: [ACTIVE, LPM0, LPM1, LPM2, LPM3.5, LPM3, LPM4, LPM4.5]
dst: ACTIVE
lpm0:
src: [ACTIVE]
dst: LPM0
lpm1:
src: [ACTIVE]
dst: LPM1
lpm2:
src: [ACTIVE]
dst: LPM2
lpm3:
src: [ACTIVE]
dst: LPM3
lpm4:
src: [ACTIVE]
dst: LPM4
lpm4.5:
src: [ACTIVE]
dst: LPM4.5
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