doc: update README to include freqsim
This commit is contained in:
parent
b86b6a5659
commit
b2363b5950
12
README.md
12
README.md
|
@ -1,6 +1,6 @@
|
||||||
# WRPLL simulation
|
# WRPLL simulation
|
||||||
|
|
||||||
A time domain simulation for WRPLL
|
Frequency and time domain simulation for WRPLL
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -22,14 +22,10 @@ nix develop
|
||||||
```
|
```
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
- Three notebook examples are included
|
- The simulation file is located at `src`
|
||||||
1. `helper_PLL_example.ipynb` : helper PLL only
|
- RAM usage and execution time estimate for time domain simulation
|
||||||
2. `main_PLL_example.ipynb` : main PLL only with a user specific helper frequency
|
|
||||||
3. `both_PLL_example.ipynb` : main and helper PLL
|
|
||||||
|
|
||||||
- RAM usage and execution time estimate for simulation **ONLY**
|
|
||||||
|
|
||||||
- 500,000,000 time steps: 8GiB RAM and 55 seconds
|
- 500,000,000 time steps: 8GiB RAM and 55 seconds
|
||||||
|
- Frequency domain doc is also [available](./doc/freqsim.md)
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<details><summary><b>WRPLL formulas</b></summary>
|
<details><summary><b>WRPLL formulas</b></summary>
|
||||||
|
|
Loading…
Reference in New Issue