Skip to content
Open
2 changes: 1 addition & 1 deletion e2e/configs-tool/cm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vlsi.core.build_system: make
# Select tools
vlsi.core.synthesis_tool: "hammer.synthesis.genus"
vlsi.core.par_tool: "hammer.par.innovus"
vlsi.core.sim_tool: "hammer.sim.vcs"
vlsi.core.sim_tool: "hammer.sim.xcelium"

vlsi.core.timing_tool: "hammer.timing.tempus"
vlsi.core.formal_tool: "hammer.formal.conformal"
Expand Down
19 changes: 19 additions & 0 deletions e2e/src/amscf_template.scs

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is in e2e, it would be OK to put BWRC-specific paths into this file (then link to it from the README document).

Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
simulator lang=spectre

// global signals

// model deck

// analog control file
include "acf.scs"

// schematic deck

// ams configuration options
amsd {
// set the connect rule power supply

// mix analog and digital
// portmap subckt=cell_name
// config cell=cell_name use=spice
}
Loading