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

Subversion Repositories fixed_extensions

[/] [fixed_extensions/] [trunk/] [sim/] [rtl_sim/] [bin/] [run.sh] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 kavi
#!/bin/bash
2
 
3
# Test sfixed rounding
4
#../../../sw/gentestround -signed -iw 4 -fw 4 -step 0.25 ../../../gen/vhdl/testroundings.vhd
5
#./testroundings.sh
6
 
7
# Test ufixed rounding
8
../../../sw/gentestround -unsigned -iw 4 -fw 4 -step 0.25 ../../../gen/vhdl/testroundingu.vhd
9
./testroundingu.sh
10
 
11
if [ "$SECONDS" -eq 1 ]
12
then
13
  units=second
14
else
15
  units=seconds
16
fi
17
echo "This script has been running for $SECONDS $units."
18
exit 0

powered by: WebSVN 2.1.0

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