3. Pre-Defined Tools#
The following are examples of pre-built tool drivers that come with SiliconCompiler which you can use for your own builds.
See the pre-built targets for examples on how these are used in conjunction with pdks, flows and libraries.
3.1. bambu#
The primary objective of the PandA project is to develop a usable framework that will enable the research of new ideas in the HW-SW Co-Design field.
The PandA framework includes methodologies supporting the research on high-level synthesis of hardware accelerators, on parallelism extraction for embedded systems, on hardware/software partitioning and mapping, on metrics for performance estimation of embedded software applications and on dynamic reconfigurable devices.
Documentation: ferrandi/PandA-bambu
Sources: ferrandi/PandA-bambu
Installation: https://panda.dei.polimi.it/?page_id=88
Setup file: __init__.py
3.1.1. convert#
Performs high level synthesis to generate a verilog output
Setup file: convert.py
3.1.1.1. Configuration#
Keypath |
Value |
nangate45 |
|
|
1 |
|
1 |
|
|
|
|
|
3.1.1.2. Variables#
Parameters |
Help |
Device to use during bambu synthesis |
|
Number of memory channels available |
|
Clock multiplier used to convert library units to ns |
3.2. bluespec#
Bluespec is a high-level hardware description language. It has a variety of advanced features including a powerful type system that can prevent errors prior to synthesis time, and its most distinguishing feature, Guarded Atomic Actions, allow you to define hardware components in a modular manner based on their invariants, and let the compiler pick a scheduler.
Documentation: B-Lang-org/bsc
Sources: B-Lang-org/bsc
Installation: B-Lang-org/bsc
Setup file: __init__.py
3.2.1. convert#
Performs high level synthesis to generate a verilog output
Setup file: convert.py
3.2.1.1. Configuration#
Keypath |
Value |
3.3. builtin#
Builtin tools for SiliconCompiler
Setup file: builtin.py
3.3.1. concatenate#
A file concatenation pass that merges input files into a single set of outputs.
Setup file: concatenate.py
3.3.1.1. Configuration#
Keypath |
Value |
|
|
|
|
3.3.2. join#
Merges outputs from a list of input tasks.
Setup file: join.py
3.3.2.1. Configuration#
Keypath |
Value |
3.3.3. maximum#
Selects the task with the maximum metric score from a list of inputs.
Sequence of operation:
Check list of input tasks to see if all metrics meets goals
Check list of input tasks to find global min/max for each metric
Select MAX value if all metrics are met.
Normalize the min value as sel = (val - MIN) / (MAX - MIN)
Return normalized value and task name
Meeting metric goals takes precedence over compute metric scores. Only goals with values set and metrics with weights set are considered in the calculation.
Setup file: maximum.py
3.3.3.1. Configuration#
Keypath |
Value |
3.3.4. minimum#
Selects the task with the minimum metric score from a list of inputs.
Sequence of operation:
Check list of input tasks to see if all metrics meets goals
Check list of input tasks to find global min/max for each metric
Select MIN value if all metrics are met.
Normalize the min value as sel = (val - MIN) / (MAX - MIN)
Return normalized value and task name
Meeting metric goals takes precedence over compute metric scores. Only goals with values set and metrics with weights set are considered in the calculation.
Setup file: minimum.py
3.3.4.1. Configuration#
Keypath |
Value |
3.3.5. mux#
Selects a task from a list of inputs.
The selector criteria provided is used to create a custom function for selecting the best step/index pair from the inputs. Metrics and weights are passed in and used to select the step/index based on the minimum or maximum score depending on the ‘op’ argument from [‘flowgraph’, flow, step, index, ‘args’] in the form ‘minimum(metric)’ or ‘maximum(metric)’.
The function can be used to bypass the flows weight functions for the purpose of conditional flow execution and verification.
Setup file: mux.py
3.3.5.1. Configuration#
Keypath |
Value |
3.3.6. nop#
A no-operation that passes inputs to outputs.
Setup file: nop.py
3.3.6.1. Configuration#
Keypath |
Value |
3.3.7. verify#
Tests an assertion on an input task.
The input to this task is verified to ensure that all assertions are True. If any of the assertions fail, False is returned. Assertions are passed in using [‘flowgraph’, flow, step, index, ‘args’] in the form ‘metric==0.0’. The allowed conditional operators are: >, <, >=, <=, ==
Setup file: verify.py
3.3.7.1. Configuration#
Keypath |
Value |
3.4. chisel#
Chisel is a hardware design language that facilitates advanced circuit generation and design reuse for both ASIC and FPGA digital logic designs. Chisel adds hardware construction primitives to the Scala programming language, providing designers with the power of a modern programming language to write complex, parameterizable circuit generators that produce synthesizable Verilog.
Documentation: https://www.chisel-lang.org/docs
Sources: chipsalliance/chisel
Installation: The Chisel plugin relies on having the Scala Build Tool (sbt) installed. Instructions: https://www.scala-sbt.org/download.html.
Setup file: chisel.py
3.4.1. convert#
Performs high level synthesis to generate a verilog output
Setup file: convert.py
3.4.1.1. Configuration#
Keypath |
Value |
3.5. execute#
This tool is used to execute the output of a previous step. For example, if the flow contains a compile step which generates the next executable needed in the flow.
Setup file: execute.py
3.5.1. exec_input#
Execute the output of the previous step directly. This only works if the task receives a single file.
Setup file: exec_input.py
3.5.1.1. Configuration#
3.6. genfasm#
Keypath |
Value |
genfasm |
|
--version |
|
>=9.0.0 |
3.6.1. bitstream#
Generates a bitstream
Setup file: bitstream.py
3.6.1.1. Configuration#
Keypath |
Value |
3.7. ghdl#
GHDL is an open-source analyzer, compiler, simulator and (experimental) synthesizer for VHDL. It allows you to analyse and elaborate sources for generating machine code from your design. Native program execution is the only way for high speed simulation.
Documentation: https://ghdl.readthedocs.io/en/latest
Sources: ghdl/ghdl
Installation: ghdl/ghdl
Setup file: ghdl.py
3.7.1. convert#
Imports VHDL and converts it to verilog
Setup file: convert.py
3.7.1.1. Configuration#
Keypath |
Value |
3.8. graphviz#
Graphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual interfaces for other technical domains.
Setup file: __init__.py
3.8.1. screenshot#
Generate a screenshot of a dot file
Setup file: screenshot.py
3.8.1.1. Configuration#
Keypath |
Value |
3.8.2. show#
Show a graphviz dot file
Setup file: show.py
3.8.2.1. Configuration#
Keypath |
Value |
3.9. gtkwave#
GTKWave is a fully featured GTK+ based wave viewer for Unix, Win32, and Mac OSX which reads LXT, LXT2, VZT, FST, and GHW files as well as standard Verilog VCD/EVCD files and allows their viewing.
Documentation: https://gtkwave.github.io/gtkwave/
Sources: gtkwave/gtkwave
Installation: gtkwave/gtkwave
Setup file: __init__.py
3.9.1. show#
Show a VCD file.
Setup file: show.py
3.9.1.1. Configuration#
Keypath |
Value |
false |
|
|
|
|
|
2 |
3.9.1.2. Variables#
Parameters |
Help |
Task script variables specified as key value pairs. Variable names and value types must match the name and type of task and reference script consuming the variable. |
3.10. icarus#
Icarus is a verilog simulator with full support for Verilog IEEE-1364. Icarus can simulate synthesizable as well as behavioral Verilog.
Documentation: https://steveicarus.github.io/iverilog/
Sources: steveicarus/iverilog
Installation: steveicarus/iverilog
Setup file: icarus.py
Keypath |
Value |
iverilog |
|
-V |
|
>=10.3 |
3.10.1. compile#
Compile the input verilog into a vvp file that can be simulated.
Setup file: compile.py
3.10.1.1. Configuration#
Keypath |
Value |
3.11. icepack#
Icepack converts an ASCII bitstream file to a .bin file for the ICE40 FPGA.
Documentation: https://clifford.at/icestorm
Sources: YosysHQ/icestorm
Installation: YosysHQ/icestorm
Setup file: icepack.py
Keypath |
Value |
icepack |
3.11.1. bitstream#
Generate a bitstream for the ICE40 FPGA
Setup file: bitstream.py
3.11.1.1. Configuration#
Keypath |
Value |
3.12. klayout#
Klayout is a production grade viewer and editor of GDSII and Oasis data with customizable Python and Ruby interfaces.
Documentation: https://www.klayout.de
Sources: KLayout/klayout
Installation: https://www.klayout.de/build.html
Setup file: klayout.py
3.12.1. Data sources#
Package |
Specifications |
siliconcompiler |
|
lambdapdk |
|
Keypath |
Value |
klayout |
|
|
|
>=0.28.0 |
|
json |
3.12.2. convert_drc_db#
Convert a DRC db from .lyrdb or .ascii to an openroad json marker file
Setup file: convert_drc_db.py
3.12.2.1. Configuration#
Keypath |
Value |
|
(WARNING|warning) |
|
ERROR |
|
|
|
|
|
|
|
|
|
|
1 |
3.12.3. drc#
Performs a design rule check on the provided layout
Setup file: drc.py
3.12.3.1. Configuration#
Keypath |
Value |
(WARNING|warning) |
|
ERROR |
|
|
|
<drc_name> |
|
|
|
|
|
|
|
2 |
3.12.3.2. Variables#
Parameters |
Help |
Task script variables specified as key value pairs. Variable names and value types must match the name and type of task and reference script consuming the variable. |
|
Input parameter to DRC script, in the form of key=value, if the value is <topcell>, <input>, <report>, <threads> these will be automatically determined. |
3.12.4. export#
Generate a GDSII file from an input DEF file
Setup file: export.py
3.12.4.1. Configuration#
Keypath |
Value |
(WARNING|warning) |
|
ERROR |
|
|
|
gds |
|
true |
|
true |
|
true |
|
|
4096 |
|
4096 |
1 |
|
1 |
|
10 |
|
0 |
|
|
2 |
|
|
|
|
|
|
|
|
1 |
3.12.4.2. Variables#
Parameters |
Help |
Extension to use for stream generation ((‘gds’, ‘oas’)) |
|
Export GDSII with timestamps |
|
true/false: true will cause KLayout to generate a screenshot of the layout |
|
true/false: true will cause kLayout to exit when complete |
|
List of layers to hide |
|
File to open |
|
File type to look for in the inputs |
|
Horizontal resolution in pixels |
|
Vertical resolution in pixels |
|
If greater than 1, splits the image into multiple segments along x-axis |
|
If greater than 1, splits the image into multiple segments along y-axis |
|
Margin around design in microns |
|
Width of lines in detailed screenshots |
|
Image oversampling used in detailed screenshots |
3.12.5. operations#
Perform unit operations on stream files. Currently supports:
rotating (rotate)
renaming (rename)
merging streams (merge)
adding streams together (add)
adding outline to top (outline)
swapping cells (swap)
adding new top cell (add_top)
renaming cells (rename_cell)
flatten
deleting layers
merging shapes
writing (write)
converting properties into text labels on design (convert_property)
To rotate:
>>> chip.add('tool', 'klayout, 'task', 'operations', 'var', 'operations', 'rotate')
To rename:
>>> chip.add('tool', 'klayout, 'task', 'operations', 'var', 'operations', \
'rename:tool,klayout,task,operations,var,new_name')
>>> chip.set('tool', 'klayout, 'task', 'operations', 'var', 'new_name', \
'chip_top')
To merge streams:
>>> chip.add('tool', 'klayout, 'task', 'operations', 'var', 'operations', \
'merge:tool,klayout,task,operations,file,fill_stream')
>>> chip.set('tool', 'klayout, 'task', 'operations', 'file', 'fill_stream', \
'./fill.gds')
or to get it from the inputs to this task:
>>> chip.add('tool', 'klayout, 'task', 'operations', 'var', 'operations', \
'merge:fill.gds')
To add streams:
>>> chip.add('tool', 'klayout, 'task', 'operations', 'var', 'operations', \
'add:tool,klayout,task,operations,file,fill_stream')
>>> chip.set('tool', 'klayout, 'task', 'operations', 'file', 'fill_stream', \
'./fill.gds')
or to get it from the inputs to this task:
>>> chip.add('tool', 'klayout, 'task', 'operations', 'var', 'operations', \
'add:fill.gds')
To add outline:
>>> chip.add('tool', 'klayout, 'task', 'operations', 'var', 'operations', \
'outline:tool,klayout,task,operations,var,outline')
>>> chip.set('tool', 'klayout, 'task', 'operations', 'var', 'outline', \
['10', '1']) # layer / purpose pair
To swap layout cells:
>>> chip.add('tool', 'klayout, 'task', 'operations', 'var', 'operations', \
'swap:tool,klayout,task,operations,var,cell_swap')
>>> chip.set('tool', 'klayout, 'task', 'operations', 'var', 'cell_swap', \
['dummy_ANDX2=ANDX2', 'dummy_NANDX2=NANDX2'])
To rename cells:
>>> chip.add('tool', 'klayout, 'task', 'operations', 'var', 'operations', \
'rename_cell:tool,klayout,task,operations,var,rename_cell')
>>> chip.set('tool', 'klayout, 'task', 'operations', 'var', 'rename_cell', \
['dummy_ANDX2=ANDX2', 'dummy_NANDX2=NANDX2'])
To add new top cell:
>>> chip.add('tool', 'klayout, 'task', 'operations', 'var', 'operations', \
'add_top:tool,klayout,task,operations,var,new_name')
>>> chip.set('tool', 'klayout, 'task', 'operations', 'var', 'new_name', \
'chip_top')
To write out a new file:
>>> chip.add('tool', 'klayout, 'task', 'operations', 'var', 'operations', \
'write:combined.gds')
To convert stream properties to text labels:
>>> chip.add('tool', 'klayout, 'task', 'operations', 'var', 'operations', \
'convert_property:tool,klayout,task,operations,var,convert_c4_bumps')
>>> chip.set('tool', 'klayout, 'task', 'operations', 'var', 'convert_c4_bumps', \
['10', '2', \ # layer / purpose pair for the source of the labels
'3' \ # stream property number
'85', '5']) # (optional) destination layer / purpose pair, if not provided
# the source pair will be used instead.
Setup file: operations.py
3.12.5.1. Configuration#
Keypath |
Value |
|
(WARNING|warning) |
|
ERROR |
|
|
gds |
|
|
true |
|
|
input,layout,gds |
|
|
|
|
|
1 |
3.12.5.2. Variables#
Parameters |
Help |
Extension to use for stream generation ((‘gds’, ‘oas’)) |
|
Export GDSII with timestamps |
3.12.6. screenshot#
Generate a PNG file from a layout file
Setup file: screenshot.py
3.12.6.1. Configuration#
Keypath |
Value |
|
(WARNING|warning) |
|
ERROR |
|
|
|
<path> |
|
true |
|
4096 |
|
4096 |
1 |
|
1 |
|
10 |
|
|
0 |
|
2 |
|
|
tool,klayout,task,screenshot,var,show_filepath |
|
|
|
|
|
1 |
3.12.6.2. Variables#
Parameters |
Help |
File to open |
|
true/false: true will cause kLayout to exit when complete |
|
List of layers to hide |
|
File type to look for in the inputs |
|
Horizontal resolution in pixels |
|
Vertical resolution in pixels |
|
If greater than 1, splits the image into multiple segments along x-axis |
|
If greater than 1, splits the image into multiple segments along y-axis |
|
Margin around design in microns |
|
Width of lines in detailed screenshots |
|
Image oversampling used in detailed screenshots |
3.12.7. show#
Show a layout in kLayout
Setup file: show.py
3.12.7.1. Configuration#
Keypath |
Value |
(WARNING|warning) |
|
ERROR |
|
|
|
<path> |
|
false |
|
tool,klayout,task,show,var,show_filepath |
|
|
|
|
|
1 |
3.12.7.2. Variables#
Parameters |
Help |
File to open |
|
true/false: true will cause kLayout to exit when complete |
|
List of layers to hide |
|
File type to look for in the inputs |
3.13. magic#
Magic is a chip layout viewer, editor, and circuit verifier with built in DRC and LVS engines.
Documentation: http://opencircuitdesign.com/magic/userguide.html
Installation: RTimothyEdwards/magic
Sources: RTimothyEdwards/magic
Setup file: magic.py
3.13.1. Data sources#
Package |
Specifications |
siliconcompiler |
|
lambdapdk |
|
Keypath |
Value |
magic |
|
--version |
|
>=8.3.196 |
|
tcl |
3.13.2. drc#
Perform DRC checks
Setup file: drc.py
3.13.2.1. Configuration#
Keypath |
Value |
^Error |
|
warning |
|
|
|
|
|
input,layout,gds |
|
|
|
|
|
2 |
3.13.3. extspice#
Extract spice netlists from a GDS file for simulation use
Setup file: extspice.py
3.13.3.1. Configuration#
Keypath |
Value |
^Error |
|
warning |
|
|
|
|
|
input,layout,gds |
|
|
|
|
|
2 |
3.14. montage#
ImageMagick® is a free and open-source software suite for displaying, converting, and editing raster image and vector image files. It can read and write over 200 image file formats, and can support a wide range of image manipulation operations, such as resizing, cropping, and color correction. Use the montage program to create a composite image by combining several separate images. The images are tiled on the composite image optionally adorned with a border, frame, image name, and more
Documentation: https://imagemagick.org/
Sources: ImageMagick/ImageMagick
Installation: ImageMagick/ImageMagick
Setup file: montage.py
Keypath |
Value |
montage |
|
-version |
|
>=6.9.0 |
3.14.1. tile#
Tiles input images into a single output image.
Notes: Need to make ensure that /etc/ImageMagick-6/policy.xml
<policy domain=”resource” name=”memory” value=”8GiB”/> <policy domain=”resource” name=”map” value=”8GiB”/> <policy domain=”resource” name=”width” value=”32KP”/> <policy domain=”resource” name=”height” value=”32KP”/> <policy domain=”resource” name=”area” value=”1GP”/> <policy domain=”resource” name=”disk” value=”8GiB”/>
This ensures there are enough resources available to generate the final image.
Setup file: tile.py
3.14.1.1. Configuration#
Keypath |
Value |
|
|
2 |
|
2 |
|
|
|
|
|
3.14.1.2. Variables#
Parameters |
Help |
Number of bins along the x-axis |
|
Number of bins along the y-axis |
3.15. netgen#
Netgen is a tool for comparing netlists. By comparing a Verilog netlist with one extracted from a circuit layout, it can be used to perform LVS verification.
Documentation: http://www.opencircuitdesign.com/netgen/
Installation: RTimothyEdwards/netgen
Sources: RTimothyEdwards/netgen
Setup file: netgen.py
3.15.1. Data sources#
Package |
Specifications |
siliconcompiler |
|
Keypath |
Value |
netgen |
|
-batch |
|
>=1.5.192 |
|
tcl |
3.15.2. lvs#
Perform LVS on the supplied netlists
Setup file: lvs.py
3.15.2.1. Configuration#
Keypath |
Value |
3.16. nextpnr#
nextpnr is a vendor neutral FPGA place and route tool with support for the ICE40, ECP5, and Nexus devices from Lattice.
Documentation: YosysHQ/nextpnr
Sources: YosysHQ/nextpnr
Installation: YosysHQ/nextpnr
Setup file: nextpnr.py
Keypath |
Value |
nextpnr-ice40 |
|
--version |
|
>=0.2 |
3.16.1. apr#
Perform automated place and route on FPGAs
Setup file: apr.py
3.16.1.1. Configuration#
Keypath |
Value |
3.17. openroad#
OpenROAD is an automated physical design platform for integrated circuit design with a complete set of features needed to translate a synthesized netlist to a tapeout ready GDSII.
Documentation: https://openroad.readthedocs.io/
Sources: The-OpenROAD-Project/OpenROAD
Installation: The-OpenROAD-Project/OpenROAD
Setup file: __init__.py
3.17.1. Data sources#
Package |
Specifications |
siliconcompiler |
|
lambdapdk |
|
3.17.2. antenna_repair#
Perform antenna repair
Setup file: antenna_repair.py
3.17.2.1. Configuration#
Keypath |
Value |
|
^\[WARNING|Warning |
|
^\[ERROR |
|
|
|
10 |
|
true |
|
true |
|
16 |
|
16 |
|
0.0 |
|
0.0 |
|
10 |
|
typical |
|
3 |
|
0 |
|
true |
|
true |
|
true |
|
M2 |
|
M7 |
|
M2 |
|
M7 |
|
0 |
|
0 |
|
0 |
|
false |
|
true |
|
|
|
|
|
|
|
|
|
|
|
|
2 |
3.17.2.2. Variables#
Parameters |
Help |
list of “tool key level” to enable debugging of OpenROAD |
|
Factor to apply when writing the abstract lef |
|
true/false, fill all layers when writing the abstract lef |
|
true/false, enable generating images of the design at the end of the task |
|
number of X bins to use for heatmap image generation |
|
number of Y bins to use for heatmap image generation |
|
cells to use for scan chain insertion |
|
multibit flipflop cells |
|
timing derating factor to use for hold corners |
|
timing derating factor to use for setup corners |
|
number of paths to report timing for |
|
corner to use for power analysis |
|
buffer cell to use when auto generating timing constraints |
|
maximum number of repair iterations to use during antenna repairs |
|
adds a margin to the antenna ratios (0 - 100) |
|
true/false, flag to indicate whether to check for antenna violations |
|
true/false, flag to indicate whether to repair antenna violations |
|
true/false, when true global route is setup |
|
minimum layer to use for global routing of signals |
|
maximum layer to use for global routing of signals |
|
minimum layer to use for global routing of clock nets |
|
maximum layer to use for global routing of clock nets |
|
macro extension distance in number of gcells, this can be useful when the detailed router needs additional space to avoid DRCs |
|
detailed placement cell padding in number of sites |
|
maximum cell movement in detailed placement in microns, 0 will result in the tool default maximum displacement |
|
true/false, disallow single site gaps in detail placement |
|
true/false, use decap fillers along with non-decap fillers |
|
list of reports and images to generate |
3.17.2.3. Files#
Parameters |
Help |
list of files to use for specifying global connections |
|
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
3.17.3. clock_tree_synthesis#
Perform clock tree synthesis
Setup file: clock_tree_synthesis.py
3.17.3.1. Configuration#
3.17.3.2. Variables#
Parameters |
Help |
list of “tool key level” to enable debugging of OpenROAD |
|
Factor to apply when writing the abstract lef |
|
true/false, fill all layers when writing the abstract lef |
|
true/false, enable generating images of the design at the end of the task |
|
number of X bins to use for heatmap image generation |
|
number of Y bins to use for heatmap image generation |
|
cells to use for scan chain insertion |
|
multibit flipflop cells |
|
timing derating factor to use for hold corners |
|
timing derating factor to use for setup corners |
|
number of paths to report timing for |
|
corner to use for power analysis |
|
buffer cell to use when auto generating timing constraints |
|
maximum distance between buffers during clock tree synthesis in microns |
|
clustering distance to use during clock tree synthesis in microns |
|
number of instances in a cluster to use during clock tree synthesis |
|
perform level balancing in clock tree synthesis |
|
make clock tree synthesis aware of obstructions |
|
detailed placement cell padding in number of sites |
|
maximum cell movement in detailed placement in microns, 0 will result in the tool default maximum displacement |
|
true/false, disallow single site gaps in detail placement |
|
true/false, use decap fillers along with non-decap fillers |
|
skip setup timing repair |
|
specifies the margin to apply when performing setup repair in library timing units |
|
skip hold timing repair |
|
specifies the margin to apply when performing setup repair in library timing units |
|
specifies the amount of margin to apply to max slew repairs in percent (0 - 100) |
|
specifies the amount of margin to apply to max capacitance repairs in percent (0 - 100) |
|
true/false, when true enables adding buffers to the input ports |
|
true/false, when true enables adding buffers to the output ports |
|
true/false, skip pin swap optimization |
|
true/false, skip gate cloning optimization |
|
percentage of violating nets to attempt to repair (0 - 100) |
|
skip power recovery |
|
percentage of paths to attempt to recover power (0 - 100) |
|
list of reports and images to generate |
3.17.3.3. Files#
Parameters |
Help |
list of files to use for specifying global connections |
|
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
3.17.4. detailed_placement#
Perform detailed placement
Setup file: detailed_placement.py
3.17.4.1. Configuration#
Keypath |
Value |
|
^\[WARNING|Warning |
|
^\[ERROR |
|
|
|
10 |
|
true |
|
true |
|
16 |
|
16 |
|
0.0 |
|
0.0 |
|
10 |
|
typical |
|
0 |
|
0 |
|
false |
|
true |
|
true |
|
0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
3.17.4.2. Variables#
Parameters |
Help |
list of “tool key level” to enable debugging of OpenROAD |
|
Factor to apply when writing the abstract lef |
|
true/false, fill all layers when writing the abstract lef |
|
true/false, enable generating images of the design at the end of the task |
|
number of X bins to use for heatmap image generation |
|
number of Y bins to use for heatmap image generation |
|
cells to use for scan chain insertion |
|
multibit flipflop cells |
|
timing derating factor to use for hold corners |
|
timing derating factor to use for setup corners |
|
number of paths to report timing for |
|
corner to use for power analysis |
|
buffer cell to use when auto generating timing constraints |
|
detailed placement cell padding in number of sites |
|
maximum cell movement in detailed placement in microns, 0 will result in the tool default maximum displacement |
|
true/false, disallow single site gaps in detail placement |
|
true/false, use decap fillers along with non-decap fillers |
|
true/false, when true the detailed placement optimization will be performed |
|
maximum cell movement in detailed placement optimization in microns, 0 will result in the tool default maximum displacement |
|
list of reports and images to generate |
3.17.4.3. Files#
Parameters |
Help |
list of files to use for specifying global connections |
|
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
3.17.5. detailed_route#
Perform detailed routing
Setup file: detailed_route.py
3.17.5.1. Configuration#
Keypath |
Value |
|
^\[WARNING|Warning |
|
^\[ERROR |
|
|
|
10 |
|
true |
|
true |
|
16 |
|
16 |
|
0.0 |
|
0.0 |
|
10 |
|
typical |
|
false |
|
false |
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
2 |
3.17.5.2. Variables#
Parameters |
Help |
list of “tool key level” to enable debugging of OpenROAD |
|
Factor to apply when writing the abstract lef |
|
true/false, fill all layers when writing the abstract lef |
|
true/false, enable generating images of the design at the end of the task |
|
number of X bins to use for heatmap image generation |
|
number of Y bins to use for heatmap image generation |
|
cells to use for scan chain insertion |
|
multibit flipflop cells |
|
timing derating factor to use for hold corners |
|
timing derating factor to use for setup corners |
|
number of paths to report timing for |
|
corner to use for power analysis |
|
buffer cell to use when auto generating timing constraints |
|
true/false, when true turns off via generation in detailed router and only uses the specified tech vias |
|
when set this specifies to the detailed router the specific process node |
|
TODO |
|
TODO |
|
TODO |
|
true/false, when true performs a via ripup step after detailed routing to remove power vias that are causing DRC violations |
|
list of default vias to use for detail routing |
|
list of layers to treat as unidirectional regardless of what the tech lef specifies |
|
reporting interval in steps for generating a DRC report. |
|
list of reports and images to generate |
|
end iteration for detail routing |
3.17.5.3. Files#
Parameters |
Help |
list of files to use for specifying global connections |
|
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
3.17.6. endcap_tapcell_insertion#
Perform endcap and tap cell insertion
Setup file: endcap_tapcell_insertion.py
3.17.6.1. Configuration#
3.17.6.2. Variables#
Parameters |
Help |
list of “tool key level” to enable debugging of OpenROAD |
|
Factor to apply when writing the abstract lef |
|
true/false, fill all layers when writing the abstract lef |
|
true/false, enable generating images of the design at the end of the task |
|
number of X bins to use for heatmap image generation |
|
number of Y bins to use for heatmap image generation |
|
cells to use for scan chain insertion |
|
multibit flipflop cells |
|
timing derating factor to use for hold corners |
|
timing derating factor to use for setup corners |
|
number of paths to report timing for |
|
corner to use for power analysis |
|
buffer cell to use when auto generating timing constraints |
|
maximum distance between tie high/low cells in microns |
|
list of reports and images to generate |
3.17.6.3. Files#
Parameters |
Help |
list of files to use for specifying global connections |
|
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
|
tap cell insertion script |
3.17.7. fillercell_insertion#
Perform filler cell insertion
Setup file: fillercell_insertion.py
3.17.7.1. Configuration#
Keypath |
Value |
|
^\[WARNING|Warning |
|
^\[ERROR |
|
|
|
10 |
|
true |
|
true |
|
16 |
|
16 |
|
0.0 |
|
0.0 |
|
10 |
|
typical |
|
0 |
|
0 |
|
false |
|
true |
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
3.17.7.2. Variables#
Parameters |
Help |
list of “tool key level” to enable debugging of OpenROAD |
|
Factor to apply when writing the abstract lef |
|
true/false, fill all layers when writing the abstract lef |
|
true/false, enable generating images of the design at the end of the task |
|
number of X bins to use for heatmap image generation |
|
number of Y bins to use for heatmap image generation |
|
cells to use for scan chain insertion |
|
multibit flipflop cells |
|
timing derating factor to use for hold corners |
|
timing derating factor to use for setup corners |
|
number of paths to report timing for |
|
corner to use for power analysis |
|
buffer cell to use when auto generating timing constraints |
|
detailed placement cell padding in number of sites |
|
maximum cell movement in detailed placement in microns, 0 will result in the tool default maximum displacement |
|
true/false, disallow single site gaps in detail placement |
|
true/false, use decap fillers along with non-decap fillers |
|
list of reports and images to generate |
3.17.7.3. Files#
Parameters |
Help |
list of files to use for specifying global connections |
|
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
3.17.8. fillmetal_insertion#
Perform fill metal insertion
Setup file: fillmetal_insertion.py
3.17.8.1. Configuration#
Keypath |
Value |
|
^\[WARNING|Warning |
|
^\[ERROR |
|
|
|
10 |
|
true |
|
true |
|
16 |
|
16 |
|
0.0 |
|
0.0 |
|
10 |
|
typical |
|
true |
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
3.17.8.2. Variables#
Parameters |
Help |
list of “tool key level” to enable debugging of OpenROAD |
|
Factor to apply when writing the abstract lef |
|
true/false, fill all layers when writing the abstract lef |
|
true/false, enable generating images of the design at the end of the task |
|
number of X bins to use for heatmap image generation |
|
number of Y bins to use for heatmap image generation |
|
cells to use for scan chain insertion |
|
multibit flipflop cells |
|
timing derating factor to use for hold corners |
|
timing derating factor to use for setup corners |
|
number of paths to report timing for |
|
corner to use for power analysis |
|
buffer cell to use when auto generating timing constraints |
|
true/false, when true enables adding fill, if enabled by the PDK, to the design |
|
list of reports and images to generate |
3.17.8.3. Files#
Parameters |
Help |
list of files to use for specifying global connections |
|
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
3.17.9. global_placement#
Perform global placement
Setup file: global_placement.py
3.17.9.1. Configuration#
Keypath |
Value |
|
^\[WARNING|Warning |
|
^\[ERROR |
|
|
|
10 |
|
true |
|
true |
|
16 |
|
16 |
|
0.0 |
|
0.0 |
|
10 |
|
typical |
|
0.60 |
|
0 |
|
true |
|
true |
|
0.00 |
|
true |
|
true |
|
M2 |
|
M7 |
|
M2 |
|
M7 |
|
0 |
|
false |
|
0.0 |
|
false |
|
0.0 |
|
0.0 |
|
0.0 |
|
false |
|
false |
|
true |
|
true |
|
100 |
|
false |
|
100 |
|
|
|
false |
|
false |
|
|
|
|
|
|
|
|
|
|
2 |
3.17.9.2. Variables#
Parameters |
Help |
list of “tool key level” to enable debugging of OpenROAD |
|
Factor to apply when writing the abstract lef |
|
true/false, fill all layers when writing the abstract lef |
|
true/false, enable generating images of the design at the end of the task |
|
number of X bins to use for heatmap image generation |
|
number of Y bins to use for heatmap image generation |
|
cells to use for scan chain insertion |
|
multibit flipflop cells |
|
timing derating factor to use for hold corners |
|
timing derating factor to use for setup corners |
|
number of paths to report timing for |
|
corner to use for power analysis |
|
buffer cell to use when auto generating timing constraints |
|
global placement density (0.0 - 1.0) |
|
global placement cell padding in number of sites |
|
true/false, when true global placement will consider the routability of the design |
|
true/false, when true global placement will consider the timing performance of the design |
|
percent of remaining area density to apply above uniform density (0.00 - 0.99) |
|
true/false, when enabled a global placement is performed without considering the impact of the pin placements |
|
true/false, when true global route is setup |
|
minimum layer to use for global routing of signals |
|
maximum layer to use for global routing of signals |
|
minimum layer to use for global routing of clock nets |
|
maximum layer to use for global routing of clock nets |
|
macro extension distance in number of gcells, this can be useful when the detailed router needs additional space to avoid DRCs |
|
skip setup timing repair |
|
specifies the margin to apply when performing setup repair in library timing units |
|
skip hold timing repair |
|
specifies the margin to apply when performing setup repair in library timing units |
|
specifies the amount of margin to apply to max slew repairs in percent (0 - 100) |
|
specifies the amount of margin to apply to max capacitance repairs in percent (0 - 100) |
|
true/false, when true enables adding buffers to the input ports |
|
true/false, when true enables adding buffers to the output ports |
|
true/false, skip pin swap optimization |
|
true/false, skip gate cloning optimization |
|
percentage of violating nets to attempt to repair (0 - 100) |
|
skip power recovery |
|
percentage of paths to attempt to recover power (0 - 100) |
|
additional arguments to pass along to the pin placer. |
|
list of reports and images to generate |
|
true/false, when true multibit clustering will be performed. |
|
true/false, when true scan chains will be inserted. |
|
pattern of the scan chain enable port. |
|
pattern of the scan chain in port. |
|
pattern of the scan chain out port. |
3.17.9.3. Files#
Parameters |
Help |
list of files to use for specifying global connections |
|
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
|
pin placement constraints script |
3.17.10. global_route#
Perform global routing
Setup file: global_route.py
3.17.10.1. Configuration#
Keypath |
Value |
|
^\[WARNING|Warning |
|
^\[ERROR |
|
|
|
10 |
|
true |
|
true |
|
16 |
|
16 |
|
0.0 |
|
0.0 |
|
10 |
|
typical |
|
true |
|
M2 |
|
M7 |
|
M2 |
|
M7 |
|
0 |
|
false |
|
100 |
|
false |
|
false |
|
false |
|
false |
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
2 |
3.17.10.2. Variables#
Parameters |
Help |
list of “tool key level” to enable debugging of OpenROAD |
|
Factor to apply when writing the abstract lef |
|
true/false, fill all layers when writing the abstract lef |
|
true/false, enable generating images of the design at the end of the task |
|
number of X bins to use for heatmap image generation |
|
number of Y bins to use for heatmap image generation |
|
cells to use for scan chain insertion |
|
multibit flipflop cells |
|
timing derating factor to use for hold corners |
|
timing derating factor to use for setup corners |
|
number of paths to report timing for |
|
corner to use for power analysis |
|
buffer cell to use when auto generating timing constraints |
|
true/false, when true global route is setup |
|
minimum layer to use for global routing of signals |
|
maximum layer to use for global routing of signals |
|
minimum layer to use for global routing of clock nets |
|
maximum layer to use for global routing of clock nets |
|
macro extension distance in number of gcells, this can be useful when the detailed router needs additional space to avoid DRCs |
|
true/false, when true perform pin access before global routing |
|
maximum number of iterations to use in global routing when attempting to solve overflow |
|
true/false, when true allow global routing to finish with congestion |
|
true/false, when true allow global routing to finish with overflow |
|
true/false, when true turns off via generation in detailed router and only uses the specified tech vias |
|
when set this specifies to the detailed router the specific process node |
|
TODO |
|
TODO |
|
TODO |
|
true/false, when true performs a via ripup step after detailed routing to remove power vias that are causing DRC violations |
|
list of default vias to use for detail routing |
|
list of layers to treat as unidirectional regardless of what the tech lef specifies |
|
reporting interval in steps for generating a DRC report. |
|
list of reports and images to generate |
3.17.10.3. Files#
Parameters |
Help |
list of files to use for specifying global connections |
|
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
3.17.11. init_floorplan#
Perform floorplanning and initial pin placements
Setup file: init_floorplan.py
3.17.11.1. Configuration#
Keypath |
Value |
|
^\[WARNING|Warning |
|
^\[ERROR |
|
|
|
10 |
|
true |
|
true |
|
16 |
|
16 |
|
0.0 |
|
0.0 |
|
10 |
|
typical |
|
0 |
|
site |
|
true |
|
true |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
3.17.11.2. Variables#
Parameters |
Help |
list of “tool key level” to enable debugging of OpenROAD |
|
Factor to apply when writing the abstract lef |
|
true/false, fill all layers when writing the abstract lef |
|
true/false, enable generating images of the design at the end of the task |
|
number of X bins to use for heatmap image generation |
|
number of Y bins to use for heatmap image generation |
|
cells to use for scan chain insertion |
|
multibit flipflop cells |
|
timing derating factor to use for hold corners |
|
timing derating factor to use for setup corners |
|
number of paths to report timing for |
|
corner to use for power analysis |
|
buffer cell to use when auto generating timing constraints |
|
additional arguments to pass along to the pin placer. |
|
maximum distance between tie high/low cells in microns |
|
Snapping strategy to use when placing macros. Allowed values: none, site, manufacturing_grid |
|
remove buffers inserted by synthesis |
|
remove logic which does not drive a primary output |
|
list of reports and images to generate |
3.17.11.3. Files#
Parameters |
Help |
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
|
list of files to use for specifying global connections |
|
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
|
script to generate a padring using ICeWall in OpenROAD |
|
pin placement constraints script |
3.17.12. macro_placement#
Macro placement
Setup file: macro_placement.py
3.17.12.1. Configuration#
Keypath |
Value |
|
^\[WARNING|Warning |
|
^\[ERROR |
|
|
|
10 |
|
true |
|
true |
|
16 |
|
16 |
|
0.0 |
|
0.0 |
|
10 |
|
typical |
|
|
|
|
|
0.60 |
|
0 |
|
true |
|
true |
|
0.00 |
|
true |
|
|
|
|
|
|
|
|
|
|
|
|
2 |
3.17.12.2. Variables#
Parameters |
Help |
list of “tool key level” to enable debugging of OpenROAD |
|
Factor to apply when writing the abstract lef |
|
true/false, fill all layers when writing the abstract lef |
|
true/false, enable generating images of the design at the end of the task |
|
number of X bins to use for heatmap image generation |
|
number of Y bins to use for heatmap image generation |
|
cells to use for scan chain insertion |
|
multibit flipflop cells |
|
timing derating factor to use for hold corners |
|
timing derating factor to use for setup corners |
|
number of paths to report timing for |
|
corner to use for power analysis |
|
buffer cell to use when auto generating timing constraints |
|
macro halo to use when performing automated macro placement ([x, y] in microns) |
|
macro channel to use when performing automated macro placement ([x, y] in microns) |
|
minimum number of instances to use while clustering for macro placement |
|
maximum number of instances to use while clustering for macro placement |
|
minimum number of macros to use while clustering for macro placement |
|
maximum number of macros to use while clustering for macro placement |
|
maximum depth of physical hierarchical tree |
|
Specifies the minimum aspect ratio of its width to height of a standard cell cluster |
|
Defines the global fence bounding box coordinates (llx, lly, urx, ury) |
|
Flag to enable bus planning |
|
Specifies the target dead space percentage, which influences the utilization of standard cell clusters |
|
Weight for the area of current floorplan |
|
Weight for violating the fixed outline constraint, meaning that all clusters should be placed within the shape of their parent cluster |
|
Weight for half-perimeter wirelength |
|
Weight for guidance cost or clusters being placed near specified regions if users provide such constraints |
|
Weight for fence cost, or how far the macro is from zero fence violation |
|
Weight for the boundary, or how far the hard macro clusters are from boundaries. Note that mixed macro clusters are not pushed, thus not considered in this cost. |
|
Weight for the boundary, or how far the hard macro clusters are from boundaries |
|
Weight for the notch, or the existence of dead space that cannot be used for placement & routing |
|
Weight for macro blockage, or the overlapping instances of the macro |
|
global placement density (0.0 - 1.0) |
|
global placement cell padding in number of sites |
|
true/false, when true global placement will consider the routability of the design |
|
true/false, when true global placement will consider the timing performance of the design |
|
percent of remaining area density to apply above uniform density (0.00 - 0.99) |
|
true/false, when enabled a global placement is performed without considering the impact of the pin placements |
|
list of reports and images to generate |
3.17.12.3. Files#
Parameters |
Help |
list of files to use for specifying global connections |
|
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
|
contraints script for macro placement |
3.17.13. metrics#
Extract metrics
Setup file: metrics.py
3.17.13.1. Configuration#
Keypath |
Value |
|
^\[WARNING|Warning |
^\[ERROR |
|
|
|
|
10 |
|
true |
|
true |
|
16 |
|
16 |
|
0.0 |
|
0.0 |
|
10 |
|
typical |
|
|
|
|
|
|
|
|
|
|
|
|
2 |
3.17.13.2. Variables#
Parameters |
Help |
list of “tool key level” to enable debugging of OpenROAD |
|
Factor to apply when writing the abstract lef |
|
true/false, fill all layers when writing the abstract lef |
|
true/false, enable generating images of the design at the end of the task |
|
number of X bins to use for heatmap image generation |
|
number of Y bins to use for heatmap image generation |
|
cells to use for scan chain insertion |
|
multibit flipflop cells |
|
timing derating factor to use for hold corners |
|
timing derating factor to use for setup corners |
|
number of paths to report timing for |
|
corner to use for power analysis |
|
buffer cell to use when auto generating timing constraints |
|
list of reports and images to generate |
3.17.13.3. Files#
Parameters |
Help |
list of files to use for specifying global connections |
|
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
3.17.14. pin_placement#
Perform IO pin placement refinement
Setup file: pin_placement.py
3.17.14.1. Configuration#
Keypath |
Value |
|
^\[WARNING|Warning |
|
^\[ERROR |
|
|
|
10 |
|
true |
|
true |
|
16 |
|
16 |
|
0.0 |
|
0.0 |
|
10 |
|
typical |
|
0.60 |
|
0 |
|
true |
|
true |
|
0.00 |
|
true |
|
|
|
|
|
|
|
|
|
|
|
|
2 |
3.17.14.2. Variables#
Parameters |
Help |
list of “tool key level” to enable debugging of OpenROAD |
|
Factor to apply when writing the abstract lef |
|
true/false, fill all layers when writing the abstract lef |
|
true/false, enable generating images of the design at the end of the task |
|
number of X bins to use for heatmap image generation |
|
number of Y bins to use for heatmap image generation |
|
cells to use for scan chain insertion |
|
multibit flipflop cells |
|
timing derating factor to use for hold corners |
|
timing derating factor to use for setup corners |
|
number of paths to report timing for |
|
corner to use for power analysis |
|
buffer cell to use when auto generating timing constraints |
|
global placement density (0.0 - 1.0) |
|
global placement cell padding in number of sites |
|
true/false, when true global placement will consider the routability of the design |
|
true/false, when true global placement will consider the timing performance of the design |
|
percent of remaining area density to apply above uniform density (0.00 - 0.99) |
|
true/false, when enabled a global placement is performed without considering the impact of the pin placements |
|
additional arguments to pass along to the pin placer. |
|
list of reports and images to generate |
3.17.14.3. Files#
Parameters |
Help |
list of files to use for specifying global connections |
|
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
|
pin placement constraints script |
3.17.15. power_grid#
Perform power grid insertion and connectivity analysis
Setup file: power_grid.py
3.17.15.1. Configuration#
Keypath |
Value |
|
^\[WARNING|Warning |
|
^\[ERROR |
|
|
|
10 |
|
true |
|
true |
|
16 |
|
16 |
|
0.0 |
|
0.0 |
|
10 |
|
typical |
|
true |
|
true |
|
0 |
|
|
|
|
|
|
|
|
|
|
|
|
2 |
3.17.15.2. Variables#
Parameters |
Help |
list of “tool key level” to enable debugging of OpenROAD |
|
Factor to apply when writing the abstract lef |
|
true/false, fill all layers when writing the abstract lef |
|
true/false, enable generating images of the design at the end of the task |
|
number of X bins to use for heatmap image generation |
|
number of Y bins to use for heatmap image generation |
|
cells to use for scan chain insertion |
|
multibit flipflop cells |
|
timing derating factor to use for hold corners |
|
timing derating factor to use for setup corners |
|
number of paths to report timing for |
|
corner to use for power analysis |
|
buffer cell to use when auto generating timing constraints |
|
true/false, when true enables power grid generation |
|
true/false, when true enables IR drop analysis |
|
list of nets to skip power grid analysis on |
|
list of nets where a missing terminal is acceptable |
|
if > 0, applies a blockage in multiples of the routing pitch to each fixed pin to ensure there is room for routing. |
|
list of reports and images to generate |
3.17.15.3. Files#
Parameters |
Help |
list of files to use for specifying global connections |
|
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
|
list of files to use for power grid generation |
3.17.16. rcx_bench#
Builds the RCX extraction bench
Setup file: rcx_bench.py
3.17.16.1. Configuration#
Keypath |
Value |
|
^\[WARNING|Warning |
|
^\[ERROR |
|
|
7p5t |
|
|
M7 |
|
100 |
|
|
|
|
|
|
|
|
1 |
3.17.16.2. Variables#
Parameters |
Help |
list of “tool key level” to enable debugging of OpenROAD |
|
Library type used to select the lef file |
|
Maximum layer to generate extraction bench for |
|
Length of bench wires |
3.17.17. rcx_extract#
Convert extracted results into RCX.
Setup file: rcx_extract.py
3.17.17.1. Configuration#
Keypath |
Value |
|
^\[WARNING|Warning |
|
^\[ERROR |
|
|
|
7p5t |
|
|
|
|
|
|
|
|
|
|
1 |
3.17.17.2. Variables#
Parameters |
Help |
list of “tool key level” to enable debugging of OpenROAD |
|
Library type used to select the lef file |
|
Parasitic corner to generate RCX file for |
3.17.18. rdlroute#
Perform floorplanning, pin placements, macro placements and power grid generation
Setup file: rdlroute.py
3.17.18.1. Configuration#
Keypath |
Value |
|
^\[WARNING|^Warning |
^\[ERROR |
|
-exit -metrics reports/metrics.json |
|
|
false |
|
|
|
|
|
|
|
|
2 |
3.17.18.2. Variables#
Parameters |
Help |
true/false, when true enables adding fill, if enabled by the PDK, to the design |
|
list of “tool key level” to enable debugging of OpenROAD |
3.17.18.3. Files#
Parameters |
Help |
script to perform rdl route |
3.17.19. repair_design#
Perform timing repair and tie-off cell insertion
Setup file: repair_design.py
3.17.19.1. Configuration#
Keypath |
Value |
|
^\[WARNING|Warning |
|
^\[ERROR |
|
|
|
10 |
|
true |
|
true |
|
16 |
|
16 |
|
0.0 |
|
0.0 |
|
10 |
|
typical |
|
false |
|
0.0 |
|
false |
|
0.0 |
|
0.0 |
|
0.0 |
|
false |
|
false |
|
true |
|
true |
|
100 |
|
false |
|
100 |
|
0 |
|
|
|
|
|
|
|
|
|
|
|
|
2 |
3.17.19.2. Variables#
Parameters |
Help |
list of “tool key level” to enable debugging of OpenROAD |
|
Factor to apply when writing the abstract lef |
|
true/false, fill all layers when writing the abstract lef |
|
true/false, enable generating images of the design at the end of the task |
|
number of X bins to use for heatmap image generation |
|
number of Y bins to use for heatmap image generation |
|
cells to use for scan chain insertion |
|
multibit flipflop cells |
|
timing derating factor to use for hold corners |
|
timing derating factor to use for setup corners |
|
number of paths to report timing for |
|
corner to use for power analysis |
|
buffer cell to use when auto generating timing constraints |
|
skip setup timing repair |
|
specifies the margin to apply when performing setup repair in library timing units |
|
skip hold timing repair |
|
specifies the margin to apply when performing setup repair in library timing units |
|
specifies the amount of margin to apply to max slew repairs in percent (0 - 100) |
|
specifies the amount of margin to apply to max capacitance repairs in percent (0 - 100) |
|
true/false, when true enables adding buffers to the input ports |
|
true/false, when true enables adding buffers to the output ports |
|
true/false, skip pin swap optimization |
|
true/false, skip gate cloning optimization |
|
percentage of violating nets to attempt to repair (0 - 100) |
|
skip power recovery |
|
percentage of paths to attempt to recover power (0 - 100) |
|
maximum distance between tie high/low cells in microns |
|
list of reports and images to generate |
3.17.19.3. Files#
Parameters |
Help |
list of files to use for specifying global connections |
|
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
3.17.20. repair_timing#
Perform setup and hold timing repairs
Setup file: repair_timing.py
3.17.20.1. Configuration#
Keypath |
Value |
|
^\[WARNING|Warning |
|
^\[ERROR |
|
|
|
10 |
|
true |
|
true |
|
16 |
|
16 |
|
0.0 |
|
0.0 |
|
10 |
|
typical |
|
false |
|
0.0 |
|
false |
|
0.0 |
|
0.0 |
|
0.0 |
|
false |
|
false |
|
true |
|
true |
|
100 |
|
false |
|
100 |
|
0 |
|
0 |
|
false |
|
true |
|
|
|
|
|
|
|
|
|
|
|
|
2 |
3.17.20.2. Variables#
Parameters |
Help |
list of “tool key level” to enable debugging of OpenROAD |
|
Factor to apply when writing the abstract lef |
|
true/false, fill all layers when writing the abstract lef |
|
true/false, enable generating images of the design at the end of the task |
|
number of X bins to use for heatmap image generation |
|
number of Y bins to use for heatmap image generation |
|
cells to use for scan chain insertion |
|
multibit flipflop cells |
|
timing derating factor to use for hold corners |
|
timing derating factor to use for setup corners |
|
number of paths to report timing for |
|
corner to use for power analysis |
|
buffer cell to use when auto generating timing constraints |
|
skip setup timing repair |
|
specifies the margin to apply when performing setup repair in library timing units |
|
skip hold timing repair |
|
specifies the margin to apply when performing setup repair in library timing units |
|
specifies the amount of margin to apply to max slew repairs in percent (0 - 100) |
|
specifies the amount of margin to apply to max capacitance repairs in percent (0 - 100) |
|
true/false, when true enables adding buffers to the input ports |
|
true/false, when true enables adding buffers to the output ports |
|
true/false, skip pin swap optimization |
|
true/false, skip gate cloning optimization |
|
percentage of violating nets to attempt to repair (0 - 100) |
|
skip power recovery |
|
percentage of paths to attempt to recover power (0 - 100) |
|
detailed placement cell padding in number of sites |
|
maximum cell movement in detailed placement in microns, 0 will result in the tool default maximum displacement |
|
true/false, disallow single site gaps in detail placement |
|
true/false, use decap fillers along with non-decap fillers |
|
list of reports and images to generate |
3.17.20.3. Files#
Parameters |
Help |
list of files to use for specifying global connections |
|
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
3.17.21. screenshot#
Generate a PNG file from a layout file
Setup file: screenshot.py
3.17.21.1. Configuration#
Keypath |
Value |
|
^\[WARNING|Warning |
|
^\[ERROR |
|
|
|
<path> |
|
true |
|
10 |
|
true |
|
true |
|
16 |
|
16 |
|
0.0 |
|
0.0 |
|
10 |
|
typical |
|
|
|
1024 |
|
false |
|
|
|
|
|
|
|
|
|
|
2 |
3.17.21.2. Variables#
Parameters |
Help |
Task script variables specified as key value pairs. Variable names and value types must match the name and type of task and reference script consuming the variable. |
|
list of “tool key level” to enable debugging of OpenROAD |
|
Task script variables specified as key value pairs. Variable names and value types must match the name and type of task and reference script consuming the variable. |
|
Factor to apply when writing the abstract lef |
|
true/false, fill all layers when writing the abstract lef |
|
true/false, enable generating images of the design at the end of the task |
|
number of X bins to use for heatmap image generation |
|
number of Y bins to use for heatmap image generation |
|
cells to use for scan chain insertion |
|
multibit flipflop cells |
|
timing derating factor to use for hold corners |
|
timing derating factor to use for setup corners |
|
number of paths to report timing for |
|
corner to use for power analysis |
|
buffer cell to use when auto generating timing constraints |
|
list of reports and images to generate |
|
Task script variables specified as key value pairs. Variable names and value types must match the name and type of task and reference script consuming the variable. |
|
true/false, include the images in reports/ |
3.17.21.3. Files#
Parameters |
Help |
list of files to use for specifying global connections |
|
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
3.17.22. show#
Show a design in openroad
Setup file: show.py
3.17.22.1. Configuration#
Keypath |
Value |
^\[WARNING|Warning |
|
^\[ERROR |
|
|
|
|
<path> |
false |
|
|
10 |
|
true |
|
true |
|
16 |
|
16 |
|
0.0 |
|
0.0 |
|
10 |
typical |
|
|
|
|
|
|
|
|
|
2 |
3.17.22.2. Variables#
Parameters |
Help |
Task script variables specified as key value pairs. Variable names and value types must match the name and type of task and reference script consuming the variable. |
|
list of “tool key level” to enable debugging of OpenROAD |
|
Task script variables specified as key value pairs. Variable names and value types must match the name and type of task and reference script consuming the variable. |
|
Factor to apply when writing the abstract lef |
|
true/false, fill all layers when writing the abstract lef |
|
true/false, enable generating images of the design at the end of the task |
|
number of X bins to use for heatmap image generation |
|
number of Y bins to use for heatmap image generation |
|
cells to use for scan chain insertion |
|
multibit flipflop cells |
|
timing derating factor to use for hold corners |
|
timing derating factor to use for setup corners |
|
number of paths to report timing for |
|
corner to use for power analysis |
|
buffer cell to use when auto generating timing constraints |
|
list of reports and images to generate |
3.17.22.3. Files#
Parameters |
Help |
list of files to use for specifying global connections |
|
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
3.17.23. write_data#
Write output files
Setup file: write_data.py
3.17.23.1. Configuration#
Keypath |
Value |
|
^\[WARNING|Warning |
|
^\[ERROR |
|
|
|
10 |
|
true |
|
true |
|
16 |
|
16 |
|
0.0 |
|
0.0 |
|
10 |
|
typical |
|
typical |
|
true |
|
false |
|
true |
|
true |
|
true |
|
true |
|
|
|
|
|
|
|
|
|
|
|
|
2 |
3.17.23.2. Variables#
Parameters |
Help |
list of “tool key level” to enable debugging of OpenROAD |
|
Factor to apply when writing the abstract lef |
|
true/false, fill all layers when writing the abstract lef |
|
true/false, enable generating images of the design at the end of the task |
|
number of X bins to use for heatmap image generation |
|
number of Y bins to use for heatmap image generation |
|
cells to use for scan chain insertion |
|
multibit flipflop cells |
|
timing derating factor to use for hold corners |
|
timing derating factor to use for setup corners |
|
number of paths to report timing for |
|
corner to use for power analysis |
|
buffer cell to use when auto generating timing constraints |
|
list of parasitic extraction corners to use |
|
true/false, when true enables IR drop analysis |
|
list of nets to skip power grid analysis on |
|
list of nets where a missing terminal is acceptable |
|
true/false, when true enables writing the CDL file for the design |
|
true/false, when true enables writing the SPEF file for the design |
|
true/false, when true enables reading in SPEF files. |
|
true/false, when true enables writing the liberty timing model for the design |
|
true/false, when true enables writing the SDF timing model for the design |
|
list of reports and images to generate |
3.17.23.3. Files#
Parameters |
Help |
list of files to use for specifying global connections |
|
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
|
file used to specify the parasitics for estimation |
3.18. opensta#
OpenSTA is a gate level static timing verifier.
Documentation: The-OpenROAD-Project/OpenSTA
Sources: The-OpenROAD-Project/OpenSTA
Installation: The-OpenROAD-Project/OpenSTA (also installed with OpenROAD)
Setup file: __init__.py
3.18.1. Data sources#
Package |
Specifications |
siliconcompiler |
|
lambdapdk |
|
3.18.2. check_library#
Check setup information about the timing libraries.
Setup file: check_library.py
3.18.2.1. Configuration#
Keypath |
Value |
|
^\[WARNING|^Warning |
|
^\[ERROR |
|
|
|
|
|
|
1 |
3.18.3. report_libraries#
Report information about the timing libraries.
Setup file: report_libraries.py
3.18.3.1. Configuration#
Keypath |
Value |
|
^\[WARNING|^Warning |
|
^\[ERROR |
|
|
|
|
|
|
2 |
3.18.4. timing#
Generate a static timing reports.
Setup file: timing.py
3.18.4.1. Configuration#
Keypath |
Value |
^\[WARNING|^Warning |
|
^\[ERROR |
|
10 |
|
func |
|
|
|
|
|
|
|
|
|
2 |
3.18.4.2. Variables#
Parameters |
Help |
number of paths to report timing for |
|
timing mode to use |
3.18.4.3. Files#
Parameters |
Help |
Paths to user supplied files mapped to keys. Keys and filetypes must match what’s expected by the task/reference script consuming the file. |
3.19. slang#
slang is a software library that provides various components for lexing, parsing, type checking, and elaborating SystemVerilog code. It comes with an executable tool that can compile and lint any SystemVerilog project, but it is also intended to be usable as a front end for synthesis tools, simulators, linters, code editors, and refactoring tools.
Documentation: https://sv-lang.com/
Sources: MikePopoloski/slang
Installation: https://sv-lang.com/building.html
Setup file: __init__.py
3.19.1. elaborate#
Elaborate verilog design files and generate a unified file.
Setup file: elaborate.py
3.19.1.1. Configuration#
Keypath |
Value |
3.19.2. lint#
Lint system verilog
Setup file: lint.py
3.19.2.1. Configuration#
3.20. surelog#
Surelog is a SystemVerilog pre-processor, parser, elaborator, and UHDM compiler that provides IEEE design and testbench C/C++ VPI and a Python AST API.
Documentation: chipsalliance/Surelog
Sources: chipsalliance/Surelog
Installation: chipsalliance/Surelog
Setup file: __init__.py
Keypath |
Value |
surelog |
|
--version |
|
>=1.51 |
3.20.1. parse#
Import verilog files
Setup file: parse.py
3.20.1.1. Configuration#
Keypath |
Value |
3.21. sv2v#
sv2v converts SystemVerilog (IEEE 1800-2017) to Verilog (IEEE 1364-2005), with an emphasis on supporting synthesizable language constructs. The primary goal of this project is to create a completely free and open-source tool for converting SystemVerilog to Verilog. While methods for performing this conversion already exist, they generally either rely on commercial tools, or are limited in scope.
Documentation: zachjs/sv2v
Sources: zachjs/sv2v
Installation: zachjs/sv2v
Setup file: sv2v.py
3.21.1. convert#
Convert SystemVerilog to verilog
Setup file: convert.py
3.21.1.1. Configuration#
Keypath |
Value |
3.22. verilator#
Verilator is a free and open-source software tool which converts Verilog (a hardware description language) to a cycle-accurate behavioral model in C++ or SystemC.
All Verilator tasks may consume input either from a single pickled Verilog file
(inputs/<design>.v
) generated by a preceding task, or if that file does not
exist, through the following keypaths:
For all tasks, this driver runs Verilator using the -sv
switch to enable
parsing a subset of SystemVerilog features.
Documentation: https://verilator.org/guide/latest
Sources: verilator/verilator
Installation: https://verilator.org/guide/latest/install.html
Setup file: verilator.py
3.22.1. Data sources#
Package |
Specifications |
lambdapdk |
|
Keypath |
Value |
verilator |
|
--version |
|
>=4.034 |
3.22.2. compile#
Compiles Verilog and C/C++ sources into an executable. In addition to the
standard RTL inputs, this task reads C/C++ sources from ['input', 'hll', 'c']
. Outputs an executable in outputs/<design>.vexe
.
Setup file: compile.py
3.22.2.1. Configuration#
Keypath |
Value |
|
^\%Warning |
^\%Error |
|
|
false |
cc |
|
false |
|
|
vcd |
|
false |
|
|
|
|
2 |
3.22.2.2. Variables#
Parameters |
Help |
true/false, when true assertions are enabled in Verilator. |
|
defines compilation mode for Verilator. Valid options are ‘cc’ for C++, or ‘systemc’ for SystemC. |
|
if true, enables trace generation. |
|
specifies type of wave file to create when [trace] is set. Valid options are ‘vcd’ or ‘fst’. Defaults to ‘vcd’. |
|
flags to provide to the C++ compiler invoked by Verilator |
|
flags to provide to the linker invoked by Verilator |
|
controls datatypes used to represent SystemC inputs/outputs. See –pins-bv in Verilator docs for more info. |
|
true/false, when true registers will reset with a random value. |
3.22.2.3. Files#
Parameters |
Help |
Verilator configuration file |
3.22.2.4. Directories#
Parameters |
Help |
include directories to provide to the C++ compiler invoked by Verilator |
3.22.3. lint#
Lints Verilog source. Results of linting can be programmatically queried using errors/warnings metrics.
Setup file: lint.py
3.22.3.1. Configuration#
Keypath |
Value |
^\%Warning |
|
^\%Error |
|
|
false |
|
|
2 |
3.22.3.2. Variables#
Parameters |
Help |
true/false, when true assertions are enabled in Verilator. |
3.22.3.3. Files#
Parameters |
Help |
Verilator configuration file |
3.22.4. parse#
Lints Verilog source. Results of linting can be programmatically queried using errors/warnings metrics.
Setup file: parse.py
3.22.4.1. Configuration#
Keypath |
Value |
^\%Warning |
|
^\%Error |
|
|
false |
|
|
|
|
2 |
3.22.4.2. Variables#
Parameters |
Help |
true/false, when true assertions are enabled in Verilator. |
3.22.4.3. Files#
Parameters |
Help |
Verilator configuration file |
3.23. vivado#
Vivado is an FPGA programming tool suite from Xilinx used to program Xilinx devices.
Documentation: https://www.amd.com/en/products/software/adaptive-socs-and-fpgas/vivado.html
Setup file: vivado.py
Keypath |
Value |
vivado |
|
-version |
|
xilinx |
|
>=2021 |
|
tcl |
3.23.1. bitstream#
Generates bitstream of implemented design.
Setup file: bitstream.py
3.23.1.1. Configuration#
Keypath |
Value |
^ERROR: |
|
|
^(CRITICAL )?WARNING: |
|
|
|
|
|
|
|
|
|
|
2 |
3.23.2. place#
Performs placement.
Setup file: place.py
3.23.2.1. Configuration#
Keypath |
Value |
^ERROR: |
|
^(CRITICAL )?WARNING: |
|
|
|
|
|
|
|
|
|
|
|
2 |
3.23.3. route#
Performs routing.
Setup file: route.py
3.23.3.1. Configuration#
Keypath |
Value |
^ERROR: |
|
^(CRITICAL )?WARNING: |
|
|
|
|
|
|
|
|
|
|
|
2 |
3.23.4. syn_fpga#
Performs FPGA synthesis.
Setup file: syn_fpga.py
3.23.4.1. Configuration#
Keypath |
Value |
^ERROR: |
|
^(CRITICAL )?WARNING: |
|
|
|
|
|
|
|
|
|
|
|
2 |
3.24. vpr#
VPR (Versatile Place and Route) is an open source CAD tool designed for the exploration of new FPGA architectures and CAD algorithms, at the packing, placement and routing phases of the CAD flow. VPR takes, as input, a description of an FPGA architecture along with a technology-mapped user circuit. It then performs packing, placement, and routing to map the circuit onto the FPGA. The output of VPR includes the FPGA configuration needed to implement the circuit and statistics about the final mapped design (eg. critical path delay, area, etc).
Documentation: https://docs.verilogtorouting.org/en/latest
Sources: verilog-to-routing/vtr-verilog-to-routing
Installation: verilog-to-routing/vtr-verilog-to-routing
Setup file: vpr.py
Keypath |
Value |
vpr |
|
--version |
|
>=9.0.0 |
3.24.1. place#
Perform automated place and route with VPR
Setup file: place.py
3.24.1.1. Configuration#
Keypath |
Value |
3.24.2. route#
Perform automated place and route with VPR
Setup file: route.py
3.24.2.1. Configuration#
Keypath |
Value |
3.24.3. screenshot#
Screenshot placed and/or routed designs
Setup file: screenshot.py
3.24.3.1. Configuration#
Keypath |
Value |
3.24.4. show#
Show placed and/or routed designs in VPR GUI
Setup file: show.py
3.24.4.1. Configuration#
Keypath |
Value |
3.25. xdm#
Xyce XDM netlist converter, used to convert PSPICE and HSPICE netists into Xyce format.
Sources: Xyce/XDM
Installation: Xyce/XDM
Status: SC integration WIP
Setup file: __init__.py
3.25.1. convert#
3.25.1.1. Configuration#
Keypath |
Value |
|
|
true |
|
|
|
input,netlist,spice |
3.25.1.2. Variables#
Parameters |
Help |
true/false: indicate whether to rename the output file to match the naming scheme for siliconcompiler |
3.26. xyce#
Xyce is a high performance SPICE-compatible circuit simulator capable capable of solving extremely large circuit problems by supporting large-scale parallel computing platforms. It also supports serial execution on all common desktop platforms, and small-scale parallel runs on Unix-like systems.
Documentation: https://xyce.sandia.gov/documentation-tutorials/
Sources: https://xyce.sandia.gov/downloads/source-code/
Installation: https://xyce.sandia.gov/documentation-tutorials/building-guide/
Status: SC integration WIP
Setup file: __init__.py
3.26.1. simulate#
3.26.1.1. Configuration#
Keypath |
Value |
warning |
|
error |
|
-a |
|
false |
|
ASCII |
|
input,netlist,spice |
3.26.1.2. Variables#
Parameters |
Help |
true/false, enable dumping all signals |
|
Format to use for traces. Allowed values are [‘ASCII’, ‘binary’] |
3.27. yosys#
Yosys is a framework for RTL synthesis that takes synthesizable Verilog-2005 design and converts it to BLIF, EDIF, BTOR, SMT, Verilog netlist etc. The tool supports logical synthesis and tech mapping to ASIC standard cell libraries, FPGA architectures. In addition it has built in formal methods for property and equivalence checking.
Documentation: https://yosyshq.readthedocs.io/projects/yosys/en/latest/
Sources: YosysHQ/yosys
Installation: YosysHQ/yosys
Setup file: __init__.py
3.27.1. Data sources#
Package |
Specifications |
siliconcompiler |
|
lambdapdk |
|
Keypath |
Value |
yosys |
|
--version |
|
>=0.48 |
|
tcl |
3.27.2. lec#
Perform logical equivalence checks
Setup file: lec.py
3.27.2.1. Configuration#
Keypath |
Value |
Warning: |
|
^ERROR |
|
-c |
|
true |
|
true |
|
1000 |
|
true |
|
true |
|
true |
|
slow |
|
|
BUFx2_ASAP7_75t_R |
|
2.308fF |
|
/ |
false |
|
|
8 |
false |
|
moosic_key |
|
10 |
|
|
|
|
|
|
|
|
3.27.2.2. Variables#
Parameters |
Help |
true/false, invoke synth with the -flatten option |
|
true/false, attempt to determine how to flatten the design |
|
Instance limit for the number of cells in a module to preserve. |
|
true/false, call autoname to rename wires based on registers |
|
true/false, flag to indicate whether to add buffers or not. |
|
true/false, techmap adders in Yosys |
|
Timing corner to use for synthesis |
|
Buffer that drives the abc techmapping, defaults to first buffer specified |
|
Capacitive load for the abc techmapping in fF, if not specified it will not be used |
|
List of modules in input files to prevent flatten from “flattening” |
|
List of modules in input files to exclude from synthesis by replacing them with empty blackboxes” |
|
Clock period to use for synthesis in ps, if more than one clock is specified, the smallest period is used. |
|
Used to derate the clock period to further constrain the clock, values between 0 and 1 |
|
Number of iterations to attempt to determine the hierarchy to flatten |
|
control the hierarchy separator used during design flattening |
|
Map clockgates during synthesis. |
|
Minimum clockgate fanout. |
|
ABC synthesis strategy. Allowed values are DELAY0-4, AREA0-3, or if the strategy starts with a + it is assumed to be actual commands for ABC. |
|
true/false, if true will attempt to lock the design with moosic |
|
lock locking key |
|
lock locking port name |
|
Number of induction steps for yosys equivalence checking |
3.27.2.3. Files#
Parameters |
Help |
File used to pass in constraints to abc |
|
File to use for techmapping in Yosys |
|
File used to map memories with yosys |
|
File used to techmap memories with yosys |
|
Files used in synthesis to perform additional techmapping |
3.27.3. screenshot#
Generate a screenshot of the design
Setup file: screenshot.py
3.27.3.1. Configuration#
Keypath |
Value |
|
Warning: |
^ERROR |
|
-c |
|
|
|
|
|
|
3.27.4. syn_asic#
Perform ASIC synthesis
Setup file: syn_asic.py
3.27.4.1. Configuration#
Keypath |
Value |
Warning: |
|
^ERROR |
|
-c |
|
false |
|
true |
|
|
true |
|
1000 |
true |
|
true |
|
true |
|
|
slow |
|
BUFx2_ASAP7_75t_R |
|
2.308fF |
|
/ |
|
false |
|
8 |
false |
|
|
moosic_key |
|
|
|
|
|
|
|
|
|
|
|
3.27.4.2. Variables#
Parameters |
Help |
true/false, if true will attempt to use the slang frontend |
|
true/false, invoke synth with the -flatten option |
|
true/false, attempt to determine how to flatten the design |
|
Instance limit for the number of cells in a module to preserve. |
|
true/false, call autoname to rename wires based on registers |
|
true/false, flag to indicate whether to add buffers or not. |
|
true/false, techmap adders in Yosys |
|
Timing corner to use for synthesis |
|
Buffer that drives the abc techmapping, defaults to first buffer specified |
|
Capacitive load for the abc techmapping in fF, if not specified it will not be used |
|
List of modules in input files to prevent flatten from “flattening” |
|
List of modules in input files to exclude from synthesis by replacing them with empty blackboxes” |
|
Clock period to use for synthesis in ps, if more than one clock is specified, the smallest period is used. |
|
Used to derate the clock period to further constrain the clock, values between 0 and 1 |
|
Number of iterations to attempt to determine the hierarchy to flatten |
|
control the hierarchy separator used during design flattening |
|
Map clockgates during synthesis. |
|
Minimum clockgate fanout. |
|
ABC synthesis strategy. Allowed values are DELAY0-4, AREA0-3, or if the strategy starts with a + it is assumed to be actual commands for ABC. |
|
true/false, if true will attempt to lock the design with moosic |
|
lock locking key |
|
lock locking port name |
3.27.4.3. Files#
Parameters |
Help |
File used to pass in constraints to abc |
|
File to use for techmapping in Yosys |
|
File used to map memories with yosys |
|
File used to techmap memories with yosys |
|
Files used in synthesis to perform additional techmapping |
3.27.5. syn_fpga#
Perform FPGA synthesis
Setup file: syn_fpga.py
3.27.5.1. Configuration#
Keypath |
Value |
Warning: |
|
^ERROR |
|
-c |
|
false |
|
|
|
|
|
fpga,ice40up5k-sg48,lutsize |
|
|
|
|
3.27.5.2. Variables#
Parameters |
Help |
true/false, if true will attempt to use the slang frontend |