kunalg123 / vsdflow

VSDFLOW is an automated solution to programmers, hobbyists and small scale semiconductor technology entrepreneurs who can craft their ideas in RTL language, and convert the design to hardware using VSD (RTL-to-GDS) FLOW. VSDFLOW is completely build using OPHW tools, where the user gives input RTL in verilog. From here on the VSDFLOW takes control, RTL is synthesized (using Yosys). The synthesized netlist is given to PNR tool (Qflow) and finally Sign-off is done with STA tool (using Opentimer). The output of the flow is GDSII layout and performance & area metrics of your design. VSDFLOW also provide hooks at all stages for users working at different levels of design flow. It is tested for 30k instance count design like ARM Cortex-M0, and can be further tested for multi-million instance count using hierarchical or glue logic.
Apache License 2.0
149 stars 55 forks source link

opensource_eda_tool_install.sh installs cmake at /usr/local without any alternative #8

Open ssmolov opened 2 years ago

ssmolov commented 2 years ago

The opensource_eda_tool_install.sh script installs several tools at usr/local. Most of them are EDA-specific, but not cmake. It seems to be dangerous to install such a common tool in the hard-coded directory and may result in a conflict with those instances of cmake that are installed in a traditional way (sudo apt-get install cmake). It would be great to have an option for installation script that will specify the VSDFLOW installation directory. An uninstaller is a desired feature too.

ashoks0409 commented 2 years ago

still not able to install cmake in the vsdflow directory as trying to install opentimer. kindly suggest methods.

Vikram-OO7 commented 5 months ago

still not able to install cmake in the vsdflow directory as trying to install opentimer. kindly suggest methods.

bro facing same issue , please help how to install cmake(im having older version i want to update with newer version) to install opentimer.