Merge branch 'main' of github.com:JefferyLi0903/MMC

This commit is contained in:
JefferyLi0903 2022-04-01 22:21:05 +08:00
commit 3824afb137

View File

@ -30,7 +30,7 @@ module demodulation(
reg [7:0]I_last=0;
reg [7:0]Q_last=0;
reg [15:0]m1,m2;
wire [15:0]m1,m2;
Mul u1(I,Q_last,m1);
Mul u2(Q,I_last,m2);