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

Subversion Repositories socgen

[/] [socgen/] [trunk/] [tools/] [sys/] [soc_link_child] - Diff between revs 107 and 115

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

Rev 107 Rev 115
Line 174... Line 174...
                 my $path  = "work/${project}/children/${child_family}${lib_comp_sep}${child_parent}/rtl";
                 my $path  = "work/${project}/children/${child_family}${lib_comp_sep}${child_parent}/rtl";
                 mkdir $path,0755             unless( -e $path );
                 mkdir $path,0755             unless( -e $path );
                 $root = "${home}/projects/${vendor}/${child_family}${lib_comp_sep}${child_parent}/rtl";
                 $root = "${home}/projects/${vendor}/${child_family}${lib_comp_sep}${child_parent}/rtl";
                 $dest = "${home}/work/${project}/children/${child_family}${lib_comp_sep}${child_parent}/rtl";
                 $dest = "${home}/work/${project}/children/${child_family}${lib_comp_sep}${child_parent}/rtl";
                 &link_dir( "$root", "$dest"  );
                 &link_dir( "$root", "$dest"  );
 
 
 
 
 
                 my $path  = "work/${project}/children/${child_family}${lib_comp_sep}${child_parent}/ip-xact";
 
                 mkdir $path,0755             unless( -e $path );
 
                 $root = "${home}/projects/${vendor}/${child_family}${lib_comp_sep}${child_parent}/ip-xact";
 
                 $dest = "${home}/work/${project}/children/${child_family}${lib_comp_sep}${child_parent}/ip-xact";
 
                 &link_dir( "$root", "$dest"  );
 
 
 
 
 
 
                 my $path  = "work/${project}/children/${child_family}${lib_comp_sep}${child_parent}/doc";
                 my $path  = "work/${project}/children/${child_family}${lib_comp_sep}${child_parent}/doc";
                 mkdir $path,0755             unless( -e $path );
                 mkdir $path,0755             unless( -e $path );
 
 
                 symlink( "${home}/projects/${vendor}/${child_family}${lib_comp_sep}${child_parent}/doc/copyright.v", "${home}/work/${project}/children/${child_family}${lib_comp_sep}${child_parent}/doc/copyright.v");
                 symlink( "${home}/projects/${vendor}/${child_family}${lib_comp_sep}${child_parent}/doc/copyright.v", "${home}/work/${project}/children/${child_family}${lib_comp_sep}${child_parent}/doc/copyright.v");
 
 
               }
               }
 
 
 
 

powered by: WebSVN 2.1.0

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