Jump to content

shoneill

Members
  • Posts

    867
  • Joined

  • Last visited

  • Days Won

    26

Community Answers

  1. shoneill's post in Running out of LUTs on Zynq 7020 was marked as the answer   
    Both of your FIFOs are massive, both to and from the FPGA.  They can be MUCH smaller.
     
    What does your compile report look like, can you post a screenshot?

    Yeah, problem seems to be distributed RAM LUT cells, of which you only have 11000 ont he device.
     
    Your two FIFOs to and from the FPGA can be way way smaller, like 50 elements.
     
    You have set them to use Block RAM but I don't think the compiler is doing that.
  2. shoneill's post in Text not showing up under semi-transparent object was marked as the answer   
    I can't recall the property right now but I think it has to do with with the "blending bin" you place the text objects in.  There's Opaque, Transparent and so on.  Make sure you set the text objects to the correct blending bin and it should work.
  3. shoneill's post in Roundtrip cast of an object in a cluster, conversion fails was marked as the answer   
    If you insert a "Preserve Run-time Class" primitive on the class after casting to an LVObject it will work.
     
    Variants don't know all the intricacies of class types.


    So between casting the variant to a LVObject and before casting back to a variant, insert the above-mentioned primitive and away you go.
     
    Shane.


    I would also simply name the constant input for the Variant to Data "Object" instead of renaming the item within the variant.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.