- 追加された行はこのように表示されます。
- 削除された行はこのように表示されます。
!VHDLモードの設定
emacsのVHDLモードの設定についてメモ.
::同期リセットにする
 (setq vhdl-reset-kind 'sync)
'async,'noneが選べる.デフォルトは'async
::リセットをActive Highにする
 (setq vhdl-reset-active-high t)
nilならActive Low
::VHDL
 (defcustom vhdl-standard '(93 nil)
定義は↓な感じ
 (defcustom vhdl-standard '(87 nil)
   "*VHDL standards used.
 Basic standard:
   VHDL'87      : IEEE Std 1076-1987
   VHDL'93      : IEEE Std 1076-1993
 Additional standards:
   VHDL-AMS     : IEEE Std 1076.1 (analog-mixed-signal)
   Math packages: IEEE Std 1076.2 (`math_real', `math_complex')