Setting up atalanta ATPG to work on Linux
Atalanta is an ATPG tool that is used to generate test patterns for combinational circuits. atalanta is a windows executable file. I am using Atalanta ATPG tool to generate the test patterns required for generating the Transition fault Test patterns
RUNNING ATALANTA (LINUX)
You need to have WINE installed to run windows executable binary.
Created a symbolic link in the usr/bin to the atalanta.exe, name of the link s atalanta. (not necessary if you do not have root privilages)
chmod u+x /place/atalanta/atalanta.exe
cd /usr/bin
sudo ln -s /place/atalanta/atalanta.exe ./atalanta
COMMAND TO RUN ATALANTA
atalanta [option] filename
//put this in a shell script
RUNNING ATALANTA (LINUX)
You need to have WINE installed to run windows executable binary.
Created a symbolic link in the usr/bin to the atalanta.exe, name of the link s atalanta. (not necessary if you do not have root privilages)
chmod u+x /place/atalanta/atalanta.exe
cd /usr/bin
sudo ln -s /place/atalanta/atalanta.exe ./atalanta
COMMAND TO RUN ATALANTA
atalanta [option] filename
//put this in a shell script
Hi
ReplyDeleteI am new to ATLANTA. I tried all steps mentioned, still not able to install. Request your support here
Hi, What is the error message you get? AR
ReplyDeleteThis comment has been removed by the author.
DeleteHI
ReplyDeletecan we find the faulty output response for a circuit in the presence of particular faults . if yes, tell me the command used for it
make command not respond - is not recognized as an internal or external command operable program or batch file
ReplyDeleteHii
ReplyDeleteI am using atalanta atpg in ubuntu. After making the atalanta for taking output, give atalanta c17.bench. It shows atalanta command not found.
hi,
ReplyDeleteHow to input test paterns in atlanta and run those test vectors for fault simulation