Skip to content

IP Blocks to Support Design, Prototyping, and Verification of PULP on FPGAs

License

Notifications You must be signed in to change notification settings

lowRISC/fpga-support

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP Blocks to Support Design, Prototyping, and Verification of PULP on FPGAs

This repository contains IP blocks that can be useful in many aspects of working with PULP on FPGA platforms. The repository is structured as follows:

  • behav/ Behavioral Simulation and Tests; contains one subdirectory for each module.
  • rtl/ End-User RTL Code
  • synth/ Post-Synthesis Simulation and Tests; contains one subdirectory for each module.

Usage

Many IP blocks in this repository depend on the CfMath package. Make sure to have that package on the list of source files for elaboration. For behavioral and post-synthesis simulations, set the CF_MATH_PKG_PATH environment variable to the path where you have that package installed.

Add all files in the rtl/ folder to the list of compilation files of your development tool (e.g., Xilinx Vivado). Read the documentation (header of the source file) of the block that you want to use and use the block as described there.

Contributing

Thank you for your intent to contribute to improving the quality and usefulness of this repository! In the interest of making this an optimal experience for you, the maintainers, and the users, please follow the Contribution Guidelines

About

IP Blocks to Support Design, Prototyping, and Verification of PULP on FPGAs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SystemVerilog 95.8%
  • Makefile 2.7%
  • Tcl 1.1%
  • Shell 0.4%