prga.tools.wizard.implwrap package

This is an executable module:

usage: python -m prga.tools.wizard.implwrap [-h] [-c summary.pkl]
[-i syn.eblif] [-o OUTPUT] [-f FIXED] [-p prog_type]

Generate FPGA-implemented application wrapper

optional arguments:
-h, --help show this help message and exit
-c summary.pkl, –summary summary.pkl
Pickled PRGA architecture context summary
-i syn.eblif, –application syn.eblif
Synthesized application
-o OUTPUT, --output OUTPUT
 Output file for the IO constraints
-f FIXED, --fix FIXED
 IO constraints
-p prog_type, --prog_type prog_type
 [Expert Option] Overwrite the programming circuitry type in the pickled context. For example, use Magic to generate a fake bitstream with Verilog force statements.
prga.tools.wizard.implwrap.def_argparser(name)