chaseruskin / legoHDL

An experimental package manager and development tool for Hardware Description Languages (HDL).
https://c-rus.github.io/legoHDL
MIT License
14 stars 2 forks source link

Rename "script" to "plug-in" #50

Closed chaseruskin closed 2 years ago

chaseruskin commented 2 years ago

A script in legoHDL is not only limited to a coded "script", but it can also be anything to interface with using commands and passing arguments, such as an executable. It therefore may make more sense to generalize this term to a plug-in. A plug-in can be a program (set of instructions or additional backend tool/wrapper) to handle custom HDL workflows.

A few changes will need to occur: