Skip to content

andrewpeck/emacs-ucf-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

emacs-ucf-mode

Emacs major mode for editing Xilinx UCF (User Constraint File) files

This program is released under the terms of the GNU GPL v.3 or later.

To enable UCF mode, save ucf-mode.el somewhere in your search path (e.g. ~/emacs/) and add the following lines to your .emacs file:

(autoload 'ucf-mode "ucf-mode" "Xilinx UCF mode" t)
(add-to-list 'auto-mode-alist '("\\.ucf\\'" . ucf-mode))

The results look about like this:

preview

About

Emacs major mode for editing Xilinx UCF (User Constraint File) files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%