-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Target FPGA board and Xilinx primitives #7
Comments
Hello Carlo, Please confirm to me that you are launching the post-synthesis simulation On Mon, Jul 11, 2016 at 5:42 PM, Carlo Sau notifications@github.com wrote:
|
Hello Endri, thank you for the quick answer. |
Dear Endri, I tried yesterday to reimplement all the system with all your scripts. Nothing has changed. I'm still getting the same problem: the first token of the rasterToMB actor is lost. Any idea on how to solve it? Should I change the high level design? I'm using the hw encoder in the orc-apps repo (https://github.com/orcc/orc-apps/blob/master/JPEG/src/jpeg/encoder/hw/EncoderHW.xdf). Is it the same that you used in http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=6850387? Carlo |
I'm having troubles while running a simulation of the JPEG Encoder (jpeg.encoder.hw.Encoder in the JPEG orc-apps repo). The behavioral simulation is correct, but, in the post-synthesis one, some tokens are not correctly stored into the BRAMs (timing is ok). I'm working with Vivado 2015.2 and questasim 10.4 and I'm targeting an Artix-7 xc7a100tcsg324-2. I've noticed that Xronos adopts a Virtex II xc2vp30-7-ff1152 FPGA and the related primitives by default. Is it possible that my problem is related to the primitive simulation models that are not matching from behavioral (where a Virtex II primitive is adopted) to post-synthesis (where Artix-7 primitives are istantiated)? Is there a way to change the referenced FPGA so that Xronos can insert the correct primitive?
The text was updated successfully, but these errors were encountered: