This repository was archived by the owner on Mar 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Add basic code intelligence for Pascal, Verilog, and VHDL #200
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23b99d9
to
1b871a6
Compare
chrismwendt
approved these changes
Jan 28, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While trying this out I found some samples:
- Verilog https://sourcegraph.com/github.com/ZipCPU/wbuart32/-/blob/bench/verilog/helloworld.v
- VHDL https://sourcegraph.com/github.com/xesscorp/VHDL_Lib@master/-/blob/HostIoComm.vhd
It's ok to merge this in before adding language entries to https://github.com/sourcegraph/sourcegraph/blob/3a1dd8ccd49175ef2ed47dabe85d2e0543ce6c47/shared/src/languages.ts#L40
1b871a6
to
9f14954
Compare
A tool to partly automate seeding basic intel support, by parsing universal-ctags output for supported languages. A human must vet the output since ctags does not have enough data to infer comment style or derive applicable filtering rules.
Fold together Verilog and SystemVerilog since the syntax is the same.
0fa1d5e
to
2c38e2e
Compare
Thanks, your Verilog example was nicer than the one I was using. |
61 tasks
chrismwendt
approved these changes
Jan 28, 2020
Here's an ethernet mac written in verilog if needed. Bunch of different VHDL library elements |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For the results of this change to be visible in the UI, you must also sync Sourcegraph past https://github.com/sourcegraph/sourcegraph/pull/8079.
Fixes https://github.com/sourcegraph/sourcegraph/issues/4915.