DFFRAM icon indicating copy to clipboard operation
DFFRAM copied to clipboard

dffram should be exposed a regular python module

Open proppy opened this issue 4 years ago • 0 comments

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.

proppy avatar Dec 13 '21 16:12 proppy