This PR adds support for macros using the --macros flag.
Given a path (--macros some/macro/dir) PDQ will recursively search for all macro files (.db, .lef, *.v) at that path, add them to the mflowgen flow, and connect them to the nodes that require them.
This PR adds support for macros using the
--macros
flag.Given a path (
--macros some/macro/dir
) PDQ will recursively search for all macro files (.db, .lef, *.v) at that path, add them to the mflowgen flow, and connect them to the nodes that require them.