mirror of
https://github.com/JefferyLi0903/MMC.git
synced 2025-02-06 10:28:22 +08:00
Merge branch 'main' of github.com:JefferyLi0903/MMC
This commit is contained in:
commit
3824afb137
@ -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