Re: [casper] Compiling design

2020-08-11 Thread Heystek Grobler
Hey Jack and Andrew

You were right. I literarily had one “Gateway In” block. I removed it and now 
my design compiles. 

Thank you for your help! I really appreciate it. 

Heystek 



> On 11 Aug 2020, at 16:51, Jack Hickish  wrote:
> 
> Hi Heystek,
> 
> Somewhere in your design -- presumably outside the screenshot you just sent 
> or inside one of your blocks -- you have a "Gateway In" block. This isn't 
> allowed (when you compile the design, the toolflow doesn't know what to drive 
> it with). If you find and delete this block, I think you'll be good to go.
> 
> Cheers
> Jack
> 
> On Tue, 11 Aug 2020 at 14:39, Heystek Grobler  > wrote:
> Hey James
> 
> Below is a snipped:
> 
> 
> 
>> On 11 Aug 2020, at 15:24, James Smith > > wrote:
>> 
>> Send a screen snip of what you've got, Heystek?
>> 
>> On Tue, Aug 11, 2020 at 1:22 PM Heystek Grobler > > wrote:
>> Hey James and Mugundhan
>> 
>> Thank you for your emails. 
>> 
>> Yes, I have a Shared BRAM block in my design. The BRAM block is from the 
>> casper blockset. So I should rather use something else for the design?
>> 
>>> On 11 Aug 2020, at 15:03, James Smith >> > wrote:
>>> 
>>> Hello Heystek,
>>> 
>>> Somewhere in your design, you are trying to use a Xilinx block as an input. 
>>> Replace it with one of the yellow blocks from the Casper tools, and you 
>>> should be okay. (Usually this will be a software register or a BRAM block.)
>>> 
>>> Regards,
>>> James
>>> 
>>> 
>>> On Tue, Aug 11, 2020 at 12:54 PM Heystek Grobler >> > wrote:
>>> Good day everyone
>>> 
>>> I am compiling a design for Roach2. I can into this error when running 
>>> casper_xps:
>>> 
>>> "xilinx input gateways cannot be used in a design. Only gpio blocks”
>>> 
>>> How can I solve this or am I doing something stupid?
>>> 
>>> Thanks for the help
>>> 
>>> Heystek 
>>> 
>>> -- 
>>> You received this message because you are subscribed to the Google Groups 
>>> "casper@lists.berkeley.edu " group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to casper+unsubscr...@lists.berkeley.edu 
>>> .
>>> To view this discussion on the web visit 
>>> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/7A801B91-ED60-4D83-A14A-3B0B1D8D4E8E%40gmail.com
>>>  
>>> .
>>> 
>>> -- 
>>> You received this message because you are subscribed to the Google Groups 
>>> "casper@lists.berkeley.edu " group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to casper+unsubscr...@lists.berkeley.edu 
>>> .
>>> To view this discussion on the web visit 
>>> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CAG67D36jXoAb%3DdY5oTuB5YEVTW-KZ2NQoNAZTrjn0ywkgXZOWw%40mail.gmail.com
>>>  
>>> .
>> 
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "casper@lists.berkeley.edu " group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to casper+unsubscr...@lists.berkeley.edu 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/D88CD155-3307-46B3-942C-9E19921CE095%40gmail.com
>>  
>> .
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "casper@lists.berkeley.edu " group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to casper+unsubscr...@lists.berkeley.edu 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CAG67D37S53ORn5YojX6mLTMAqA1g5%2B%2BCtVDf6cnkE047CxNMvg%40mail.gmail.com
>>  
>> .
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "casper@lists.berkeley.edu " group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to casper+unsubscr...@lists.berkeley.edu 
> 

Re: [casper] Compiling design

2020-08-11 Thread Andrew Martens
Hi Heystek

I notice that you are using Xilinx Output Gateways leading to scopes, I
would guess that there are Input Gateway/s as well. These will be linked to
physical pins, or software interfaces, on the FPGA when compiled. If you
want to access inputs linked to FPGA pins or software interfaces, these are
provided in our toolflow via the yellow blocks. We do not allow users to
instantiate these outside of yellow blocks to prevent Bad Things From
Happening.

Regards
Andrew


On Tue, Aug 11, 2020 at 3:39 PM Heystek Grobler 
wrote:

> Hey James
>
> Below is a snipped:
>
>
>
> On 11 Aug 2020, at 15:24, James Smith  wrote:
>
> Send a screen snip of what you've got, Heystek?
>
> On Tue, Aug 11, 2020 at 1:22 PM Heystek Grobler 
> wrote:
>
>> Hey James and Mugundhan
>>
>> Thank you for your emails.
>>
>> Yes, I have a Shared BRAM block in my design. The BRAM block is from the
>> casper blockset. So I should rather use something else for the design?
>>
>> On 11 Aug 2020, at 15:03, James Smith  wrote:
>>
>> Hello Heystek,
>>
>> Somewhere in your design, you are trying to use a Xilinx block as an
>> input. Replace it with one of the yellow blocks from the Casper tools, and
>> you should be okay. (Usually this will be a software register or a BRAM
>> block.)
>>
>> Regards,
>> James
>>
>>
>> On Tue, Aug 11, 2020 at 12:54 PM Heystek Grobler <
>> heystekgrob...@gmail.com> wrote:
>>
>>> Good day everyone
>>>
>>> I am compiling a design for Roach2. I can into this error when running
>>> casper_xps:
>>>
>>> "xilinx input gateways cannot be used in a design. Only gpio blocks”
>>>
>>> How can I solve this or am I doing something stupid?
>>>
>>> Thanks for the help
>>>
>>> Heystek
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "casper@lists.berkeley.edu" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to casper+unsubscr...@lists.berkeley.edu.
>>> To view this discussion on the web visit
>>> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/7A801B91-ED60-4D83-A14A-3B0B1D8D4E8E%40gmail.com
>>> 
>>> .
>>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "casper@lists.berkeley.edu" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to casper+unsubscr...@lists.berkeley.edu.
>> To view this discussion on the web visit
>> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CAG67D36jXoAb%3DdY5oTuB5YEVTW-KZ2NQoNAZTrjn0ywkgXZOWw%40mail.gmail.com
>> 
>> .
>>
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "casper@lists.berkeley.edu" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to casper+unsubscr...@lists.berkeley.edu.
>> To view this discussion on the web visit
>> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/D88CD155-3307-46B3-942C-9E19921CE095%40gmail.com
>> 
>> .
>>
>
> --
> You received this message because you are subscribed to the Google Groups "
> casper@lists.berkeley.edu" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to casper+unsubscr...@lists.berkeley.edu.
> To view this discussion on the web visit
> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CAG67D37S53ORn5YojX6mLTMAqA1g5%2B%2BCtVDf6cnkE047CxNMvg%40mail.gmail.com
> 
> .
>
>
> --
> You received this message because you are subscribed to the Google Groups "
> casper@lists.berkeley.edu" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to casper+unsubscr...@lists.berkeley.edu.
> To view this discussion on the web visit
> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/47E92574-B4EA-44E0-A6F2-E5D8F766C890%40gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"casper@lists.berkeley.edu" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to casper+unsubscr...@lists.berkeley.edu.
To view this discussion on the web visit 

Re: [casper] Compiling design

2020-08-11 Thread Jack Hickish
Hi Heystek,

Somewhere in your design -- presumably outside the screenshot you just sent
or inside one of your blocks -- you have a "Gateway In" block. This isn't
allowed (when you compile the design, the toolflow doesn't know what to
drive it with). If you find and delete this block, I think you'll be good
to go.

Cheers
Jack

On Tue, 11 Aug 2020 at 14:39, Heystek Grobler 
wrote:

> Hey James
>
> Below is a snipped:
>
>
>
> On 11 Aug 2020, at 15:24, James Smith  wrote:
>
> Send a screen snip of what you've got, Heystek?
>
> On Tue, Aug 11, 2020 at 1:22 PM Heystek Grobler 
> wrote:
>
>> Hey James and Mugundhan
>>
>> Thank you for your emails.
>>
>> Yes, I have a Shared BRAM block in my design. The BRAM block is from the
>> casper blockset. So I should rather use something else for the design?
>>
>> On 11 Aug 2020, at 15:03, James Smith  wrote:
>>
>> Hello Heystek,
>>
>> Somewhere in your design, you are trying to use a Xilinx block as an
>> input. Replace it with one of the yellow blocks from the Casper tools, and
>> you should be okay. (Usually this will be a software register or a BRAM
>> block.)
>>
>> Regards,
>> James
>>
>>
>> On Tue, Aug 11, 2020 at 12:54 PM Heystek Grobler <
>> heystekgrob...@gmail.com> wrote:
>>
>>> Good day everyone
>>>
>>> I am compiling a design for Roach2. I can into this error when running
>>> casper_xps:
>>>
>>> "xilinx input gateways cannot be used in a design. Only gpio blocks”
>>>
>>> How can I solve this or am I doing something stupid?
>>>
>>> Thanks for the help
>>>
>>> Heystek
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "casper@lists.berkeley.edu" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to casper+unsubscr...@lists.berkeley.edu.
>>> To view this discussion on the web visit
>>> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/7A801B91-ED60-4D83-A14A-3B0B1D8D4E8E%40gmail.com
>>> 
>>> .
>>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "casper@lists.berkeley.edu" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to casper+unsubscr...@lists.berkeley.edu.
>> To view this discussion on the web visit
>> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CAG67D36jXoAb%3DdY5oTuB5YEVTW-KZ2NQoNAZTrjn0ywkgXZOWw%40mail.gmail.com
>> 
>> .
>>
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "casper@lists.berkeley.edu" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to casper+unsubscr...@lists.berkeley.edu.
>> To view this discussion on the web visit
>> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/D88CD155-3307-46B3-942C-9E19921CE095%40gmail.com
>> 
>> .
>>
>
> --
> You received this message because you are subscribed to the Google Groups "
> casper@lists.berkeley.edu" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to casper+unsubscr...@lists.berkeley.edu.
> To view this discussion on the web visit
> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CAG67D37S53ORn5YojX6mLTMAqA1g5%2B%2BCtVDf6cnkE047CxNMvg%40mail.gmail.com
> 
> .
>
>
> --
> You received this message because you are subscribed to the Google Groups "
> casper@lists.berkeley.edu" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to casper+unsubscr...@lists.berkeley.edu.
> To view this discussion on the web visit
> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/47E92574-B4EA-44E0-A6F2-E5D8F766C890%40gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"casper@lists.berkeley.edu" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to casper+unsubscr...@lists.berkeley.edu.
To view this discussion on the web visit 
https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CAG1GKSmUbyBe2Rk78bM5c8X%2B3kXVKkf-OccVoK362PXybT4UHQ%40mail.gmail.com.


Re: [casper] Compiling design

2020-08-11 Thread Heystek Grobler
Hey James

Below is a snipped:



> On 11 Aug 2020, at 15:24, James Smith  wrote:
> 
> Send a screen snip of what you've got, Heystek?
> 
> On Tue, Aug 11, 2020 at 1:22 PM Heystek Grobler  > wrote:
> Hey James and Mugundhan
> 
> Thank you for your emails. 
> 
> Yes, I have a Shared BRAM block in my design. The BRAM block is from the 
> casper blockset. So I should rather use something else for the design?
> 
>> On 11 Aug 2020, at 15:03, James Smith > > wrote:
>> 
>> Hello Heystek,
>> 
>> Somewhere in your design, you are trying to use a Xilinx block as an input. 
>> Replace it with one of the yellow blocks from the Casper tools, and you 
>> should be okay. (Usually this will be a software register or a BRAM block.)
>> 
>> Regards,
>> James
>> 
>> 
>> On Tue, Aug 11, 2020 at 12:54 PM Heystek Grobler > > wrote:
>> Good day everyone
>> 
>> I am compiling a design for Roach2. I can into this error when running 
>> casper_xps:
>> 
>> "xilinx input gateways cannot be used in a design. Only gpio blocks”
>> 
>> How can I solve this or am I doing something stupid?
>> 
>> Thanks for the help
>> 
>> Heystek 
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "casper@lists.berkeley.edu " group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to casper+unsubscr...@lists.berkeley.edu 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/7A801B91-ED60-4D83-A14A-3B0B1D8D4E8E%40gmail.com
>>  
>> .
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "casper@lists.berkeley.edu " group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to casper+unsubscr...@lists.berkeley.edu 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CAG67D36jXoAb%3DdY5oTuB5YEVTW-KZ2NQoNAZTrjn0ywkgXZOWw%40mail.gmail.com
>>  
>> .
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "casper@lists.berkeley.edu " group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to casper+unsubscr...@lists.berkeley.edu 
> .
> To view this discussion on the web visit 
> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/D88CD155-3307-46B3-942C-9E19921CE095%40gmail.com
>  
> .
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "casper@lists.berkeley.edu" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to casper+unsubscr...@lists.berkeley.edu 
> .
> To view this discussion on the web visit 
> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CAG67D37S53ORn5YojX6mLTMAqA1g5%2B%2BCtVDf6cnkE047CxNMvg%40mail.gmail.com
>  
> .

-- 
You received this message because you are subscribed to the Google Groups 
"casper@lists.berkeley.edu" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to casper+unsubscr...@lists.berkeley.edu.
To view this discussion on the web visit 
https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/47E92574-B4EA-44E0-A6F2-E5D8F766C890%40gmail.com.


Re: [casper] Compiling design

2020-08-11 Thread James Smith
Send a screen snip of what you've got, Heystek?

On Tue, Aug 11, 2020 at 1:22 PM Heystek Grobler 
wrote:

> Hey James and Mugundhan
>
> Thank you for your emails.
>
> Yes, I have a Shared BRAM block in my design. The BRAM block is from the
> casper blockset. So I should rather use something else for the design?
>
> On 11 Aug 2020, at 15:03, James Smith  wrote:
>
> Hello Heystek,
>
> Somewhere in your design, you are trying to use a Xilinx block as an
> input. Replace it with one of the yellow blocks from the Casper tools, and
> you should be okay. (Usually this will be a software register or a BRAM
> block.)
>
> Regards,
> James
>
>
> On Tue, Aug 11, 2020 at 12:54 PM Heystek Grobler 
> wrote:
>
>> Good day everyone
>>
>> I am compiling a design for Roach2. I can into this error when running
>> casper_xps:
>>
>> "xilinx input gateways cannot be used in a design. Only gpio blocks”
>>
>> How can I solve this or am I doing something stupid?
>>
>> Thanks for the help
>>
>> Heystek
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "casper@lists.berkeley.edu" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to casper+unsubscr...@lists.berkeley.edu.
>> To view this discussion on the web visit
>> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/7A801B91-ED60-4D83-A14A-3B0B1D8D4E8E%40gmail.com
>> 
>> .
>>
>
> --
> You received this message because you are subscribed to the Google Groups "
> casper@lists.berkeley.edu" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to casper+unsubscr...@lists.berkeley.edu.
> To view this discussion on the web visit
> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CAG67D36jXoAb%3DdY5oTuB5YEVTW-KZ2NQoNAZTrjn0ywkgXZOWw%40mail.gmail.com
> 
> .
>
>
> --
> You received this message because you are subscribed to the Google Groups "
> casper@lists.berkeley.edu" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to casper+unsubscr...@lists.berkeley.edu.
> To view this discussion on the web visit
> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/D88CD155-3307-46B3-942C-9E19921CE095%40gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"casper@lists.berkeley.edu" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to casper+unsubscr...@lists.berkeley.edu.
To view this discussion on the web visit 
https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CAG67D37S53ORn5YojX6mLTMAqA1g5%2B%2BCtVDf6cnkE047CxNMvg%40mail.gmail.com.


Re: [casper] Compiling design

2020-08-11 Thread Heystek Grobler
Hey James and Mugundhan

Thank you for your emails. 

Yes, I have a Shared BRAM block in my design. The BRAM block is from the casper 
blockset. So I should rather use something else for the design?

> On 11 Aug 2020, at 15:03, James Smith  wrote:
> 
> Hello Heystek,
> 
> Somewhere in your design, you are trying to use a Xilinx block as an input. 
> Replace it with one of the yellow blocks from the Casper tools, and you 
> should be okay. (Usually this will be a software register or a BRAM block.)
> 
> Regards,
> James
> 
> 
> On Tue, Aug 11, 2020 at 12:54 PM Heystek Grobler  > wrote:
> Good day everyone
> 
> I am compiling a design for Roach2. I can into this error when running 
> casper_xps:
> 
> "xilinx input gateways cannot be used in a design. Only gpio blocks”
> 
> How can I solve this or am I doing something stupid?
> 
> Thanks for the help
> 
> Heystek 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "casper@lists.berkeley.edu " group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to casper+unsubscr...@lists.berkeley.edu 
> .
> To view this discussion on the web visit 
> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/7A801B91-ED60-4D83-A14A-3B0B1D8D4E8E%40gmail.com
>  
> .
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "casper@lists.berkeley.edu" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to casper+unsubscr...@lists.berkeley.edu 
> .
> To view this discussion on the web visit 
> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CAG67D36jXoAb%3DdY5oTuB5YEVTW-KZ2NQoNAZTrjn0ywkgXZOWw%40mail.gmail.com
>  
> .

-- 
You received this message because you are subscribed to the Google Groups 
"casper@lists.berkeley.edu" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to casper+unsubscr...@lists.berkeley.edu.
To view this discussion on the web visit 
https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/D88CD155-3307-46B3-942C-9E19921CE095%40gmail.com.


Re: [casper] Compiling design

2020-08-11 Thread Mugundhan vijayaraghavan
Hi Heystek,

This is (probably) because the yellow blocks, when you look under the mask,
already have gateway ins and outs. In conventional system generator, the
gateways are ports for the design. Here, the tool flow takes care of this.

Sincerely,

Mugundhan

On Tue, 11 Aug, 2020, 6:24 PM Heystek Grobler, 
wrote:

> Good day everyone
>
> I am compiling a design for Roach2. I can into this error when running
> casper_xps:
>
> "xilinx input gateways cannot be used in a design. Only gpio blocks”
>
> How can I solve this or am I doing something stupid?
>
> Thanks for the help
>
> Heystek
>
> --
> You received this message because you are subscribed to the Google Groups "
> casper@lists.berkeley.edu" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to casper+unsubscr...@lists.berkeley.edu.
> To view this discussion on the web visit
> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/7A801B91-ED60-4D83-A14A-3B0B1D8D4E8E%40gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"casper@lists.berkeley.edu" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to casper+unsubscr...@lists.berkeley.edu.
To view this discussion on the web visit 
https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CAD560xnTExq63tyLj3P9-UM56Y9sL7z3t0ocvOx4GMSrW5sQJA%40mail.gmail.com.


Re: [casper] Compiling design

2020-08-11 Thread James Smith
Hello Heystek,

Somewhere in your design, you are trying to use a Xilinx block as an input.
Replace it with one of the yellow blocks from the Casper tools, and you
should be okay. (Usually this will be a software register or a BRAM block.)

Regards,
James


On Tue, Aug 11, 2020 at 12:54 PM Heystek Grobler 
wrote:

> Good day everyone
>
> I am compiling a design for Roach2. I can into this error when running
> casper_xps:
>
> "xilinx input gateways cannot be used in a design. Only gpio blocks”
>
> How can I solve this or am I doing something stupid?
>
> Thanks for the help
>
> Heystek
>
> --
> You received this message because you are subscribed to the Google Groups "
> casper@lists.berkeley.edu" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to casper+unsubscr...@lists.berkeley.edu.
> To view this discussion on the web visit
> https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/7A801B91-ED60-4D83-A14A-3B0B1D8D4E8E%40gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"casper@lists.berkeley.edu" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to casper+unsubscr...@lists.berkeley.edu.
To view this discussion on the web visit 
https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CAG67D36jXoAb%3DdY5oTuB5YEVTW-KZ2NQoNAZTrjn0ywkgXZOWw%40mail.gmail.com.