Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MXHammer experimental version #859

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
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
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
Loading