1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00
VILLASnode/fpga
daniel-k 68c9f08457 plugin: use Nifty Counter Idiom to intialize plugin list
Just using a standard std::list<> to hold plugins is problematic, because
we want to push Plugins to the list from within each Plugin's constructor
that is executed during static initialization. Since the order of static
initialization is undefined in C++, it may happen that a Plugin
constructor is executed before the list could be initialized. Therefore,
we use the Nifty Counter Idiom [1] to initialize the list ourself before
the first usage.

In short:
- allocate a buffer for the list
- initialize list before first usage
- (complicatedly) declaring a buffer is neccessary in order to avoid
  that the constructor of the static list is executed again
2018-01-10 11:02:08 +01:00
..
bitstreams added fodler for bitstreams 2017-11-21 21:33:19 +01:00
cmake imported source code from VILLASfpga repo and made it compile 2017-11-21 21:31:08 +01:00
doc/pictures imported source code from VILLASfpga repo and made it compile 2017-11-21 21:31:08 +01:00
etc etc/fpga: card is in slot 03:00.0 currently 2017-11-28 12:06:26 +01:00
include/villas plugin: use Nifty Counter Idiom to intialize plugin list 2018-01-10 11:02:08 +01:00
lib plugin: use Nifty Counter Idiom to intialize plugin list 2018-01-10 11:02:08 +01:00
scripts imported source code from VILLASfpga repo and made it compile 2017-11-21 21:31:08 +01:00
src add missing benchmarks 2017-11-21 22:30:21 +01:00
tests lib/card: start FPGA card prior to parsing 2017-11-28 11:26:41 +01:00
thirdparty created new repo for VILLASfpga 2017-11-21 21:28:21 +01:00
.dockerignore added simple Dockerfile for development 2017-11-21 21:29:34 +01:00
.editorconfig imported source code from VILLASfpga repo and made it compile 2017-11-21 21:31:08 +01:00
.gitignore added gitignore 2017-11-21 21:33:50 +01:00
.gitlab-ci.yml fix CI 2017-12-29 15:48:04 +01:00
.gitmodules use https submodules 2017-11-21 23:02:16 +01:00
CHANGELOG.md created new repo for VILLASfpga 2017-11-21 21:28:21 +01:00
CMakeLists.txt make ips/intc C++ 2018-01-10 11:02:08 +01:00
COPYING.md created new repo for VILLASfpga 2017-11-21 21:28:21 +01:00
Dockerfile add LAPACK dependency to Dockerfile 2017-11-21 23:06:42 +01:00
README.md created new repo for VILLASfpga 2017-11-21 21:28:21 +01:00

VILLASfpga

build status coverage report

TODO: Write project description

Documentation

User documentation is available here: https://villas.fein-aachen.org/doc/fpga.html

2017, Institute for Automation of Complex Power Systems, EONERC

License

This project is released under the terms of the GPL version 3.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

For other licensing options please consult Prof. Antonello Monti.

Contact

EONERC ACS Logo

Institute for Automation of Complex Power Systems (ACS)
EON Energy Research Center (EONERC)
RWTH University Aachen, Germany