In the INSTALL comments of the elisp file, did you mean `verilog-mode` where it says `xdc-mode`? ```lisp ;; (setq auto-mode-alist (cons '("\\.xdc\\'" . xdc-mode) auto-mode-alist)) ```