# Automatically indent vhdl vhdlindent () { emacs -batch "$1" --eval '(vhdl-indent-buffer)' -f save-buffer;} vhdlbeautify () { emacs -batch "$1" --eval '(vhdl-beautify-buffer)' -f save-buffer;} # Free and Open Source tools for HDL development export PATH=~/opt/fosshdl/bin:$PATH export SYMBIOTIC_LICENSE=~/opt/fosshdl/symbiotic.lic # Choose simulator for VUnit (by default, it runs with the first supported # simulator it finds in your PATH) export VUNIT_SIMULATOR=ghdl