|
|
hace 5 años | |
|---|---|---|
| src | hace 5 años | |
| .gitignore | hace 5 años | |
| Makefile | hace 5 años | |
| altera_devel.qpf | hace 5 años | |
| altera_devel.qsf | hace 5 años | |
| readme.md | hace 5 años |
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