OpenCores
URL https://opencores.org/ocsvn/socgen/socgen/trunk

Subversion Repositories socgen

[/] [socgen/] [trunk/] [tools/] [sys/] [workspace] - Diff between revs 100 and 110

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 100 Rev 110
Line 110... Line 110...
   if (system($cmd)) {}
   if (system($cmd)) {}
 
 
   my $path  = "${home}${prefix}${project}/children";
   my $path  = "${home}${prefix}${project}/children";
   mkdir $path,0755          unless( -e $path );
   mkdir $path,0755          unless( -e $path );
 
 
   my $path  = "${home}${prefix}${project}/children/Busdefs";
 
   mkdir $path,0755          unless( -e $path );
 
 
 
   &link_dir( "${home}/projects/opencores.org/Busdefs",     "${home}${prefix}${project}/children/Busdefs"  );
 
 
 
   my @components = qx(ls  ${home}/work/${project}/ip    );
   my @components = qx(ls  ${home}/work/${project}/ip    );
   foreach my $component (@components)
   foreach my $component (@components)
      {
      {
      chomp($component);
      chomp($component);

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.