Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

Tcl script error

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

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- 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