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

Subversion Repositories m1_core

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 40 to Rev 41
    Reverse comparison

Rev 40 → Rev 41

/trunk/tools/bin/make_clean
0,0 → 1,15
#!/bin/bash
 
if [ -z "$M1_ROOT" ]; then echo "***ERROR***: M1_ROOT variable is undefined, please set it and run 'source sourceme'."; exit 1; fi
if ! [ -d "$M1_ROOT" ]; then echo "***ERROR***: directory '$M1_ROOT' does not exist, please check it and run 'source sourceme' again."; exit 1; fi
 
rm -rf $M1_ROOT/run
mkdir $M1_ROOT/run
mkdir $M1_ROOT/run/sim
mkdir $M1_ROOT/run/sim/icarus
mkdir $M1_ROOT/run/synth
mkdir $M1_ROOT/run/synth/dc
mkdir $M1_ROOT/run/synth/xst
 
find $M1_ROOT -name "*~" -exec rm {} \;
 
trunk/tools/bin/make_clean Property changes : Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Index: trunk/tools/bin/dump2vlog.php =================================================================== --- trunk/tools/bin/dump2vlog.php (nonexistent) +++ trunk/tools/bin/dump2vlog.php (revision 41) @@ -0,0 +1,33 @@ +#!/usr/bin/php -q + \ No newline at end of file
trunk/tools/bin/dump2vlog.php Property changes : Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property

powered by: WebSVN 2.1.0

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