Merge pull request #89 from NawfalMotii79/feat/ft2232h-default-ft601-option

feat: make FT2232H default USB interface, add FT601 premium option, deprecate GUI V6
This commit is contained in:
NawfalMotii79
2026-04-17 22:21:58 +01:00
committed by GitHub
29 changed files with 1098 additions and 534 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ module radar_system_top (
parameter USE_LONG_CHIRP = 1'b1; // Default to long chirp
parameter DOPPLER_ENABLE = 1'b1; // Enable Doppler processing
parameter USB_ENABLE = 1'b1; // Enable USB data transfer
parameter USB_MODE = 0; // 0=FT601 (32-bit, 200T), 1=FT2232H (8-bit, 50T)
parameter USB_MODE = 1; // 0=FT601 (32-bit, 200T), 1=FT2232H (8-bit, 50T production default)
// ============================================================================
// INTERNAL SIGNALS