Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 690 Bytes

File metadata and controls

23 lines (17 loc) · 690 Bytes

A big TODO list

VHDL snippets

Gaps identified in a 2026-08-12 pass over UltiSnips/vhdl.snippets, deferred after landing the generate-statement (ifg/ifeg/forg + eifg/elg + cag/whg) and wait (wau/waf) snippets:

  • Record type declaration
  • Array type declaration (type ... is array (...) of ...)
  • Assert statement
  • Report statement
  • Block statement
  • with ... select concurrent signal assignment
  • Procedure declaration (function declaration already covered by fun)
  • Testbench skeleton (clock generation process + stimulus process)

VSCode

  • Vim-easymotion from Alexey
  • Move through the files quicker --- new bindings half-page up, half-page down
  • Escape to exit peek