home.social

#silice — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #silice, aggregated by home.social.

fetched live
  1. At FCCM 2026 I saw a keynote by Onur Mutlu on abusing DRAM chip timings to have them perform vector (row) copies and even or/and/nand computations on entire rows, 'for free' (happens physically through capacitors charge). And this is on current, off-the-shelves DDR3/DDR4 memory!

    Well, I've got a bunch of great FPGA boards featuring good old SDRAM chips and ...

    It turns out RowClone is possible on older SDRAM chips!

    #FPGA #ULX3s #Silice

  2. Working on making PLLs easier to use in #Silice, here testing with a #ulx3s / ECP5 board. Four clocks of same frequency, phased out 90 degrees each. If you are wondering why the clock signals are not perfect ... check the wiring 😅 .

  3. This is the basic #Silice VGA test, somewhat of a tradition, I always start there when adding a new board. Who's new in this list ? Yes! Working on integrating the GateMate A1 evaluation board! Stay tuned for more info soon. #CologneChips #GateMate

  4. #Perseverance a atterri sur #Mars voici 5 ans, durant lesquels les scientifiques de l'IRAP et les ingénieurs du @cnes n'ont cessé de collaborer, en liaison avec leur homologues états-uniens, afin de définir la meilleure trajectoire, les cibles les plus intéressantes. Se sont ensuivis de magnifiques moments de partage, de joie, lors de la découverte de nouveaux #paysages, de #minéraux riches en #carbone, en #silice etc.

    Une formidable épopée, racontée par ses acteurs : cnes.fr/actualites/supercam-5-

  5. SILICE: Un sistema abierto y transparente para la información científica en España

    📰 Título original: Caminando hacia sistemas de información científica abiertos e independientes: el caso pionero de SILICE

    🤖 IA: No es clickbait ✅
    👥 Usuarios: No es clickbait ✅

    Ver resumen IA completo: killbait.com/es/silice-un-sist

    #ciencia #accesoabierto #bibliometría #silice

  6. WolFPGA on the icepi-zero! Works great!! (#Wolfenstein raycaster on #FPGA, no CPU, pure graphics, in #Silice)

    It is a very neat board, packed with features. Just started to play with it today, but looking forward to explore it further (Silice main branch already has support, check it out!).

    Crowd funding still open for a few hours, check it out :
    crowdsupply.com/icy-electronic

  7. Now I leave the floor to @sylefeb. Next lessons: the language !
    github.com/sylefeb/Silice

  8. #Silice now has preliminary support for @whitequark YoWASP!
    Checkout Silice getting started instructions here:

    github.com/sylefeb/Silice/blob

    (draft branch)

    pip install yowasp-silice !

  9. [Un système hydrothermal sur #Mars] Dans les roches qui délimitent le cratère d'impact Jézéro, l'ensemble instrumental du rover #Pereverance a détecté la présence de #silice sous différentes formes : de l'opale, de la calcédoine, et du #quartz. Preuve d’une interaction eau-roche datant du tout début de l’histoire de la planète rouge ....

    Sachant que les roches siliceuses - l'opale notamment, ont des capacités remarquables à préserver les traces de #vie, ne reste plus qu'à échantillonner ces roches puis à les rapporter sur Terre pour effectuer des analyses exobiologiques plus poussées.

    Info+ : irap.omp.eu/2025/03/du-quartz-

  10. Nearing a #Silice main branch update, testing a5k and it still just works! This is a complete hardware implementation of Another World's VM on FPGA, here running on the mighty #mch2022 badge.

    a5k repo + write up: github.com/sylefeb/a5k
    Silice: github.com/sylefeb/Silice/

  11. 2/ To me, this is crazy ; when I started on #FPGA and #Silice back in 2018 I never *dreamed* of one day having my own design on silicon. Thanks #tinytapeout, @matthewvenn, and everyone involved who makes this possible!

    tinytapeout.com/

  12. 1/ It freaking works!!! First #ASIC designed with #Silice renders a terrain!!!!! 🎉 🎉 🎉

  13. -> production #couleur #vert Malachite = pierre verte composée de carbonate de #cuivre -> réduite en poudre -> mélangée à résine ou de la graisse pour être appliquée sur les paupières (cf -1900 av. JC).
    -> production pigment lapis-lazulli = #bleu égyptien en chauffant #silice avec malachite et carbonate de calcium -> utilisation sur papyrus et poterie.

    Chine -> fin des Majiayao (cf 3 300 av JC).

  14. If you feel adventurous and want to try both #tinytapeout (your own ASIC chip!) and #Silice I prepared a template for tt09 (61 days to go!).

    github.com/sylefeb/tt09-silice

    Be warned: I am waiting for my tt07 and tt08 designs to come back to realize my mistakes 😅 .

    I followed the #tinytapeout approach of doing the entire synthesis in github actions, with Silice seamlessly integrated in the mix. Write your code, commit+push, and get back an ASIC design ready to submit!

  15. 2/ The design is written in #Silice and exported to Verilog, and then synthesized to #ASIC through the amazing #TinyTapeout framework.
    The terrain renderer fits on only two tiles, using some tricks 😎. Write-up pending.

    github.com/sylefeb/Silice

  16. Just updated the hardware #Silice version of HumanShader (humanshader.com/) by Inigo Quilez. Inigo made a new animated version just for us #fpga addicts 👍 .

    This is racing the beam, pipelined, no CPU. The code is very, very compact so it makes it a great exercise to put in hardware.

    Shadertoy: shadertoy.com/view/4ft3Wn
    Silice code: github.com/sylefeb/Silice/blob

  17. 3/3 If you are interested the entire classroom is documented in the #Silice repository. Learn about @risc_v SOC design and audio PWM. Have fun designing hardware on #fpga!

    github.com/sylefeb/Silice/tree

  18. 1/3 This year again our students @telecomnancy did a great job writing a wave player SOC on #fpga with #Silice! (cc BrunoLevy01)

    Also, I can only approve their choice of sound tracks 😋 (in general I got to discover many new music styles, thanks to all for this!)

  19. 4/ I added some notes on how each effect was implemented in hardware on #fpga with links to #Silice designs.

    github.com/sylefeb/gfxcat

  20. 1/ My collection of cool little graphics effects, all revisited in simple C with a minimal framework. They run in the browser! (link next)

    Made for my #Silice #fpga projects, they should be fun and easy to port on your @risc_v SOC, @Raspberry_Pi project or as a #shader.

  21. How I remade Another World / Out of This World in hardware on the UP5K #fpga. Thread! ⬇️

    Detailed write up and full #Silice design release! Includes bitstreams for icebreaker, mch2022, and a bonus board ;)

    ➡️ github.com/sylefeb/a5k

  22. Congrats @destevez, well deserved for #MaiaSDR !

    Meanwhile @BrunoLevy01 and @sylefeb this might be of interest to you as, during the #SDR Academy conference ( #sdra 2023.sdra.io/ ), they also call for more #FPGA people to submit for next year. A bit like when you Sylvain have presented #Silice to South Indian SDR User Group (SI-SDR-UG) youtu.be/fr4Dst1fQrk?t=10554

  23. And what do you do with a 1280 LUTs #fpga and 32MB of memory? You run Doom of course!!

    This is *very* slow (~0.3 FPS). But it shows that given enough RAM and time, even a small CPU can do a lot!

    Uses machydine QQSPI pmod and @tnt fabulous doom-riscv port. The design is in #Silice.

  24. Source code + bitstream in the #Silice repo (wip branch for now). Hope you'll find it useful!

    github.com/sylefeb/Silice/tree

  25. a5k: Another World hardware VM on the ice40 UP5K #fpga (5280 LUTs, 128KB spram), now running and playable on the magnificent #mch2022 badge!

    Hard to capture, but it looks great. Really fun to play in this format.

    (written in #Silice)

  26. The #Silice pipeline documentation is nearing completion with the new section on pipelines within algorithms: github.com/sylefeb/Silice/blob

    This is a powerful feature that lets you start pipelines in parallel, start them within loops, and have multi-cycle pipeline stages.