PrincetonUniversity / prga

Open-source FPGA research and prototyping framework.
http://parallel.princeton.edu/prga/
BSD 3-Clause "New" or "Revised" License
192 stars 24 forks source link

failed to find matching architecture model for '$_DFF_PP0' #27

Closed WhiteStart closed 1 year ago

WhiteStart commented 1 year ago

WechatIMG128

angl-dev commented 1 year ago

Hi, @WhiteStart

Sorry for the delay.

Could you provide more info? Did you change anything (e.g., the generated Yosys synthesis script)? Yosys should not produce "$_DFF_PP0" cells. They should be replaced with ".latch".

WhiteStart commented 1 year ago

Thanks for your reply,this has been solved, I forgot to close the issue

OlinLai commented 7 months ago

Thanks for your reply,this has been solved, I forgot to close the issue

@WhiteStart Hi! I met with the same problem. Could you please provide me with the solution of this error? Thanks!