prga.tools.ioplan package

This is an executable module:

usage: python -m prga.tools.ioplan [-h] [-c summary.pkl] [-i syn.eblif]
[-o OUTPUT] [-f FIXED] [–random]

IO constraints generator

optional arguments:
-h, --help show this help message and exit
-c summary.pkl, –summary summary.pkl
Pickled context or summary object
-i syn.eblif, –application syn.eblif
Input file for the synthesized application
-o OUTPUT, --output OUTPUT
 Output file for the IO constraints
-f FIXED, --fix FIXED
 Partial IO constraints
--random Assign IO randomly
prga.tools.ioplan.def_argparser(name)