Skip to content
Snippets Groups Projects
Commit de2f2d52 authored by gling's avatar gling
Browse files

Release 0.0.29

parent 8514b638
No related branches found
No related tags found
No related merge requests found
......@@ -12,11 +12,11 @@ from .generator.util import readfile, writefile
@click.option('-D', multiple=True, metavar="KEY=VALUE", help='Temporarily override an option from the configuration file')
@click.option('--dry-run', is_flag=True, help='For Vivado actions, create the tcl script, but do not run it')
@click.option('--parse', help="Only parse and update the configuration file")
@click.option('--transform', help="Copy verilog from user project and transform as needed for Vivado")
@click.option('--bitstream', help="Generate a bitstream for the configured FPGA, implies --transform (default)")
@click.option('--flash', help="Flash the generated bitstream to a connected FPGA, implies --transform and --bitstream")
@click.option('--template', help="Create a template transformer override file")
@click.option('--parse', is_flag=True, help="Only parse and update the configuration file")
@click.option('--transform', is_flag=True, help="Copy verilog from user project and transform as needed for Vivado")
@click.option('--bitstream', is_flag=True, help="Generate a bitstream for the configured FPGA, implies --transform (default)")
@click.option('--flash', is_flag=True, help="Flash the generated bitstream to a connected FPGA, implies --transform and --bitstream")
@click.option('--template', is_flag=True, help="Create a template transformer override file")
def fpga(config, force, debug, d, dry_run, parse, transform, bitstream, flash, template):
"""
FPGA Management Utility
......
[tool.poetry]
name = "chipforge"
version = "0.0.28"
version = "0.0.29"
description = "Chip Forge Python Utilities"
repository = "https://git.ece.iastate.edu/isu-chip-fab/chiputil.git"
authors = ["Gregory Ling"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment