Shaare your links...
4548 links
yakmoijebrille Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 7
136 results for tags python x
  • Implement a pulse-density modulator on an FPGA | Koheron
    pdm avec python
    Thu Jan 21 16:12:09 2021 - permalink -
    - https://www.koheron.com/blog/2016/09/27/pulse-density-modulation
    fpga pdm python signal
  • Cannot load library /home/fabien/pyenv/envp37/lib/python3.7/site-packages/PyQt5/Qt/plugins/platforms/libqxcb.so: (libxcb-util.so.1: cannot open shared object file: No such file or directory)
    Quand on veut lancer un utilitaire python3 lancé dans un virtual env sous debian 9 il y a un problème avec xcb.

    Il manque un liens symbolique dans le plugins Qt :
    ln -s /usr/lib/x86_64-linux-gnu/libxcb-util.so.0 /root/qb/.venv/lib/python3.7/site-packages/PyQt5/Qt/lib/libxcb-util.so.1
    Thu Jan 21 15:37:51 2021 - permalink -
    - https://github.com/qutebrowser/qutebrowser/issues/5905
    debian python qt virtualenv
  • Rhaaa les listes en python ! | Mon petit coin de oueb
    Fri Nov 20 09:55:36 2020 - permalink -
    - http://www.fabienm.eu/wordpress/?p=1511
    python
  • LiteX - Le framework open-source pour programmer du matériel en Python | Projet éducatif visant à évaluer l’implémentation d’un processeur d’architecture RISC-V sur un FPGA en utilisant les outils de conception Migen et LiteX.
    Wed Nov 11 20:21:05 2020 - permalink -
    - https://pcotret.github.io/ENSTAB-RISCV/
    enstab flf litex python
  • Symbolator — Symbolator 1.0.2 documentation
    Un module python qui parse le VHDL et le Verilog pour en sortir des symboles composants.
    Mon Sep 21 08:49:18 2020 - permalink -
    - https://kevinpt.github.io/symbolator/
    flf fpga python verliog vhdl
  • YouTube thumbnail
    How to justify text in a Python tkinter label - YouTube
    4 minutes 40 secondes de vidéo juste pour dire que pour justifier à gauche ou à droite il faut faire un «justify=LEFT» ou «justify=RIGHT»...
    Je déteste les tuto vidéo ;)
    Mon Aug 31 09:04:01 2020 - permalink -
    - https://www.youtube.com/watch?v=LV1GBHsz5YY
    python tkinter tutoriel vidéo
  • PipelineC: Un HDL en C ?
    Pipeline C permet de décrire un composant numérique en C puis de générer du VHDL pour la synthèse.
    Wed Aug 19 08:35:46 2020 - permalink -
    - https://github.com/JulianKemmerer/PipelineC
    C flf hdl python vhdl
  • MicroPython language and implementation — MicroPython 1.12 documentation
    Documentation micropython
    Sat Jul 25 07:58:11 2020 - permalink -
    - http://docs.micropython.org/en/latest/reference/index.html
    micropython python
  • python rich console
    Wow très beau rendu dans la console
    Wed Jul 8 10:27:44 2020 - permalink -
    - https://github.com/willmcgugan/rich
    console linux python rich
  • wireviz, de beaux schéma de câblage
    Petit utilitaire python sympathique
    Wed Jun 24 07:17:18 2020 - permalink -
    - https://github.com/formatc1702/WireViz
    cablage python électronique
  • hdl - How to force usage of python 3 in cocotb? - Stack Overflow
    comment utiliser python3 sans avoir à recompiler python.
    Fri Jun 5 12:03:03 2020 - permalink -
    - https://stackoverflow.com/questions/55380437/how-to-force-usage-of-python-3-in-cocotb/62193591#62193591
    cocotb python python3
  • FuseSoc version 1.10
    La dernière à supporter Python 2
    Wed Mar 4 16:18:18 2020 - permalink -
    - https://github.com/olofk/fusesoc/releases/tag/1.10
    flf fusesoc python
  • chiselwatt
    Un petit processeur POWER Open ISA écrit en Chisel. Il permet de faire tourner micropython.
    Wed Feb 19 10:39:35 2020 - permalink -
    - https://github.com/antonblanchard/chiselwatt
    chisel flf micropython openpower python
  • chisverilogutils: Chisel, Cocotb, smtbmc toolkit
    If you are designing your gateware with Chisel-HDL and testing it with CocoTB, you will need some script like that.
    - to add waveform under verilog TOP generated for Icarus simulation
    - To generate all cocotb files for testing a Chisel module
    - To inject some SystemVerilog code in verilog generated for Formal verification (assume/assert/cover/...)
    Wed Jan 29 15:16:12 2020 - permalink -
    - https://github.com/Martoni/chisverilogutils
    chisel cocotb flf formal python smtbmc verilog
  • Release Notes — cocotb 1.3.0 documentation
    Sortie de la version 1.3.0 de Cocotb. \o/
    Thu Jan 9 08:27:38 2020 - permalink -
    - https://cocotb.readthedocs.io/en/latest/release_notes.html#cocotb-1-3-0
    cocotb flf fpga hdl python
  • Antmicro · Testing open source USB IP cores with Python and Cocotb
    Comment tester l'usb avec cocotb
    Sat Dec 7 20:44:35 2019 - permalink -
    - https://antmicro.com/blog/2019/12/testing-usb-cores-with-python-and-cocotb/
    cocotb flf python usb
  • relocation R_X86_64_PC32 against symbol `_PyRuntime' can not be used when making a shared object; r
    Si jamais vous avez des erreurs du genre :
    ```
    gcc -Werror -Wcast-qual -Wcast-align -Wwrite-strings -Wall -Wno-unused-parameter -fno-common -g -DDEBUG -fpic -DICARUS -Wstrict-prototypes -Waggregate-return -DFILTER -DICARUS -shared -Xlinker -L/usr/local/lib -o /usr/local/projects/videautom/gateware/hw_validation/spi2ksz/cocotb/build/libs/x86_64/libgpilog.so /usr/local/projects/videautom/gateware/hw_validation/spi2ksz/cocotb/build/obj/x86_64/gpi_logging.o   -lpython3.7m
    /usr/bin/ld: /usr/local/lib/libpython3.7m.a(ceval.o): relocation R_X86_64_PC32 against symbol `_PyRuntime' can not be used when making a shared object; recompile with -fPIC
    /usr/bin/ld: final link failed: Bad value
    collect2: error: ld returned 1 exit status
    /usr/local/cocotb/envp37/lib/python3.7/site-packages/cocotb/share/makefiles/Makefile.rules:58: recipe for target '/cocotb/build/libs/x86_64/libgpilog.so' failed
    ```
    Mon Oct 21 20:54:39 2019 - permalink -
    - https://github.com/cocotb/cocotb/issues/1139#issuecomment-539503847
    cocotb compilation python
  • YouTube thumbnail
    News from cocotb land - Philipp Wagner - ORConf 2019 - YouTube
    La vidéo de la présentation de CocoTB à l'enseirb (ORConf 2019)
    Sat Oct 12 14:18:41 2019 - permalink -
    - https://www.youtube.com/watch?v=9kZrlsv0fF4&feature=youtu.be
    cocotb flf fossi orconf python
  • pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available - Stack Overflow
    Note pour moi même:

    Se compiler un python 3 pour soit:

    $ wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tar.xz

    Ne pas oublier l'option --enable-shared

    $ tar -Jxvf Python-3.7.4.tar.xz
    $ cd Python-3.7.4
    $ ./configure --enable-shared
    $ make
    $ sudo make install


    Une fois qu'on a installé sa version de python officielle dans /usr/local/bin. Se mettre dans le répertoire ou l'on veut utiliser la version puis :
    $ virtualenv --python=/usr/local/bin/python3.7 envp37
    $ source envp37/bin/activate
    $ python -m pip install cocotb
    Tue Oct 8 11:19:56 2019 - permalink -
    - https://stackoverflow.com/questions/45954528/pip-is-configured-with-locations-that-require-tls-ssl-however-the-ssl-module-in
    cocotb flf python virtualenv
  • ChocoPy: A Programming Language for Compilers Courses
    ChocoPy est un langage basé sur python3 avec des restrictions comme l'obligation d'annoter ses types. Et qui «compile» directement en assembleur RISC-V.
    C'est un langage utilisé par les enseignant de Berkeley pour les cours de compilation.
    Thu Sep 19 12:10:55 2019 - permalink -
    - https://chocopy.org/
    chocopy flf python riscv
Links per page: 20 50 100
◄Older
page 1 / 7
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.