GUI for the Utopia EDA
to install the application, you need to install Qt below installation instructions :
- Update the package index by running the following command sudo apt update
- Install the Qt5 development tools by running the following command sudo apt install qt5-default
- Verify that Qt5 is installed properly by running the following command qmake —version Or using vpn you can download it from the official site:
- Go to the Qt website at https://www.qt.io/download.
- Click on the "Download" button on the homepage.
- Scroll down to the "All Downloads" section and click on "Go open source".
- Select the version of Qt that you want to download by clicking on the appropriate button.
- On the following page, select your platform (e.g. "Linux"), your architecture (e.g. "64-bit"), and your distribution (e.g. "Ubuntu").
- Click on the "Download" button to begin downloading the Qt installer.
cmake . #(the correct command will appear)
mkdir build
cd build
correct command
make
./configure && make && sudo make install
sudo apt-get install libsdl2-ttf-dev
-
https://github.com/mvg-internship/basicviz cmake -S . -B build # -G Ninja, etc. cd build make # ninja, etc.
-
https://github.com/mvg-internship/utopia-eda
install according to readme in Utopia-Eda
-
https://github.com/mvg-internship/vtr-fpga-arch
install according to readme in FPGA
sudo apt install graphviz graphviz-dev
1)sudo nano ~/.bashrc
2)export Basicviz=/path/to/Basicviz-main/build/src/main
export UTOPIA_HOME=/path/to/Utopia-Eda
export FpgaViz=path/to/vtr-fpga-arch/build/libs/libarchfpga/fpgaviz
3)Ctr+O
4)Enter
5)Ctr+x
6)source ~/.bashrc
cmake .
make
cd test_gui
./test_gui