prga.passes.proginsertion module

class prga.passes.proginsertion.ProgCircuitryInsertion(**kwargs)

Bases: prga.passes.base.AbstractPass

Insert programming circuitry.

_kwargs
dependences

Passes that this pass depend on.

key

Key of this pass.

passes_after_self

Passes that should be executed after this pass.

run(context)

Run the pass.

Parameters:context (Context) – The context which manages all architecture data