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

Subversion Repositories s1_core

[/] [s1_core/] [trunk/] [tools/] [bin/] [update_filelist] - Diff between revs 105 and 109

Show entire file | Details | Blame | View Log

Rev 105 Rev 109
Line 1... Line 1...
#!/bin/bash
#!/bin/bash
 
 
if [ -z "$S1_ROOT" ]; then echo "***ERROR***: S1_ROOT variable is undefined, please set it and run 'source sourceme'."; exit 1; fi
test_var S1_ROOT
if ! [ -d "$S1_ROOT" ]; then echo "***ERROR***: directory '$S1_ROOT' does not exist, please check it and run 'source sourceme' again."; exit 1; fi
 
 
 
# Create the Icarus filelist (for Icarus simulation)
# Create the Icarus filelist (for Icarus simulation)
rm -f $FILELIST_ICARUS
rm -f $FILELIST_ICARUS
touch $FILELIST_ICARUS
touch $FILELIST_ICARUS
find $S1_ROOT/hdl/behav/sparc_libs -name "*.v" >> $FILELIST_ICARUS
find $S1_ROOT/hdl/behav/sparc_libs -name "*.v" >> $FILELIST_ICARUS

powered by: WebSVN 2.1.0

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