Words of wisdom
Spend the time up front to plan a good design on paper. Use dataflow diagrams and state machines to predict performance and area. Usually a block might appear to be sufficiently small and simple that you can go straight to RTL code. However, you will probably produce a more optimal design with less effort if you explore high-level optimizations with dataflow diagrams and state machines.
Post a Comment
Your comments will be moderated before it can appear here.