mirror of
https://github.com/jhshi/openofdm.git
synced 2024-12-18 13:26:49 +00:00
Merge pull request #6 from ytakeuch/dot11zynq
fix unsigned signals to signed signals
This commit is contained in:
commit
19acdbe82f
@ -19,12 +19,12 @@ module dot11 (
|
||||
//input [31:0] set_data,
|
||||
|
||||
// add ports for register based inputs
|
||||
input [10:0] power_thres,
|
||||
input signed [10:0] power_thres,
|
||||
input [31:0] min_plateau,
|
||||
input threshold_scale,
|
||||
|
||||
// INPUT: RSSI
|
||||
input [10:0] rssi_half_db,
|
||||
input signed [10:0] rssi_half_db,
|
||||
// INPUT: I/Q sample
|
||||
input [31:0] sample_in,
|
||||
input sample_in_strobe,
|
||||
|
Loading…
Reference in New Issue
Block a user