|
|
il y a 5 ans | |
|---|---|---|
| src | il y a 5 ans | |
| .gitignore | il y a 5 ans | |
| Makefile | il y a 5 ans | |
| altera_devel.qpf | il y a 5 ans | |
| altera_devel.qsf | il y a 5 ans | |
| readme.md | il y a 5 ans |
Start modelsim GUI
make modelsim
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