Closed akioolin closed 3 years ago
Hi,
after some try and error. the output doesn't show out is due to my usb connection. after remove cable and plug into usb socket again, the message show up.
the following table is all the proj in master tree. my VIVADO is 2020.1.
for avg_pdti8, how to solve this issue? for example_cfu_v, it shows "synthesis failed".
Many thanks.
BR, Akio
Hello @akioolin , thank for your interest in the project!
I am currently not able to rerun these designs due to issue #91.
Can you find and post the critical path in your design that fails timing?
Hi, @tcal-x :
Thank you. Many Thanks for this project.
The timing check fail message is the following screenshots
It seems the mmcm clock output related. but for other project. there is no such problem.
BR, Akio
for example_cfu_v, it shows "synthesis failed".
Ah, this is due to a recent change in the interface. Thank you for finding it! I'd be grateful if you can send a PR to fix it --- simply add an input 'rst' to the module Cfu
. It will be unused internally in this CFU (just like the 'clk' input), but it is still required on the interface.
Hi, @tcal-x :
Thank you very much. Follow your guide, I had done add rst signal into cfu.v and finished the test of example_cfu_v. It ran very OK.
the table will be update to the following.
BTW, I also upload qmtech wukong board support related file.
hope this could help more people to use CFU-Playground project.
BR, Akio
Hi,
I'm trying to let CFU-Playground run on qmtech wukong board. The FPGA is Xilinx Artix-7 XC7A100T.
I could build and run a 4-cores vexrisc-v + linux on this board. right now, I'm tring to add some hw design build in. the CFU-playground provides a very good way to add on custom design.
I could add qmtech wukong in CFU-playground project and generate fpga bitstream very smoothly. but I found the generated bitstream can't make fpga booting after I download the bitstream. even the BIOS boot up message doesn't show. Is any where I missed?
the following is what I done.
thanks in advance.
BR, Akio