0
\$\begingroup\$

I'm learning about synthesis of VHDL code and I have the doubt about the advantages and disadvantages of Hierarchichal vs Flatten netlists. The first is like interconnection of blocks and the second one is like all the resources interconected?

Thanks,

asked Oct 27, 2016 at 16:16
\$\endgroup\$
1
  • \$\begingroup\$ Sounds about right. \$\endgroup\$ Commented Oct 27, 2016 at 16:33

1 Answer 1

1
\$\begingroup\$

Hierarchical netlist: Since pins of submodules are accessible, it's easier to track paths for functional debugging and timing analysis. Pins can be forced or probed in post-synthesis simulations.

Flattened netlist: Synthesis tool can optimize the circuit better. That provides better speed, area, and power. Conversely, debugging capabilities are limited.

answered Jul 11, 2017 at 20:52
\$\endgroup\$

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.