No Description

Min 06cb4a2a5d Initial 5 years ago
src 06cb4a2a5d Initial 5 years ago
.gitignore 06cb4a2a5d Initial 5 years ago
Makefile 06cb4a2a5d Initial 5 years ago
altera_devel.qpf 06cb4a2a5d Initial 5 years ago
altera_devel.qsf 06cb4a2a5d Initial 5 years ago
readme.md 06cb4a2a5d Initial 5 years ago

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