Skip to content

Adding additional snippets #128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
17 tasks done
jessicarod7 opened this issue Dec 31, 2020 · 0 comments · Fixed by #129
Closed
17 tasks done

Adding additional snippets #128

jessicarod7 opened this issue Dec 31, 2020 · 0 comments · Fixed by #129

Comments

@jessicarod7
Copy link
Contributor

jessicarod7 commented Dec 31, 2020

This issue will be associated with a pull request to add more snippets to System Verilog, and potentially Verilog. This PDF is one of the sources I'll be using. I'll also add the snippets suggested in #94 and #99.

I'll also look into adjusting prefixes and snippet names to make them easier to find (for example, always_ff as a prefix will match both ff and alway). A full list of modified snippets will be included in the pull request.

Here is an continuously updated checklist of snippets to be added:

  • Verilog
    • always @(negedge clk)
    • localparam
    • generate
    • genvar
    • casez/casex
    • Compiler directives
      • ifdef/ifndef/undef
      • elsif/endif
      • default_nettype
    • signed
    • integer
  • SystemVerilog
    • package
    • import
    • modport
    • shortint/longint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant