example ymls

This commit is contained in:
Alon Amid
2020-11-02 22:31:24 +00:00
parent 3e4fddbc69
commit 0f3f283893
3 changed files with 48 additions and 0 deletions

14
vlsi/example-design.yml Normal file
View File

@@ -0,0 +1,14 @@
# General Hammer Inputs Related to the Design and Build System
# Generate Make include to aid in flow
vlsi.core.build_system: make
vlsi.core.max_threads: 12
# Hammer will auto-generate a CPF for simple power designs; see hammer/src/hammer-vlsi/defaults.yml for more info
vlsi.inputs.power_spec_mode: "auto"
vlsi.inputs.power_spec_type: "cpf"
# Specify clock signals
vlsi.inputs.clocks: [
{name: "clock", period: "1ns", uncertainty: "0.1ns"}
]