▲ | SomeHacker44 6 days ago | |||||||
The FPGA software from Xilinx and Altera are scripted with Tcl/Tk. | ||||||||
▲ | cmrdporcupine 6 days ago | parent | next [-] | |||||||
This. In fact it seems like plenty of hardware-eng tools use Tcl, and looking at all alternatives it's not a bad choice. With Tcl you get something like a Lisp with a flexible consistent syntax, but less brainy and more pragmatic, and designed to drive other tools. | ||||||||
| ||||||||
▲ | hollerith 6 days ago | parent | prev [-] | |||||||
Thanks for the reply. |