Нет описания

Oliver Jaison 21566a94fc Multiplication Module 5 лет назад
src 21566a94fc Multiplication Module 5 лет назад
.gitignore 3d1620b6a1 Ignore whitelist 5 лет назад
Makefile 14d4541bcf adding and subtracting unit 5 лет назад
altera_devel.qpf 06cb4a2a5d Initial 5 лет назад
altera_devel.qsf 06cb4a2a5d Initial 5 лет назад
readme.md 06cb4a2a5d Initial 5 лет назад

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