URL
https://opencores.org/ocsvn/socgen/socgen/trunk
[/] [socgen/] [trunk/] [tools/] [simulation/] [build_lint_filelists] - Diff between revs 131 and 134
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 131 |
Rev 134 |
Line 183... |
Line 183... |
my $lib_comp_sep = yp::lib::find_lib_comp_sep($new_vendor,$new_proj,$new_comp);
|
my $lib_comp_sep = yp::lib::find_lib_comp_sep($new_vendor,$new_proj,$new_comp);
|
my $library_path = "${lib_comp_sep}${component}${comp_xml_sep}";
|
my $library_path = "${lib_comp_sep}${component}${comp_xml_sep}";
|
|
|
if(($file_type eq "libraryDir")&& (($view_file eq "fs-lint") ) && ($logical_name eq "dest_dir") )
|
if(($file_type eq "libraryDir")&& (($view_file eq "fs-lint") ) && ($logical_name eq "dest_dir") )
|
{
|
{
|
push(@filelist_sim,"../../../../../children/${new_vendor}__${new_proj}${library_path}/${file_name}${new_variant}.v\n");
|
push(@filelist_sim,"../../../../../../children/${new_vendor}__${new_proj}${library_path}/${file_name}${new_variant}.v\n");
|
};
|
};
|
}
|
}
|
|
|
}
|
}
|
|
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.