Initial commit

This commit is contained in:
Nikolay Puzanov
2021-02-02 19:09:52 +03:00
commit 00b07d114f
14 changed files with 4345 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((verilog-mode . ((flycheck-verilator-include-path . ("." "../source"))
(verilog-library-directories . ("." "../source")))))