A command-line utility for quick and easy installing and maintaining the proven VHDL (or Verilog) libraries (cores).
Installing core is as easy as hdlcores i t80.
Use npm, install as a global tool: npm i -g hdlcores
hdlcores u - you have to do it before the first run, or when you want to update the list.
See cores.json to check the list.
hdlcores l
hdlcores ll
hdlcores l [core-name]
hdlcores i [core-name], where core-name is the name from the list (see above)
The code is downloaded and copied to the working directory (i.e. the directory where you invoke the commnad).
Feel free to edit cores.json and send me a pull request!