Aucune description

Min f76b4b385c Changed tb lauching method in makefile il y a 4 ans
fpa e8a7ddfb11 new modules and vectors il y a 4 ans
scripts 4b437b8178 working add and multiply il y a 4 ans
simulation f76b4b385c Changed tb lauching method in makefile il y a 4 ans
src 66394f0166 Merge branch 'master' of https://gogs.infcof.com/4ycp/altera_devel into Oliver_FPA il y a 4 ans
.gitignore 1f845bdd3b Updated project sturcture il y a 5 ans
Makefile f76b4b385c Changed tb lauching method in makefile il y a 4 ans
altera_devel.qpf 06cb4a2a5d Initial il y a 5 ans
altera_devel.qsf 64bf0ade21 Script for starting tb il y a 4 ans
readme.md f76b4b385c Changed tb lauching method in makefile il y a 4 ans

readme.md

Altera Development Repo

Setup

Just run analysis

make analysis

if not working, specify Quartus installation directory with QUARTUS_ROOT parameter

Start modelsim GUI

make modelsim

Running testbench

This will run test testbench 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

Running testbench with defined simulation tcl script. Scripts has be located in simulation/modelsim/sim_*.do

# GUI example for simulation/modelsim/sim_root_tb.do
make sim_root_tb.gui
# Without GUI
make sim_root_tb.cli