write_spice alpha

This commit is contained in:
James Cherry
2019-01-01 12:25:25 -08:00
parent a6e21377e6
commit 9435640d5a
22 changed files with 1270 additions and 71 deletions

View File

@@ -27,6 +27,11 @@
namespace sta {
PathExpanded::PathExpanded(const StaState *sta) :
sta_(sta)
{
}
PathExpanded::PathExpanded(const Path *path,
// Expand generated clk source paths.
bool expand_genclks,