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