This folder contains the source code for the PeakRDL SoCGen project. The project is designed to generate System-on-Chip (SoC) interconnects (standard buses and miscellaneous connections).
./peakrdl-socgen
├── examples
├── src
│ └── peakrdl_socgen
│ ├── rdl
│ ├── templates
│ └── *.py
├── CHANGELOG
├── LICENSE
├── README.md
└── setup.py
To get started with the PeakRDL SoCGen project, follow these steps to test the examples:
git clone https://github.com/HEP-SoC/PeakRDL-socgen.git
cd peakrdl_socgen/examples/apb_test
mkdir build
cd build
cmake ../Now the APB example is configured (i.e., the python venv and the make targets have been generated by cmake).
This project is licensed under the GPL-3 License. See the LICENSE file for details.