Skip to main content

Scriptable universal IP-core generator

Project description

ipCorePackager

CircleCI Coverage Status PyPI version Documentation Status Python version

Scriptable universal IP-Core generator

Export formats

  • IP-XACT (Vivado)
  • Quartus (QSys) *_hw.tcl

What is IP-Core packager.

IP-Core packager is a tool which generates component.xml or _hw.tcl files which are description of interface of hardware design usually written in Verilog or VHDL. Result is the package with HDL (Verilog/VHDL) files, constraints files (XDC, UCF, ...) tcl based GUI and package description file. IP-Core packages greatly simplifies integration of hardware projects, all major synthesis tools (Xilinx Vivado, Intel Quartus, ...) are supporting them directly and for rest it is better to have IP-Core because of consystency.

How to use IpCorePackager

IpCorePackager is API for generating of IP-XACT and _hw.tcl files. In order to use the IpCorePackager you need two things.

  • You need to have definitions of Interface IP-Core meta for interfaces which require some special care (require to define some parameter in IP-Core, etc.), This meta has to be subclass of ipCorePackager.intfIpMeta.IntfIpMeta

  • You need to define methods in ipCorePackager.packager.IpCorePackager which are raising the NotImplementedError. This methods are because ipCorePackager does not dependeds on reprenation of design.

This library is used by hwt there you can find reference implementation of IpCorePackager methods for hwt style hardware description.

The hwtLib library contains definitions of IntfIpMeta descriptions for common interfaces.

Similar projects

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipCorePackager-0.6.tar.gz (17.4 kB view hashes)

Uploaded Source

Built Distributions

ipCorePackager-0.6-py3.9.egg (45.1 kB view hashes)

Uploaded Source

ipCorePackager-0.6-py3-none-any.whl (20.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page