ucsdsysnet / Rosebud

Framework for FPGA-accelerated Middlebox Development
MIT License
35 stars 9 forks source link

Cell is placed inside reconfig block #7

Open hoangvm97 opened 1 year ago

hoangvm97 commented 1 year ago

Hi Rosebud's author, I want to customize the RPU's dmem from block ram to DDR4. I expand the dmem interface to output of RPUs and connect these interfaces to ddr4. However, I meet this error at implemention phase. Could you please give me some advise to solve this. Thank you so much! image

panickingkl commented 9 months ago

Hello, I also encountered the same issue when using DDR as extended storage. May I ask if you were able to resolve this issue in the end? If so, how did you solve it? Thank you.