fix comment

This commit is contained in:
Jinghao Shi 2017-04-14 11:00:12 -04:00
parent 191b197d5e
commit 47577f7099

View File

@ -13,7 +13,7 @@ module phase
input signed [DATA_WIDTH-1:0] in_q,
input input_strobe,
// [-pi, pi) scaled up by 2048
// [-pi, pi) scaled up by 512
output reg signed [31:0] phase,
output output_strobe
);