Skip to content

[Feature Request] Snippet for always_latch missing #99

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
markusdd opened this issue May 3, 2020 · 0 comments · Fixed by #129
Closed

[Feature Request] Snippet for always_latch missing #99

markusdd opened this issue May 3, 2020 · 0 comments · Fixed by #129
Labels

Comments

@markusdd
Copy link

markusdd commented May 3, 2020

always_comb and always_ff have their snippets, but always_latch is missing.

While not very common, explicit latches have a number of important use cases:

  • low power storage in AON domains
  • clock gates
  • pad state retention latches

So imho it makes sense to add it.

@markusdd markusdd added the bug label May 3, 2020
This was referenced Dec 31, 2020
mshr-h pushed a commit that referenced this issue Jan 18, 2021
* fixed issues #99 and #94, updated gitignore

* updated prefixes for existing snippets

* rm redundant snippets, mv backwards compatible

- moved Verilog snippets from systemverilog.json for support in .v files

* add snippets, update snippets for datatypes

* fixes based on local testing

* add end snippet to reduce conflicts with `endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant