The Tool robust is no longer available. I found the windows tool e.g.
You can use the robust-lite.exe tool in linux system with wine installed: ######################################################################### #!/bin/bash
BASE_DIR=/local/work/robust_v
ROBUST=$BASE_DIR/bin/robust-lite.exe SRC=$BASE_DIR/robust_ahb_matrix/trunk/src/base/ahb_matrix.v INC=$BASE_DIR/robust_ahb_matrix/trunk/src/gen OUT=$BASE_DIR/src_gen
mkdir -p $OUT echo "start" echo "wine $ROBUST $SRC -od $OUT -I $INC -list list.txt -listpath -header"
wine $ROBUST $SRC -od $OUT -I $INC -list list.txt -listpath -header 2> /dev/null
#########################################################################
Thank you so much dude!!!