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

new blocks and bitstream #11

Closed buddynohair closed 3 years ago

buddynohair commented 3 years ago

Hello,

i try to generate a new custom block called "hard_logic_block" (similar as a DSP-block), which has the same level as club-block from the hierarchy , but it shows me an error.

截屏2020-09-06下午11 18 51 截屏2020-09-06下午11 19 11

Besides, i still wanna ask something about Bitstream. I think the FPGA is successfully generated, but i can't find the bitstream file in the output files.

angl-dev commented 3 years ago

Hi @buddynohair , for the first question, I think you're missing a closing parenthesis at the end of the if condition.

As for bitstream file, if you are able to run the simulation and get the test passed message, you should find the bitstream file: examples/target/{design}/{fpga}/{design}.memh.

buddynohair commented 3 years ago

Hallo,

Thank you very much, i have found it.

Ang Li notifications@github.com 于2020年9月8日周二 上午8:33写道:

Hi @buddynohair https://github.com/buddynohair , for the first question, I think you're missing a closing parenthesis at the end of the if condition.

As for bitstream file, if you are able to run the simulation and get the test passed message, you should find the bitstream file: examples/target/{design}/{fpga}/{design}.memh.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/PrincetonUniversity/prga/issues/11#issuecomment-688648724, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP6XRE6QCAALU62AF7ITPLLSEXF23ANCNFSM4Q45V45Q .