新澳门六合彩开奖

What is Processor-in-the-Loop (PiL) Testing?

Robert Fey

Jan 04, 2022 / 1 min read

What is PiL Testing? Processor-in-Loop testing and How You Do It

Processor-in-the-Loop testing (PiL) refers to the testing and validation of embedded software on the processor that will later be used in the Electronic Control Unit (ECU). The algorithms and functions are usually developed on a PC within a development environment either directly in C, C++ or model-based. This could be, for example, a Simulink, TargetLink, ASCET or ASCET-DEVELOPER model. The resulting C/ C++ code must be compiled with a special “target” compiler for the processor, which is later used in the ECU in the vehicle. PiL tests are performed to check whether the compiled code also works on the target processor.  The control algorithms for the PiL test are usually executed on a so-called evaluation board. Sometimes PiL tests are also executed on the real ECU. Both variants use the real processor used in the controller and not the PC as in Software-in-Loop (SiL) testing. Using the target processor has the advantage that compiler errors can be detected.

“In-the-loop” in PiL tests means that the controller is embedded in the real hardware and the environment of the software under test is simulated. Environment models such as MiL, SiL, and HiL are rather unusual in PiL testing, since embedding such models on the target processor is complex or impossible. When environment models come together with the processor, you usually speak of Hardware-in-the-Loop testing (HiL).

Processor-in-Loop Testing 101

PiL Testing Environments with TPT

TPT enables PiL testing via so-called debuggers. TPT controls the debugger like Lauterbach TRACE32 or PLS UDE remotely to execute the compiled code directly on the processor. What’s primarily being tested via PiL testing are single functions or smaller groups of functions.

Give TPT a Try with a Free Evaluation License

You can request a free evaluation license to give TPT a try.

Continue Reading