Luke7412 / IpLibrary

Library containing various VHDL IPs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IP Library

Library containing various Systemverilog IPs

Documentation for individual IPs

see: here

File Organization

IPs have the following file and directory structure:

  • bd : Verilog wrappers for IPs. Vivado IP packager cannot package IPs with Systemverilog top level.
  • constraints : .xdc constraint files
  • doc : Documentation
  • src : HDL sources
  • tb : SVUnit test benches
  • xgui : Vivado IP packager tcl script
  • component.xml : IP-XACT description of IP generated by Vivado

Running SVUnit

# Activate python venv
.venv/Scripts/Activate.ps1

# Navigate to sim dir
cd tb/sim

# Run in Console Mode
runsvunit -s modelsim -o sim -f sim.f

# Run in Gui Mode
RunSVUnit -s modelsim -o sim -f sim.f -r="-gui -voptargs=+acc"

About

Library containing various VHDL IPs

License:MIT License


Languages

Language:SystemVerilog 64.7%Language:VHDL 16.0%Language:Tcl 11.3%Language:Verilog 3.8%Language:Stata 3.1%Language:Forth 0.9%Language:Python 0.2%