-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0eee198
commit eea9151
Showing
8 changed files
with
194 additions
and
156 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,2 @@ | ||
localparam RX_CFG = 4; // Available values: 4, 3, 8, 14 | ||
localparam RX_CFG = 4; | ||
`define USE_WF | ||
|
||
// In case RX_CFG is set to 4, the generated bitstream should be named KiwiSDR.rx4.wf4.bit | ||
// In case RX_CFG is set to 3, the generated bitstream should be named KiwiSDR.rx3.wf3.bit | ||
// In case RX_CFG is set to 8, the generated bitstream should be named KiwiSDR.rx8.wf2.bit | ||
// In case RX_CFG is set to 14, the generated bitstream should be named KiwiSDR.rx14.wf0.bit | ||
// Remove `define USE_WF when RX_CFG is set to 14 |
Oops, something went wrong.