prga.tools.bitgen package

This is an executable module:

usage: python -m prga.tools.bitgen [-h] [-c context] [-f fasm] [-o output]
[-p prog_type]

PRGA bitstream generator

optional arguments:
-h, --help show this help message and exit
-c context, --context context
 Pickled PRGA architecture context
-f fasm, --fasm fasm
 Raw FASM input
-o output, --output output
 Output file
-p prog_type, --prog_type prog_type
 [Export 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.bitgen.def_argparser(name)