public projutilsCommands(TTCL tcl, VivadoTCLBuilder builder)
 {
     _tcl     = tcl;
     _builder = builder;
 }
 public MethodologyCommands(TTCL tcl, VivadoTCLBuilder builder)
 {
     _tcl     = tcl;
     _builder = builder;
 }
 public NetlistCommands(TTCL tcl, VivadoTCLBuilder builder)
 {
     _tcl     = tcl;
     _builder = builder;
 }
 public PartitionCommands(TTCL tcl, VivadoTCLBuilder builder)
 {
     _tcl     = tcl;
     _builder = builder;
 }
 public CreatePeripheralCommands(TTCL tcl, VivadoTCLBuilder builder)
 {
     _tcl     = tcl;
     _builder = builder;
 }
 public FeasibilityCommands(TTCL tcl, VivadoTCLBuilder builder)
 {
     _tcl     = tcl;
     _builder = builder;
 }
 public PinPlanningCommands(TTCL tcl, VivadoTCLBuilder builder)
 {
     _tcl     = tcl;
     _builder = builder;
 }
Exemple #8
0
 public GUIControlCommands(TTCL tcl, VivadoTCLBuilder builder)
 {
     _tcl     = tcl;
     _builder = builder;
 }
Exemple #9
0
 public DebugCommands(TTCL tcl, VivadoTCLBuilder builder)
 {
     _tcl     = tcl;
     _builder = builder;
 }
Exemple #10
0
 public PropertyAndParameterCommands(TTCL tcl, VivadoTCLBuilder builder)
 {
     _tcl     = tcl;
     _builder = builder;
 }
Exemple #11
0
 public ToolLaunchCommands(TTCL tcl, VivadoTCLBuilder builder)
 {
     _tcl     = tcl;
     _builder = builder;
 }
Exemple #12
0
 public ConfigurationCommands(TTCL tcl, VivadoTCLBuilder builder)
 {
     _tcl     = tcl;
     _builder = builder;
 }
Exemple #13
0
 public PlatformCommands(TTCL tcl, VivadoTCLBuilder builder)
 {
     _tcl     = tcl;
     _builder = builder;
 }
Exemple #14
0
 public FloorplanCommands(TTCL tcl, VivadoTCLBuilder builder)
 {
     _tcl     = tcl;
     _builder = builder;
 }
Exemple #15
0
 public PowerCommands(TTCL tcl, VivadoTCLBuilder builder)
 {
     _tcl     = tcl;
     _builder = builder;
 }
Exemple #16
0
 public MemoryCommands(TTCL tcl, VivadoTCLBuilder builder)
 {
     _tcl     = tcl;
     _builder = builder;
 }
Exemple #17
0
 public SysGenCommands(TTCL tcl, VivadoTCLBuilder builder)
 {
     _tcl     = tcl;
     _builder = builder;
 }
 public vivado_preferencesCommands(TTCL tcl, VivadoTCLBuilder builder)
 {
     _tcl     = tcl;
     _builder = builder;
 }
Exemple #19
0
 public VivadoCategorizedTCL(VivadoTCLBuilder builder = null) : base(builder)
 {
 }
Exemple #20
0
 public xilinxtclstoreCommands(TTCL tcl, VivadoTCLBuilder builder)
 {
     _tcl     = tcl;
     _builder = builder;
 }
Exemple #21
0
 public FluentVivadoTCLFile(VivadoTCLBuilder builder = null)
 {
     _builder = builder ?? new VivadoTCLBuilder();
 }
Exemple #22
0
 public VitisCommands(TTCL tcl, VivadoTCLBuilder builder)
 {
     _tcl     = tcl;
     _builder = builder;
 }