caravel/verilog/dv/cocotb/tests/hello_world/helloWorld.c

5 lines
47 B
C
Raw Normal View History

int main(){
// do nothing
return 0;
}