OneWare Studio is a free and open source IDE for electronics development for Linux, windows and MacOS. It comes with broad range of development languages support including VHDL, Verilog, C++, Python and more. Some other useful features are high-speed simulation viewer, debugging tools, built-in GIT support, extensions support, Vendor-independent support for FPGA development and many more. Using OneWare Studio, you can easily setup and compile your designs from your hardware directly from the IDE.
Install OneWare Studio on Ubuntu
OneWare Studio is available as a snap and flatpak package file formats. Open the terminal application and run below oneware studio snap install command. It will install the latest version of oneware on your system.
sudo snap install oneware --classic
After the successful installation of oneware studio, run below command.
oneware
Install OneWare Studio via Flatpak:
You can also install OneWare Studio via below flatpak install command.
flatpak install flathub com.one_ware.OneWare
If you don’t have flatpak and flathub on your system, then first install using below link and restart it after the installation.
You can open it using below command.
flatpak run com.one_ware.OneWare