Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
windingyeh
Posts: 6
Registered: ‎07-07-2009
0
Accepted Solution

where can i find "creatfdo.tcl"

in the auto-generated *.fdo file, it says the file is generated by "creatfdo.tcl"

i'm wondering where i could find this tcl, so that i can do some modification

 

cuz

i wanna let the .fdo add wave as hex radix, so that i don't need to change the radix of the signal in MODELSIM every time

 

thx for anyone who help n_n

Expert Contributor
eilert
Posts: 2,055
Registered: ‎08-14-2007
0

Re: where can i find "creatfdo.tcl"

Hi

why don't you search for it in your ISE folder?

And if it's hidden somehow, don't worry.

Have you seen the line where the *.udo  script is called?

 You can do anything you like in a script with that name.

Its always executed with *.fdo, so you don't need to manipulate a provided script. 

 

Have a nice simulation

  Eilert

Visitor
windingyeh
Posts: 6
Registered: ‎07-07-2009
0

Re: where can i find "creatfdo.tcl"

WOW thx

that's why .udo exists

thank u n_n