Forum Discussion
Geats_X
New Contributor
12 months agoBut in the design of Gen3 1x16, the PIO module only supports 256 bit or 512 bit, while the bit width of Gen3 1x4 is 128 bit. I don't know how to use it when it's 128 bit.
RongY_altera
Contributor
12 months agoThe 128/256/512 bit means the data width for user logic.
Regards,
Rong
- Geats_X12 months ago
New Contributor
So if I use the pio example design of gen3 1x16, I need to replace pio0 and mem0 modules with my own user logic. This will result in the error I explained, won't it? What I want to know is what user logic should include or at least include, so that those errors will not occur during compilation.