command Flashcards
ls cds.log
to see if the file cds.log exist in the current directory “only to display not to open the file or dir”
wild card characters
- and ? are called wildcard characters.
- any character wildcard (matches any character or string of characters, including blanks.)
? One character wildcard (? matches only one and only one character)
ln -s
Link file with symbol
what follows on LOGLVS
And what it is for?
LOGLVS is to compile the net list
(:cir netlist_filename)
(:con topcell name) to confine the netlist.
PDRACULA process
/g draculaLVS.run
/f
To create the jxrun.com file and type the command.
What to do before PDRACULA but after LOGLVS?
Edit the draculaLVS.rul file to change the 4lines to match with the file you are running LVS to
ls hw*.gds
hw(any character or strings of characters) with .gds at the end
~username
username’s home directory
ls hw?.gds
all hw6.gds hw7.gds hw8.gds hw9.gds will listed (but not the hw10.gds or hw.gds)
ls -l project
to list all the file in the project directory
cd ..
go to parent directory (one level up)
Meanings of "options" a, l, F, t, h, r, R, and more.......
option(s) begins with - in the front following space after the command.
ls -a list all entires, including dot files
ls -al list all in long format (additional information)
ls -t list file on time stamp.
ls -hl list file in human read able format
ls -r list file in reverse “alphabet” order
ls -rt list file in “time” reverse order
ls -F list file with “file type” attached to it
ls -R list all the dir and file and sub files and dir all the way to bottom levels
ls hw??.gds
list all the the file hw(2character excluding space) with .gds at the end.
~/ “tilde”
my (current) home directory
. “dot”
current directory