26 lines
953 B
YAML
26 lines
953 B
YAML
# SRAM Compiler compiler options
|
|
vlsi.core.sram_generator_tool: "hammer.technology.<tech_name>.sram_compiler"
|
|
|
|
# Tool options. Replace with your tool plugin of choice.
|
|
# Genus options
|
|
vlsi.core.synthesis_tool: "hammer.synthesis.genus"
|
|
synthesis.genus.version: "211"
|
|
# Innovus options
|
|
vlsi.core.par_tool: "hammer.par.innovus"
|
|
par.innovus.version: "211"
|
|
par.innovus.design_flow_effort: "standard"
|
|
par.inputs.gds_merge: true
|
|
# Calibre options
|
|
vlsi.core.drc_tool: "hammer.drc.calibre"
|
|
drc.calibre.version: "2022.2_24.16"
|
|
vlsi.core.lvs_tool: "hammer.lvs.calibre"
|
|
lvs.calibre.version: "2022.2_24.16"
|
|
# VCS options
|
|
vlsi.core.sim_tool: "hammer.sim.vcs"
|
|
sim.vcs.version: "T-2022.06-SP2"
|
|
# Voltus options
|
|
vlsi.core.power_tool: "hammer.power.voltus"
|
|
vlsi.core.power_tool_path_meta: "append"
|
|
power.voltus.version: "211_ISR3"
|
|
# NOTE (about VCS+Voltus versions): if using FSDB, the VCS version should be approx 2 years older than the Voltus version for compatibility
|