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

Subversion Repositories socgen

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /socgen/trunk/tools/fizzim
    from Rev 128 to Rev 130
    Reverse comparison

Rev 128 → Rev 130

/gen_fizzim
124,11 → 124,11
$cmd = "${home}${prefix}/${vendor}__${project}/bin/fizzim";
if ($encoding ) {$cmd = "$cmd -encoding $encoding";}
if ($opt_terse ) {$cmd = "$cmd -terse";}
$cmd = "$cmd <${home}${prefix}/${vendor}__${project}${lib_comp_sep}/${component}/${source}";
$cmd = "$cmd >${home}${prefix}/${vendor}__${project}${lib_comp_sep}/${component}/${destination}";
$cmd = "$cmd <${home}${prefix}/${vendor}__${project}${lib_comp_sep}${component}/${source}";
$cmd = "$cmd >${home}${prefix}/${vendor}__${project}${lib_comp_sep}${component}/${destination}";
$cmd = "${cmd}\n";
if (system($cmd)) {
print "build_fizzim ${vendor}__${project}${lib_comp_sep}/${component}/${destination} finished\n";
print "build_fizzim ${vendor}__${project}${lib_comp_sep}${component}/${destination} finished\n";
}
1
 

powered by: WebSVN 2.1.0

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