Wiki source code of How to try out Interactive Timing Analysis
Version 8.1 by ima on 2016/05/20 13:51
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
3.1 | 1 | If you want to try out our example implementation of Interactive Timing Analysis, you can use this guide: |
2 | |||
3 | = Steps for setup: = | ||
4 | |||
5 | 1. Download KIELER with Interactive Timing Analysis here (Under construction: Link coming soon!). | ||
6 | 1. Get the experimental KTA timing analysis tool [[here>>url:https://github.com/timed-c/kta||shape="rect"]]. You can use the Download ZIP link. | ||
7 | 1. Make sure "ocaml" and "make" are installed on your system, so that you can compile the KTA timing analysis tool. | ||
8 | 1. Extract the zip folder you downloaded in Step 2 and compile the KTA timing analysis tool running make in the kta-master folder. | ||
9 | 1. Install the gcc MIPS compiler (mcb32tools, mipsel-mcb32-elf-gcc), which is used by the KTA timing analysis tool. | ||
10 | 1. Start up KIELER, go to Preferences -> Interactive Timing Analysis and enter the absolute paths in your system to the folder that | ||
![]() |
5.1 | 11 | contains the KTA tool binary or the gcc MIPS compiler, respectively (click image to enlarge): |
![]() |
4.1 | 12 | \\[[image:attach:ITAPreferences.png]] |
![]() |
3.1 | 13 | |
![]() |
1.1 | 14 | |
15 | |||
![]() |
8.1 | 16 | If you encounter eny problems, please contact [[Insa Fuhrmann>>url:http://rtsys.informatik.uni-kiel.de/confluence/tsys.informatik.uni-kiel.de/en/team/mf||shape="rect"]]. |