Skip to main content

Reference

Quick references for tasks and capabilities.

📄️Synthesis

EDAcation allows you to synthesize your design files, which is the process of converting your high-level design description (such as Verilog or VHDL) into a lower-level representation that can be implemented on hardware. The synthesis task will take your design files as input and produce a LUT file as output, which can be viewed directly in VSCode. The synthesis task must be executed before you can execute the place and route task, as it generates the necessary files for place and route to work.