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

Subversion Repositories veristruct

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 3 to Rev 4
    Reverse comparison

Rev 3 → Rev 4

/trunk/test_sandbox/remove_veristruct.sh
0,0 → 1,8
#!/bin/sh
 
# Removes veristruct from tanjobi
 
# Don't use if you're not on tanjobi!
 
sudo rm -rf /sw/lib/perl5/Verilog
sudo rm /sw/bin/veristruct
trunk/test_sandbox/remove_veristruct.sh Property changes : Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Index: trunk/test_sandbox/install_veristruct.sh =================================================================== --- trunk/test_sandbox/install_veristruct.sh (nonexistent) +++ trunk/test_sandbox/install_veristruct.sh (revision 4) @@ -0,0 +1,9 @@ +#!/bin/sh + +#install veristruct on tanjobi +# run from top folder, and only on tanjobi! + +sudo cp -r Verilog /sw/lib/perl5 +sudo cp veristruct.pl /sw/bin/veristruct +sudo chmod 755 /sw/bin/veristruct +
trunk/test_sandbox/install_veristruct.sh 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.