alchitry / Alchitry-Labs-V2

Full rewrite of Alchitry Labs
https://alchitry.com/
GNU General Public License v3.0
14 stars 2 forks source link

Basic Verilog Support #11

Closed alchitry closed 2 weeks ago

alchitry commented 1 month ago

Add basic parsing of Verilog modules to allow for Verilog modules to be used inside Lucid modules.

This is important for implementing vendor specific primitives and integrating with the Vivado IP Catalog.

This will also require adding support for editing Verilog. Editor support will initially be limited to code highlighting and syntax error checking.