On 5/7/09, Peter Stuge <[email protected]> wrote:
> Pasi Kärkkäinen wrote:
>  > would it help to use fixed point variables here?
>
>
> If floating point is already available, it would mostly help by
>  keeping the logic simpler = smaller FPGA footprint. If space is
>  tight it might be a good idea.

There isn't anything built-in to the FPGA that we can use to help us
with FP.  We have to do it ourselves.  So whenever we can, we'll
switch from from float to fixed then to integer.  In fact, the Y
coordinate will be integer from the start.

>
>
>
>  //Peter
>
> _______________________________________________
>  Open-graphics mailing list
>  [email protected]
>  http://lists.duskglow.com/mailman/listinfo/open-graphics
>  List service provided by Duskglow Consulting, LLC (www.duskglow.com)
>


-- 
Timothy Normand Miller
http://www.cse.ohio-state.edu/~millerti
Open Graphics Project
_______________________________________________
Open-graphics mailing list
[email protected]
http://lists.duskglow.com/mailman/listinfo/open-graphics
List service provided by Duskglow Consulting, LLC (www.duskglow.com)

Reply via email to