Can we generate EMIF DDR4 without mem_alert_n or not connect the emif_alert_n in the instantiation
Hi
Please refer the attached png/pdf of the pin map of two EMIF instantiations in our design. The initial board design shared a FPGA IO bank for some address/command signals of the two instances, rendering that bank unusable.This limits the maximum memory size to 32GB across teh 3 banks of IOs of each EMIF instance.
With one change of mem_address[17] moved back from the location in shared bank to the location of mem_alert_n in the png file (which is the recommended location in the recommended DDR command/address) the total addressable size can be increased to 64GB. but I am not able to find the right location for mem_alert_n.
I did not find an option to not generate mem_alert_n in teh ip generation .
When I don't connect the mem_alert_n input, or when I tie it off to 1'b1, the fitter fails with message that the message
Error(17045): Input port I of I/O input buffer ........."mem_alert_n.inst[0].b|no_oct.ibuf is not connected. It must be driven by a top-level pin"
So is there a way to either not generate mem_alert_n or not connect in the instantiation and still complete the implementation ?.
Best,
BB
- Thanks Adzim.
Best,
BB