Using wildcards in synopsys TCL interface?

Status
Not open for further replies.

debugzbunny

Newbie level 2
Joined
Mar 3, 2006
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,290
synopsys tcl

I was trying to read multiple files in primetime.

read_file -format verilog [list ${CLOCK_CELLS_DIR}/XC0*/XC2*.final.v]

But this doesn't work.?? How do I use wildcards for unix files in primetime?

Added after 1 hours 20 minutes:

Found the answer:

read_file -format verilog [glob ${CLOCK_CELLS_DIR}/XC0*/XC2*.final.v]
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…