|
|
před 4 roky | |
|---|---|---|
| fpa | před 4 roky | |
| scripts | před 4 roky | |
| simulation | před 4 roky | |
| src | před 4 roky | |
| .gitignore | před 5 roky | |
| Makefile | před 4 roky | |
| altera_devel.qpf | před 5 roky | |
| altera_devel.qsf | před 4 roky | |
| readme.md | před 4 roky |
Just run analysis
make analysis
if not working, specify Quartus installation directory with QUARTUS_ROOT parameter
Start modelsim GUI
make modelsim
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