understanding STL language

Thread Starter

Iwane

Joined Feb 20, 2013
2
hi,
please can someone help me understand the following in stl language what does it means:
programming\editors\text editor
programming\editors\general operations\smartedit
programming\editors\general operation\smartedit\code snippets
programming\programs\structured text(ST)

Im looking forward to any favorable reply.
thank you.
 

thatoneguy

Joined Feb 19, 2009
6,359
You are using an editor that allows many copies of one text to be changed based on templates.

MIT Link for SmartEdit

Useful in Verilog for, say, creating 50 cores that all perform a nearest neighbor function in DSP. Rather than type out all 50 cores, you only need to change the inputs and output sources/destination for each core, which you can do with a template and counting repetition.
 
Top