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

Subversion Repositories socgen

[/] [socgen/] [trunk/] [tools/] [fizzim/] [gen_fizzim] - Diff between revs 128 and 130

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

Rev 128 Rev 130
Line 122... Line 122...
#############################################################################
#############################################################################
 
 
  $cmd = "${home}${prefix}/${vendor}__${project}/bin/fizzim";
  $cmd = "${home}${prefix}/${vendor}__${project}/bin/fizzim";
  if   ($encoding  )  {$cmd =  "$cmd -encoding $encoding";}
  if   ($encoding  )  {$cmd =  "$cmd -encoding $encoding";}
  if   ($opt_terse )  {$cmd =  "$cmd -terse";}
  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}/${source}";
  $cmd =  "$cmd >${home}${prefix}/${vendor}__${project}${lib_comp_sep}/${component}/${destination}";
  $cmd =  "$cmd >${home}${prefix}/${vendor}__${project}${lib_comp_sep}${component}/${destination}";
  $cmd =  "${cmd}\n";
  $cmd =  "${cmd}\n";
  if (system($cmd)) {
  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
1
 
 
 
 
 
 

powered by: WebSVN 2.1.0

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