Skip to content

Instantly share code, notes, and snippets.

@rbarzic
Created September 11, 2017 19:49
Show Gist options
  • Save rbarzic/6421d2d8745d24711abd717b92ad1af2 to your computer and use it in GitHub Desktop.
Save rbarzic/6421d2d8745d24711abd717b92ad1af2 to your computer and use it in GitHub Desktop.
emacs verilog-mode : connecting all inputs to zero, all outputs floatting
/* XXXXXXXX AUTO_TEMPLATE(
.\(.*\) (@"(if (equal vl-dir \\"input\\") (concat vl-width \\"'b0\\") \\"\\" )"),
.\(.*\) (@"(if (equal vl-dir \\"output\\") \\"\\" (concat vl-width \\"'b0\\") )"),
); */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment