|
|
%!s(int64=5) %!d(string=hai) anos | |
|---|---|---|
| src | %!s(int64=5) %!d(string=hai) anos | |
| .gitignore | %!s(int64=5) %!d(string=hai) anos | |
| Makefile | %!s(int64=5) %!d(string=hai) anos | |
| altera_devel.qpf | %!s(int64=5) %!d(string=hai) anos | |
| altera_devel.qsf | %!s(int64=5) %!d(string=hai) anos | |
| readme.md | %!s(int64=5) %!d(string=hai) anos |
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