An option to turn off the ligature for ‘<=’
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 82k
- Forks
- 3.2k
- PR merge metrics
- No merged PRs in 30d
Description
Please provide an option to make it possible to turn off the ligature for ‘<=’, which has the meaning of both less than or equal to and non-blocking assignment in Verilog.
Since ‘<=’ has two functions in Verilog, the two options cv19 and cv20 are not applicable unless it is possible to dynamically switch to cv20 when the 'assign' keyword is detected in Verilog.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing cv19 and cv20 options and how the font handles the ‘<=’ ligature in Verilog. Done means providing a clear way to disable or contextually control that ligature without confusing less-than-or-equal use with non-blocking assignment.
Written by the indexing model from the issue text.
Assessment
- Domain
- design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100