Shaare your links...
5132 links
yakmoijebrille Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 38
758 results for tags flf x
  • Et merde, Git!?!
    Plein de trucs pour corriger ses erreurs git.
    Thu May 25 15:18:43 2023 - permalink -
    - https://ohshitgit.com/fr
    flf git informatique trucs
  • Bringing The PIO To The FPGA | Hackaday
    Vous aimiez le PIO du RP2040, Lawrie l'a porté en Verilog sur FPGA.
    Si vous avez besoin d'un tout petit processeur pour executer quelque instruction en asm, vous êtes au bon endroit ;)
    Tue May 23 09:09:24 2023 - permalink -
    - https://hackaday.com/2023/05/22/bringing-the-pio-to-the-fpga/
    flf fpga pio rp2040 verilog
  • bl0x/learn-fpga-amaranth: Code for Bruno Levy's learn-fpga tutorial written in Amaranth HDL
    Wed May 17 09:16:03 2023 - permalink -
    - https://github.com/bl0x/learn-fpga-amaranth
    amaranth flf fpga riscv
  • machdyne/fpga-dac: FPGA-based sigma-delta DAC and PCM audio player
    Une IP Verilog pour jouer du son à partir d'échantillons en PCM 16bits (DAC sigma delta).
    Sun Apr 30 10:54:39 2023 - permalink -
    - https://github.com/machdyne/fpga-dac
    audio flf son verliog
  • Release Chisel3 cheat sheet 3.6.0 · freechipsproject/chisel-cheatsheet
    Une nouvelle version du pense bête chisel pour la version 3.6.0
    Fri Apr 14 08:17:58 2023 - permalink -
    - https://github.com/freechipsproject/chisel-cheatsheet/releases/tag/3.6.0
    chisel flf fpga
  • Introduction au Co-design CPU-FPGA avec Petalinux | Linux Embedded
    Ça fait plaisir de voir des articles sur les outils open source pour le FPGA en français :)
    Thu Apr 13 08:23:29 2023 - permalink -
    - https://www.linuxembedded.fr/2023/03/introduction-au-co-design-cpu-fpga-avec-petalinux
    cocotb flf petalinux vhdl xilinx yosys
  • Prajith RamGee - XLS Blinky with FuseSoC
    Wed Apr 12 09:34:44 2023 - permalink -
    - https://sites.google.com/view/prajith-ramgee/home/xls-blinky-with-fusesoc
    blinky flf fpga fusesoc tutoriel xls
  • Release v3.0.0 · ghdl/ghdl
    Sortie de GHDL V3.0.0
    Sat Mar 11 14:38:44 2023 - permalink -
    - https://github.com/ghdl/ghdl/releases/tag/v3.0.0
    flf fpga ghdl vhdl
  • 01signal: Asynchronous resets on FPGA: Not as easy as many believe
    Une discussion autour du reset synchrone ou asynchrone dans les FPGA
    Tue Mar 7 12:01:02 2023 - permalink -
    - https://www.01signal.com/verilog-design/reset/asynchronous-pitfalls/
    flf fpga reset
  • An Interactive Introduction to Fourier Transforms
    Introduction interactive à la transformée de Fourrier
    Mon Feb 27 10:48:17 2023 - permalink -
    - https://www.jezzamon.com/fourier/index.html
    flf fourrier math
  • pcounter/doc at master · freecores/pcounter
    Fri Feb 24 20:38:17 2023 - permalink -
    - https://github.com/freecores/pcounter/tree/master/doc
    counter flf fpga gray pcounter vhdl
  • Counting Really, Really Fast With An FPGA | Hackaday
    Comment faire un compteur rapide en FPGA
    Fri Feb 24 07:29:39 2023 - permalink -
    - https://hackaday.com/2014/06/29/counting-really-really-fast-with-an-fpga/
    compteur flf fpga
  • YouTube thumbnail
    Acoustic Camera - Explanations - YouTube
    Fonctionnement d'une caméra accoustique
    Tue Feb 21 13:12:26 2023 - permalink -
    - https://www.youtube.com/watch?v=sUZcf0rF-vk
    acoustique flf fpga signal
  • thejackal360/OpenSPICE: Simulate electronic circuit using Python and the Ngspice / Xyce simulators
    Un simulateur SPICE en python (en fait une surcouche à ngspice et Xyce)
    Wed Feb 15 07:44:22 2023 - permalink -
    - https://github.com/thejackal360/OpenSPICE
    flf ngspice openspice python spice
  • An Open Hardware Eurorack Compatible Audio FPGA Front End | Hackaday
    Si vous avez des projets audio sur FPGA.
    Remplissez le formulaire pour faire la commande groupée
    Tue Feb 14 08:25:46 2023 - permalink -
    - https://hackaday.com/2023/02/13/an-open-hardware-eurorack-compatible-audio-fpga-front-end/
    audio flf fpga pmod
  • Micro FPGAs And Embedded FPGAs
    Ça y est ! Renesas sort ses FPGA
    Thu Feb 2 19:58:06 2023 - permalink -
    - https://semiengineering.com/micro-fpgas-and-embedded-fpgas/
    flf fpga
  • nturley/netlistsvg: draws an SVG schematic from a JSON netlist
    «skin» javascript pour visualiser des netlist json générées par Yosys
    Thu Feb 2 09:24:24 2023 - permalink -
    - https://github.com/nturley/netlistsvg
    flf javascript json netlist yosys
  • KiCanvas
    Un viewer Kicad en ligne. Pour visualiser les cartes électronique avec un simple navigateur web.
    Wed Feb 1 07:36:48 2023 - permalink -
    - https://theacodes.notion.site/KiCanvas-3252a399e64a4d78b6c7309ea62457eb
    flf kicad web électronique
  • Tcl - Variables N'oubliez pas les dollars $$
    Un petit truc pénible qui peut vous faire perdre pas mal de temps en TCL :
    On set une variable avec set :

    set myvar 42

    Par contre pour l'utiliser il faut bien mettre le $ devant :

    puts $myvar

    Sinon on a pas d'erreur, c'est la chaine de caractères "myvar" qui sera prise en compte ;)
    Thu Jan 19 15:34:24 2023 - permalink -
    - https://www.tutorialspoint.com/tcl-tk/tcl_variables.htm
    flf tcl trucs
  • Implementation of RISCduino core using a Hierarchical Design Flow – The OpenROAD Project
    Tue Jan 10 10:49:16 2023 - permalink -
    - https://theopenroadproject.org/implementation-of-riscduino-core-using-a-hierarchical-design-flow/
    asic flf fpga openroad
Links per page: 20 50 100
◄Older
page 1 / 38
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.