Press J to jump to the feed. Press question mark to learn the rest of the keyboard shortcuts
Log In
Found the internet!
Create an account to follow your favorite communities and start taking part in conversations.
Posts
Communities

Posts about VHDL

r/VHDL
2.7k members
Do you have any VHDL design you are proud of, or do you need help with some code this is the place for it.
Visit
r/FPGA
40.5k members
A subreddit for programmable hardware, including topics such as: * FPGA * CPLD * Verilog * VHDL
Visit
r/ECE
156k members
A subreddit for discussion of all things electrical and computer engineering.
Visit
Subreddit Icon
r/ElectricalEngineering
160k members
A place to ask questions, discuss topics and share projects related to Electrical Engineering.
Visit
Subreddit Icon
r/programming
5.3m members
Computer Programming
Visit
Subreddit Icon
r/emacs
64.7k members
The extensible, customizable, self-documenting real-time display editor.
Visit
r/EngineeringStudents
730k members
This is a place for engineering students of any discipline to discuss study methods, get homework help, get job search advice, and find a compassionate ear when you get a 40% on your midterm after studying all night.
Visit
Subreddit Icon
r/ProgrammerHumor
2.9m members
Dedicated to humor and jokes relating to programmers and programming.
Visit
Subreddit Icon
r/AskElectronics
650k members
This is a technical ELECTRONIC ENGINEERING subreddit, covering practical, component-level circuit design and repair, electronic circuit theory, electronic components, tools and equipment.
Visit
Subreddit Icon
r/beneater
14.0k members
Discussion inspired by Ben Eater's YouTube video series.
Visit
Subreddit Icon
r/electronics
816k members
A subreddit dedicated to component-level ELECTRONIC engineering: news, articles, general industry discussions, completed electronic projects (show and tell). NOTE: *QUESTIONS* about components, circuits (design and repair) and tools, theory etc. should be posted in /r/AskElectronics .
Visit
Subreddit Icon
r/ComputerEngineering
26.3k members
Welcome to r/ComputerEngineering - A community for discussing computer engineering and its related areas (electrical engineering and computer science)!
Visit
r/fpgagaming
16.7k members
A subreddit dedicated to gaming hardware, clone consoles, flashcarts, and other accessories based on field-programmable gate array (FPGA) technology. A place for engineers, developers, and FPGA gaming fans to discuss news, facilitate development, and enjoy a new passionate community!
Visit
Subreddit Icon
r/PicoBlaze
14 members
This is an unofficial (not affiliated with Xilinx) community about Xilinx PicoBlaze, an open-source CPU written entirely in VHDL and intended to be synthesized on FPGAs (it is a so-called soft-processor). If you have some assembly-language program you would like to be added into the list of examples in PicoBlaze Simulator in JavaScript, feel free to share it here.
Visit
488
Subreddit Icon
Posted by1 month ago
Post image
488
68 comments
15
12
Posted by1 month ago
12
21 comments
77
Posted by2 months ago

I want to share a VHDL language server I have written in Rust. It is now in a really good state and is ready to be the daily driver for someone working on VHDL. It is completely free and open source, enjoy! https://github.com/VHDL-LS/rust_hdl

The performance is great, it can load 200k lines in 200ms using all 8-cores on my desktop. When loaded it only consumes 220 MB of RAM.

It supports goto/find-references as well as type checking for close to all of VHDL-2008. It supports generic packages and does disambiguation of overloaded functions.

The easiest way to try is the VSCode extension by Henrik Bohlin: https://marketplace.visualstudio.com/items?itemName=hbohlin.vhdl-ls

77
13 comments
50
Subreddit Icon
Posted by1 month ago
50
12 comments
11
Posted by8 days ago
11
2 comments
16
Subreddit Icon
Posted by2 months ago
16
9 comments