Files
chipyard/vlsi/example-openroad.yml

12 lines
410 B
YAML

# Tool options. Replace with your tool plugin of choice.
vlsi.core.build_system: make
# Synthesis: Yosys
vlsi.core.synthesis_tool: "hammer.synthesis.yosys"
# Place-and-Route: OpenROAD
vlsi.core.par_tool: "hammer.par.openroad"
# DRC: KLayout or Magic (comment other one out)
vlsi.core.drc_tool: "hammer.drc.klayout"
# vlsi.core.drc_tool: "hammer.drc.magic"
# LVS: Netgen
vlsi.core.lvs_tool: "hammer.lvs.netgen"