CLI
gr
Global Router Application
gr [OPTIONS] COMMAND [ARGS]...
global-route
Global Route a netlist file and generate a routed output
- Args:
input_file (str): Path to netlist input file output_file (str): Path to generated output file
gr global-route [OPTIONS]
Options
- -i, --input_file <input_file>
Required Path to netlist input file
- -o, --output_file <output_file>
Required Path to generated output file
gui
Launch Global Router GUI
- Args:
port (int, optional): Port number. Defaults to 5000. debug (bool, optional): Debug flag. Defaults to False.
gr gui [OPTIONS]
Options
- -p, --port <port>
Port Selection
- -d, --debug
Toggle debug mode
plot-congestion
Plot congestion data visualization
- Args:
congestion_data_file_path (str): Congestion data file path plot_figure_filename (str): Plot figure filename display_plot (bool, optional): Display plot from CLI. Defaults to False.
gr plot-congestion [OPTIONS]
Options
- -c, --congestion_data_file_path <congestion_data_file_path>
Required Congestion data file path
- -p, --plot_figure_filepath <plot_figure_filepath>
Required Plot figure filename
- -d, --display_plot_from_cli
Display plot from CLI