We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
HDL x-library of IP Cores
To build all modules in Linux:
mkdir buildcd buildcmake ..make
To clean workspace:
make clean
Library use unit testing and testbenches to valid correct module behavior.Run all test on Linux after doing build step:
make test
To run particular test e.g. on Fifo module:
./tests/hdl/ipc/test_ipc_fifo
To generate documentation for verilog modules:
doxverilog Doxverilog.cfg