E
Evgeny Filatov
Guest
On 14.09.2015 1:53, glen herrmannsfeldt wrote:
Thanks for the feedback, Glen, Rick, BobH and everyone else. I think
I've understood that while it's no crime to use schematic tools, writing
in VHDL/verilog offers greater flexibility and thus potential advantages
in performance.
Regards,
Evgeny.
Evgeny Filatov <e.v.filatov@ieee.org> wrote:
(snip, I wrote)
I do remember using schematic drawing tools, but most often found
it took a lot of work drawing lines, making sure that they didn't
overlap what they weren't supposed to, and otherwise getting it right.
But I can write some lines of verilog or VHDL and not have to worry
about such lines overlapping. Match up signal names and everything
works the way it is supposed to.
(snip)
Tim is correct. An example (GPS C/A stuff):
http://tinyurl.com/nfmqjzm
I just suck at writing in VHDL/verilog. Should practice more.
OK, the tools are surprisingly good at doing what needs to be done.
If the problem is well described at the higher level, it is probably
fine.
If you need the highest speed, though, you might need to pipeline it,
and that might not be so easy from the high level representation.
If it is fast enough, and the high-level logic mostly does what
you want, you might not need to worry.
-- glen
Thanks for the feedback, Glen, Rick, BobH and everyone else. I think
I've understood that while it's no crime to use schematic tools, writing
in VHDL/verilog offers greater flexibility and thus potential advantages
in performance.
Regards,
Evgeny.