On Fri, Jun 09, 2006 at 04:37:47PM -0400, Timothy Miller wrote:
> Yeah, hardware programming is in some ways inside-out compared to
> softrware programming. For instance, with software, brevity in source
> code often translates into small machine code. But with chips, you
> have to be elaborate and detailed. Oh, and going from thinking
> serially to thinking in parallel can be tough. (You might want to get
> good at pthreads as a stepping stone.)
It's probably easier to approach if you've designed logic hardware
by hand first. There you're working with the physical implementation, and
you can see it on a schematic or a block diagram.
Once you've done that, it becomes easier to keep in mind the
physical implementation that a block of Verilog or VHDL will generate.
Sometimes a simpler-appearing syntax requires extra logic to implement it.
_______________________________________________
Open-graphics mailing list
[email protected]
http://lists.duskglow.com/mailman/listinfo/open-graphics
List service provided by Duskglow Consulting, LLC (www.duskglow.com)