Synth

[synth] section specifies the configuration for the veryl synth command, which performs lightweight logic synthesis to estimate area, timing and power.

[synth]
top          = "TopModule"
library      = "sky130"
clock_freq   = 100.0
activity     = 0.1
timing_paths = 1

Available configurations

ConfigurationValueDefaultDescription
topstring(auto)Default top module name. CLI --top overrides when supplied. If omitted, the first user module is used.
librarysky130 / asap7 / gf180mcu / ihp-sg13g2sky130Built-in cell library / PDK to use.
clock_freqfloat100.0Clock frequency assumed for the dynamic-power estimate (MHz).
activityfloat (0.0–1.0)0.1Per-cycle toggle rate assumed for combinational nets.
timing_pathsinteger1Number of worst-delay endpoints to report in the timing dump.

Built-in libraries

The library field selects the built-in cell library used for area, timing and power estimation. All values are extracted or derived from public Liberty characterization data, calibrated for self-consistent “relative cost” rather than signoff-grade accuracy. Drive strength 1 cells are used throughout.

libraryProcessCell library / cornerVddSource (license)
sky130SkyWater 130nm planar CMOSsky130_fd_sc_hd / tt_025C_1v801.8 Vskywater-pdk (Apache 2.0)
asap7ASU 7nm predictive FinFETasap7sc7p5t RVT / tt_0p7V0.7 Vasap7 (BSD 3-Clause)
gf180mcuGlobalFoundries 180nm MCU planar CMOSgf180mcu_fd_sc_mcu7t5v0 / tt_025C_1v801.8 Vgf180mcu-pdk (Apache 2.0)
ihp-sg13g2IHP 130nm SiGe BiCMOSsg13g2_stdcell / typ_1p20V_25C1.2 VIHP-Open-PDK (Apache 2.0)

No Liberty source, schematic or layout from these PDKs is redistributed by Veryl; only a small number of cell-level area / delay / leakage / energy figures are used as reference data.