Keine Beschreibung

Min 97e860fefa Added root structure vor 5 Jahren
src 97e860fefa Added root structure vor 5 Jahren
.gitignore 97e860fefa Added root structure vor 5 Jahren
Makefile 97e860fefa Added root structure vor 5 Jahren
altera_devel.qpf 06cb4a2a5d Initial vor 5 Jahren
altera_devel.qsf 97e860fefa Added root structure vor 5 Jahren
readme.md 06cb4a2a5d Initial vor 5 Jahren

readme.md

Altera Development Repo

Setup

Start modelsim GUI

make modelsim

Running benchmarks

This will run test benchmark in console without opening modelsim GUI

make tb_file=${file} tb_mod=${module} testbench
# Example
make tb_file=./src/root.sv tb_mod=root_tb testbench