2053 1096 DOC Eda Playground Guide
2053 1096 DOC Eda Playground Guide
editPlayground
Master-title
Guidestyle
● EDA Playground is a web-based platform that allows you to experiment with various hardware description languages (HDLs) like Verilog and VHDL,
particularly for learning and testing designs.
Getting Started
Click Here to
create account
Enter
Credentials
Here!!
● Once logged In, You will get the playground ready to use as shown below.
● Here Right side of of playground is for Design code and Left side is for Testbench code as show below.
● Write your design code under design.v and write your code for testbench under testbench.v
Write
Testbench this Write design
side this side
● In order to run your code, go to slide bar under name “Tools and Simulators”.
● Select your desired simulator tool and press “run” (at the top), you will get output in window present under “log” tab
Output will be
display here inside
LOG tab.
● In case you want to check out for Waveform generated from your design, then tick “open EPWave after run”option.