URL
https://opencores.org/ocsvn/fixed_extensions/fixed_extensions/trunk
Subversion Repositories fixed_extensions
[/] [fixed_extensions/] [trunk/] [sim/] [rtl_sim/] [bin/] [testroundings.sh] - Rev 3
Go to most recent revision | Compare with Previous | Blame | View Log
#!/bin/bash vsim -c -do "testroundings.do" if [ "$SECONDS" -eq 1 ] then units=second else units=seconds fi echo "This script has been running for $SECONDS $units." exit 0
Go to most recent revision | Compare with Previous | Blame | View Log