Skip to content

Conversation

atluft
Copy link
Contributor

@atluft atluft commented Oct 3, 2022

Adding language verilog.

Verilog Hardware Description Language
Idea for icon from Visual Code verilog file icon here

image

Note that tokei has issue identify verilog files

I was surprised too, usually use *.v but tokei wants *.vg so keep that in mind. That shouldn't impact the usage here, only remind users that the issue is upstream.

TESTING

git clone https://github.com/alexforencich/verilog-ethernet.git
cd verilog-ethernet
find . -name *.v -exec mv \{\} \{\}.vg \;

Copy link
Owner

@o2sh o2sh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very well done @atluft 👍

Left a few remarks.

straighter lines look better

Co-authored-by: Ossama Hjaji <[email protected]>
@atluft
Copy link
Contributor Author

atluft commented Oct 3, 2022

@o2sh
Thanks, all valuable feedback.

@o2sh o2sh self-requested a review October 3, 2022 22:29
@o2sh o2sh merged commit 3c3c1b4 into o2sh:main Oct 3, 2022
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 this pull request may close these issues.

2 participants