View Single Post
  #8 (permalink)  
Old 05-27-2009, 08:36 AM
Petter Gustad
Guest
 
Posts: n/a
Default Re: Online tool that generates parallel CRC and Scrambler

Mark <mark@cacurry.net> writes:

> Ok neat. But why not just code the algorithm in straight verilog or
> VHDL, instead of C generates verilog? The C generated verilog code
> is unmanageable.


I think this historically from the time when synthesis tools did not
handle loops very well. It was very easy to do the expansion
symbolically in a language like Common Lisp and generate HDL code.
I've done this many times in the past and I disagree that the
generated code is unmanageable. You simply stick it in a module and
instantiate it.


Petter
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
Reply With Quote