Skip to content
Juan Gonzalez-Gomez edited this page Mar 6, 2019 · 9 revisions

Mis notas

TODO

Analizador Lógico USB saleae

Al compilar pulseview se obtenía este mensaje de error:

$ cmake . 
CMake Error at CMakeLists.txt:73 (find_package):
  By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Qt5", but
  CMake did not find one.

  Could not find a package configuration file provided by "Qt5" with any of
  the following names:

    Qt5Config.cmake
    qt5-config.cmake

  Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR"
  to a directory containing one of the above files.  If "Qt5" provides a
  separate development package or SDK, be sure it has been installed.

Lo he solucionado instalando estas dependencias:

$ sudo apt install qt5-qmake qttools5-dev-tools qt5-default libqt5svg5-dev qt5-image-formats-plugins

Listo! Tengo operativa la versión 0.4.0-git-8b9056d

2017-02-10: Probando GHDL con yosys para sintetizar VHDL

2017-04-09: Pruebas del i2c en FPGA con la Icezum Alhambra

Clone this wiki locally