]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - Soundcore.v
Compiles
[fpgaboy.git] / Soundcore.v
index 172ed4f6aee9fc297e6eaf23abff0df929243dca..16d6067c490317e6609cf88168e7bb857556ff4e 100644 (file)
@@ -44,7 +44,7 @@ module Soundcore(
                snd_data_r <= (pwmcnt <= right_snd) ? 1 : 0;
        end
 
-       Sound1(
+       Sound1 s1(
                .core_clk(core_clk),
                .wr(wr),
                .rd(rd),
@@ -56,7 +56,7 @@ module Soundcore(
                .snd_data(sndout1)
        );
        
-       Sound2(
+       Sound2 s2(
                .core_clk(core_clk),
                .wr(wr),
                .rd(rd),
This page took 0.0204 seconds and 4 git commands to generate.