Quantcast
Channel: Mallory's Musings & Mischief
Viewing all articles
Browse latest Browse all 2808

Article 4

$
0
0

Every FPGA development environment I've used mitigates this issue with an "elaboration" step that parses the code, enumerates the connections, and building a representation of the topological aspect. That's often presented in the graphical form of a block diagram. That way you can see the connections and perceive issues that may not have been obvious in the code.

But again, a block diagram obscures the entire logical functionality of the hardware. It's one perspective or the other.

/3


Viewing all articles
Browse latest Browse all 2808