Ejemplo n.º 1
0
 public ChangeInserter(VerilogProject project, VerilogModuleTree heirarchy)
 {
     this.project    = project;
     this.heirarchy  = heirarchy;
     this.snapArgLog = new StringBuilder();
     string[] args = new string[] { "Module Name", "# Local Dff Bits", "# Chains In", "# Chains Out", "Discrete DFFs" };
     snapArgLog.AppendLine(string.Join(",", args));
 }
Ejemplo n.º 2
0
 public void UpdateHeirarchy(VerilogModuleTree heirarchy)
 {
     this.heirarchy = heirarchy;
 }