Widen ft601_be to [3:0] for 32-bit FT601 mode, fix NCO XSim TB
- Expand ft601_be from [1:0] to [3:0] across RTL, top-level, testbenches, and XDC (uncomment be[2:3] pin assignments B21/A21) - Fix NCO XSim testbench: correct reset check (0x7FFF not 0), add pipeline warmup and sample skip for DSP48E1 quadrature test - All local regression tests pass (39/39 USB, 10/10 integration, all co-sim)
This commit is contained in:
@@ -77,7 +77,7 @@ module radar_system_top (
|
||||
|
||||
// Data bus
|
||||
inout wire [31:0] ft601_data, // 32-bit bidirectional data bus
|
||||
output wire [1:0] ft601_be, // Byte enable
|
||||
output wire [3:0] ft601_be, // Byte enable (4 lanes for 32-bit mode)
|
||||
|
||||
// Control signals
|
||||
output wire ft601_txe_n, // Transmit enable (active low)
|
||||
|
||||
Reference in New Issue
Block a user