chipflow_lib.steps

Steps provide an extensible way to modify the chipflow command behavior for a given design

Classes

StepBase

Helper class that provides a standard way to create an ABC using

Package Contents

class chipflow_lib.steps.StepBase(config={})

Bases: abc.ABC

Helper class that provides a standard way to create an ABC using inheritance.

build_cli_parser(parser)

Build the cli parser for this step

run_cli(args)

Called when this step’s is used from chipflow command