initial migration to new Hammer
This commit is contained in:
committed by
abejgonzalez
parent
a6921d15c6
commit
22fda3a6a7
@@ -1,36 +1,25 @@
|
||||
# SRAM Compiler compiler options
|
||||
vlsi.core.sram_generator_tool: "sram_compiler"
|
||||
# You should specify a location for the SRAM generator in the tech plugin
|
||||
vlsi.core.sram_generator_tool_path: []
|
||||
vlsi.core.sram_generator_tool_path_meta: "append"
|
||||
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: "genus"
|
||||
vlsi.core.synthesis_tool_path: ["hammer-cadence-plugins/synthesis"]
|
||||
vlsi.core.synthesis_tool_path_meta: "append"
|
||||
synthesis.genus.version: "1813"
|
||||
vlsi.core.synthesis_tool: "hammer.synthesis.genus"
|
||||
synthesis.genus.version: "211"
|
||||
# Innovus options
|
||||
vlsi.core.par_tool: "innovus"
|
||||
vlsi.core.par_tool_path: ["hammer-cadence-plugins/par"]
|
||||
vlsi.core.par_tool_path_meta: "append"
|
||||
par.innovus.version: "191_ISR3"
|
||||
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: "calibre"
|
||||
vlsi.core.drc_tool_path: ["hammer-mentor-plugins/drc"]
|
||||
drc.calibre.version: "2017.3_38.30"
|
||||
vlsi.core.lvs_tool: "calibre"
|
||||
vlsi.core.lvs_tool_path: ["hammer-mentor-plugins/lvs"]
|
||||
lvs.calibre.version: "2017.3_38.30"
|
||||
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: "vcs"
|
||||
vlsi.core.sim_tool_path: ["hammer-synopsys-plugins/sim"]
|
||||
sim.vcs.version: "P-2019.06-SP2-5"
|
||||
vlsi.core.sim_tool: "hammer.sim.vcs"
|
||||
sim.vcs.version: "T-2022.06-SP2"
|
||||
# Voltus options
|
||||
vlsi.core.power_tool: "voltus"
|
||||
vlsi.core.power_tool_path: ["hammer-cadence-plugins/power"]
|
||||
vlsi.core.power_tool: "hammer.power.voltus"
|
||||
vlsi.core.power_tool_path_meta: "append"
|
||||
power.voltus.version: "191_ISR3"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user