all:
	iverilog -y. -y./../ao486/sim/altera -o tb_sound.vvp tb_sound.v

dsp:
	iverilog -y. -y./../ao486/sim/altera -o tb_sound_dsp.vvp tb_sound_dsp.v
