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

Subversion Repositories sc2v

[/] [sc2v/] [trunk/] [bin/] [sc2v.sh] - Diff between revs 36 and 39

Show entire file | Details | Blame | View Log

Rev 36 Rev 39
Line 3... Line 3...
# script to perform 2 steps of sc2v for input module
# script to perform 2 steps of sc2v for input module
# and remove temporary files
# and remove temporary files
#
#
# usage: sc2v <filename_without_extension>
# usage: sc2v <filename_without_extension>
#
#
../bin/sc2v_step1 < $1.cpp
bindir=`dirname $0`
../bin/sc2v_step2 < $1.h > $1.sc2v
$bindir/sc2v_step1 < $1.cpp
../bin/sc2v_step3 < $1.sc2v > $1.v
$bindir/sc2v_step2 < $1.h > $1.sc2v
 
$bindir/sc2v_step3 < $1.sc2v > $1.v
\rm *.sc2v
\rm *.sc2v
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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