sogno-platform / dpsim

Real-time power system simulator including powerflow, (dynamic) phasors and EMT
https://sogno.energy/dpsim/
Mozilla Public License 2.0
67 stars 49 forks source link

VILLASnode interface: Improve FpgaExample #299

Closed n-eiling closed 3 months ago

n-eiling commented 3 months ago

This makes the FpgaExample a closed loop test of the communication via VILLAS. I also added the signal names configured in the example to the actual signals and added a bit more debug output.

n-eiling commented 3 months ago

I don't get why the two tests fail. It seems like VILLAS segfaults. However, my changes did not touch anything related to this and I cannot reproduce the errors outside the CI. @stv0g do you have an idea how to debug this, or what I might have done wrong?

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
6 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

n-eiling commented 3 months ago

There was some issue with the new VILLAS version. It seems to be fixed now, so this is ready to be merged. see https://github.com/VILLASframework/node/pull/789