minhlee
New Contributor
1 year agoI/O assignment analysis fail Quartus Prime Lite 23.1 for CycloneV
Hi everyone, currently I am creating my own SoC system. I have run Analysis and Synthesis successfully, then I run tcl script hps_sdram_p0_parameters.tcl and hps_sdram_p0_pin_assignments.tcl respecti...
- 1 year ago
Hi,
The error due to the width mismatch between the ports of top module DE10_NANO_SoC_GHRD.v and the ports of msdma_fpga.
Modify the lines below in DE10_NANO_SoC_GHRD.v then there'll be no error anymore after running the tcl script and I/O assignment analysis:
Line 29: output [/*14*/12: 0] HPS_DDR3_ADDR,
Line 37: inout [/*31*/7: 0] HPS_DDR3_DQ,
Line 39: inout /*[ 3: 0]*/ HPS_DDR3_DQS_P,
Thanks,
Regards,
Sheng