EDAPlayground is a very convenient alternative to code sharing applications such as VSCode Live Share or copy paste code sharing. It supports synchronous editing from multiple users, similar to websites like Google Drive or Repl.it.
-
To create an account: https://www.edaplayground.com/login
-
To set programming language, click the dropdown under
Testbench + Design
on the left hand side of the site and clickSystemVerilog/Verilog
-
To set the simulator to VCS, click the drop-down box under
Tools & Simulators
and choose theSynopsis VCS 2020.03
option. -
To enable synchronous code editing with other users, click the
collaborate
button. -
To save your work, you can click the
save
button on the top of the site. This will only save it remotely to the EDA playground site.
You should then be ready for easy SystemVerilog code collaboration. Code away!