Skip to content
Snippets Groups Projects
Commit 5e771ca1 authored by jz8u17's avatar jz8u17
Browse files

Update ReadMe

parent 45ca5911
No related branches found
No related tags found
No related merge requests found
...@@ -20,4 +20,4 @@ Presentations and results can be found in the [paper](https://ieeexplore.ieee.or ...@@ -20,4 +20,4 @@ Presentations and results can be found in the [paper](https://ieeexplore.ieee.or
## Usage ## Usage
- The CCS project is developed upon MSP430FR6989, can be directly imported to CCS. - The CCS project is developed upon MSP430FR6989, can be directly imported to CCS.
- For usage of the two models, please see README files in each [model](https://git.soton.ac.uk/energy-driven/energy-storage-sizing/-/tree/master/model) and [finegrain](https://git.soton.ac.uk/energy-driven/energy-storage-sizing/-/tree/master/finegrain) subfolders. - For usage of the two models, please see README files in each [model](model/) and [finegrain](finegrain/) subfolders.
\ No newline at end of file \ No newline at end of file
# Introduction # Introduction
This folder contains a set of command line programs that explores the sizing effect of energy storage and energy harvester given constant current and real-world energy conditions.
# Build and run # Build and run
...@@ -25,21 +26,21 @@ cd bin/ ...@@ -25,21 +26,21 @@ cd bin/
## stor_constcurrent ## stor_constcurrent
This is a program that outputs forward progress against supply current and energy storage capacitance, as well as maximum forward progress that can be achieved with each supply current. This is a program that outputs forward progress against supply current and energy storage capacitance, as well as maximum forward progress that can be achieved with each supply current.
The progrom prompts user input for the test ranges of capacitance and supply current. The progrom prompts user input for the test ranges of capacitance and supply current.
For example: For example:
``` ```
Please enter c_min c_step c_no (int int int, 'uF'): Please enter c_min c_step c_no (int int int, 'uF'):
7 1 93 7 1 93
Please enter i_min i_step i_no (double double int, 'mA'): Please enter i_min i_step i_no (double double int, 'mA'):
0.1 0.1 3 0.1 0.1 3
``` ```
This will test 7-99 uF capacitance and 0.1-0.9 mA supply current. This will test 7-99 uF capacitance and 0.1-0.9 mA supply current.
## rs_to_ram ## rs_to_ram
The file name 'rs_to_ram' is short for 'Restore/Save Time Overheads scaled by RAM usage'. The file name 'rs_to_ram' is short for 'Restore/Save Time Overheads scaled by RAM usage'.
This program explores the impact of different restore/save time overheads. This program explores the impact of different restore/save time overheads.
Restore/save time overheads should be linear to the state size. Restore/save time overheads should be linear to the state size.
## harv_stor ## harv_stor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment