mirror of
https://github.com/JefferyLi0903/MMC.git
synced 2025-02-06 10:28:22 +08:00
更改了m1、m2的数据类型
This commit is contained in:
parent
158d871499
commit
5e4d282f5b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user