7 lines
113 B
Bash
Executable File
7 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
|
|
iverilog -o test_sdram.vvp -s test_sdram test_sdram.v ../muchtoremember.v mt48lc16m16a2.v
|
|
vvp *.vvp
|
|
|
|
|