Skip to content

HEP-SoC/PeakRDL-socgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PeakRDL SoCGen

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).

Folder Structure

./peakrdl-socgen
├── examples
├── src
│   └── peakrdl_socgen
│       ├── rdl
│       ├── templates
│       └── *.py
├── CHANGELOG
├── LICENSE
├── README.md
└── setup.py

Getting Started

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).

License

This project is licensed under the GPL-3 License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors