Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20713 Discussions

Tcl script error

Altera_Forum
Honored Contributor II
1,207 Views

Hi: 

I am new to Tcl script. I download a simple program from the website, and copy it onto the Tcl script, and try to compile it. 

 

It's just a one line code  

 

puts "hello world" 

 

However, I constantly getting a compilation error of Top-level design entity is undefined 

 

don't know why 

 

 

Thanks
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
379 Views

 

--- Quote Start ---  

Hi: 

I am new to Tcl script. I download a simple program from the website, and copy it onto the Tcl script, and try to compile it. 

 

It's just a one line code  

 

puts "hello world" 

 

However, I constantly getting a compilation error of Top-level design entity is undefined 

 

don't know why 

 

 

Thanks 

--- Quote End ---  

 

 

Hi, 

 

TCL is not a hardware description language like Verilog or VHDL. It is used for e.g. to automate flows ... 

 

Kind regards 

 

GPK
0 Kudos
Reply