OpenCores

Generic APB master stub

Issue List
RobustVerilog #1
Open yry opened this issue almost 11 years ago
yry commented almost 11 years ago

The Tool robust is no longer available. I found the windows tool e.g.

http://download1us.softpedia.com/dl/193fd7d9b4e5d2a25c751eb7283afd91/51c43a4d/100188951/software/programming/RobustVerilog_free1.2_win.rar

You can use the robust-lite.exe tool in linux system with wine installed: ######################################################################### #!/bin/bash

DESCRIPTION

simple script to generate Verilog from RobustVerilog files

NOTES

- wine always requires full paths

- error messages redirect to /dev/null

wine: cannot find L"C:\windows\system32\wineboot.exe"

err:process:start_wineboot failed to start wineboot, err 2

SOURCE

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

#########################################################################

Kellen.Wang commented almost 10 years ago

Thank you so much dude!!!


Assignee
No one
Labels
Request