https://var7600.github.io/VHDL93-Docset/
output.mp4
The VHDL93 Docset provides offline access to VHDL-93 documentation for users of Zeal and Dash. This docset includes syntax references, examples, and explanations of key VHDL concepts.
- 📚 Comprehensive Documentation: Covers VHDL-93 syntax and usage.
- 🔍 Fast Search: Easily find definitions and references.
- 🎨 Syntax Highlighting: Uses Prism.js for improved readability.
- ⚡ Offline Access: Works seamlessly within Zeal and Dash.
-
Open Zeal and go to
Edit > Preferences > Docsets > User Contributions
. -
Click
Add Feed
and enter the following URL:https://Var7600.github.io/VHDL93-Docset/VHDL93.xml
-
Click
OK
and thenDownload
the docset.
-
Open Dash and go to
Preferences > Downloads > User-Contributed
. -
Click the
+
button and add the following feed:https://Var7600.github.io/VHDL93-Docset/VHDL93.xml
-
Download the docset and start using it.
Alternatively, you can download the docset manually:
- Download the latest
.zip
file from the Releases. - Extract the
.zip
file and moveVHDL93.docset
to Zeal’s or Dash’s docsets directory.
To build the docset yourself:
website2docset.py -n VHDL93 -v 0.0 -i icon.png HDL-Docs\
# VHDL93: the name for the Docset to create
# 0.0: the Docset version
# icong.png: the icon to add to the Docset
# HDL-Docs: the HTML,CSS,JS directory
## it will generate the VHDL93.docset
# with zip in Linux
zip -r VHDL93.zip VHDL93.docset
# OR with 7zip in Windows
7z a -tzip VHDL93.zip VHDL93.docset
Contributions are welcome! Feel free to submit issues, pull requests, or suggestions.
This project is licensed under the MIT License.
📢 Follow the project for updates and improvements! 🚀