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

Subversion Repositories fwrisc

[/] [fwrisc/] [trunk/] [ve/] [fwrisc_fpga/] [sim/] [mk_testlist.sh] - Rev 2

Compare with Previous | Blame | View Log

 
test=""
 
while read line; do
  is_category=`echo $line | sed -e 's/^.*\.$/true/g'`
  if test "x$is_category" = "xtrue"; then
    test=$line
  else
    echo "${test}${line}"
  fi
done
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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