Email: bknpk@hotmail.com Phone: +972-54-7649119


V

 

BASH run script

A script to run the test. It uses irun, which makes life easy.
The VHDL files are first loaded. Next, to be loaded, is specman e file.
It is followed by specman seed, wave access and TCL script.
Note: seed entry is optional. Test name is mandatory.


#!/bin/bash

#$1 test name is mandatory
#$2 seed is optional

if [ "$2" = "" ] ; then
  seed="2"
else
  seed=$2
fi
irun ../RTL/tx.vhd ../TB/tx_tb_spc.vhd -top worklib.tx_tb:behavior ../e/test/$1.e -snseed $seed -nosncomp -access +r -input pk.tcl




To go to main project: main project page


  ...


I would be happy to offer my services. Call ASAP !


Home

VHDL IP Stack

print from VHDL code







Search This Site


Feedback This Site




new pages on this site