Autosave in Markdown

This commit is contained in:
2024-03-06 08:33:12 +01:00
parent 77bba8c263
commit 1ceb2e0e4a
3 changed files with 18 additions and 1 deletions

View File

@@ -73,3 +73,7 @@ endsnippet
snippet regflit "reg_idx from literal" iA
std_logic_vector(to_unsigned('${1:Literal}', reg_adr_size));
endsnippet
snippet fillvec "Stdout to fill a vector" A
(others => '0')
endsnippet