6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo Hardware in the loop test
|
|
|
|
make TOPLEVEL=cocotb_top_mac_test MODULE=hw_itl
|