Skip to content

Commit 37b245b

Browse files
Update README.md
1 parent 4e735de commit 37b245b

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

README.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
1-
# TutorialExamples
2-
Example and demo material for real-time simulation and modeling tutorials
1+
# Tutorial Examples
2+
3+
Included in this repo are collections of examples and demos for tutorials on power electronic system real-time simulation and modeling.
4+
These examples and demos include Mathworks Matlab scripts to demonstrate different approaches to model and solve switching power converters in simulation and a collection of C++ and HDL projects to run real-time simulation of power converters on Xilinx FPGAs using Xilinx Vivado and the ORTiS Circuit Solver Codegen Tools.
5+
6+
## Conference Tutorials
7+
8+
These example/demo files are associated with tutorial presentations given at the following conferences so far:
9+
* ECCE 2022, October 9-12, in Detroit, Michigan, USA (https://www.ieee-ecce.org/2022/)
10+
* Tutorial held in afternoon on October 9th
11+
* PEDG 2022, June 26-29 in Kiel, Germany (https://pedg2022.org/)
12+
* Tutorial held on June 26th
13+
14+
## Where to Download
15+
16+
To download the example and demo files, you can find them under Releases of this repo.
17+
18+
The examples are grouped into three sessions, one for power electronics modeling for power and energy simulation, one for general power electronic systems simulation with switching models, and one for high-performance real-time simulation of power electronics simulations using FPGAs. Each session folder comes with a README.txt file to explain their files purpose and usage.
19+
20+
The second session examples requires either Mathworks Matlab or GNU Octave to run. The third session examples requires either of the following, depending on the example in question:
21+
* Code::Blocks C++ IDE (https://www.codeblocks.org/) and a GCC/other C++ compiler
22+
* Xilinx Vivado HLx 2019.2 (or later) FPGA development suite
23+
24+
The third session examples use the ORTiS Circuit Solver Codegen Tools (binaries included with the examples).
25+
For the latest releases and source code of these tools, you can download them here: https://github.com/OpenRealTimeSimulation/SolverCodegen

0 commit comments

Comments
 (0)