DFFRAM
DFFRAM copied to clipboard
dffram should be exposed a regular python module
It would be nice to have the main flow function exposed as regular python function, so that users can more programatically batch multiple compilation with different options.
Note: since @click decorated function are not really meant to be directly callable (see https://github.com/pallets/click/issues/40), separating out the flow function implementation from the decorated wrapper might be necessary to achieve this.