Live data from Hacker News

Viewing profile — lkcl

lkcl

HN member
Joined
Sat, Nov 29, 2008, 10:43 AM UTC
HN karma
74
Public activity
86 items

About lkcl

No profile information was provided.

Recent public activity

  1. comment
    Comment #27795606

    yes. it is however a test ASIC. therefore it has no on-board boot ROM, and has to have programs uploaded to it over JTAG.

  2. comment
    Comment #27792416

    we use nmigen (python-based OO HDL) which through yosys generates verilog as an automatic step. 180nm is still by far and above the world's most heavily-used geometry, because the …

  3. comment
    Comment #27787132

    thx phndrenad2. funny i just searched "chisel gpu" and found two: https://github.com/jbush001/ChiselGPU https://github.com/Chlorophytus/broccoli half-float we'd like to do by using…

  4. comment
    Comment #27782929

    you can get a pretty good idea right now, the simulator is functional and the unit tests include explanations in english: https://git.libre-soc.org/?p=openpower-isa.git;a=tree;f=sr…

  5. comment
    Comment #27782884

    yes, so the "normal" way that GPUs work is: the architecture and the ISA are so staggeringly optimised they're completely incompatible and incapable of running standard (general-pu…

  6. comment
    Comment #27781938

    they both have the same connections on the outside (they both have the same "netlist") and you can use the exact same SPICE model (a transistor-level simulation) but usually they'r…

  7. comment
    Comment #27781875

    we'll be going as far as is practical and pragmatic with the actual hardware, and still actually meet user-expectations. firmware, bootloader, OS, drivers, BIOS: definitely.

  8. comment
    Comment #27779328

    > Also, as your webpage states, you signed TSMC's NDA: FALSE. again. i do not work for LIP6. i do not work for Chips4Makers. i am an independent *LIBRE* Developer. i have NEVVERRRR…

  9. comment
    Comment #27778945

    you'll be fascinated to know that we picked a python-based (Object-Orientated) HDL - nmigen - for exactly this reason. we've developed a dynamically SIMD-partitionable-maskable set…

  10. comment
    Comment #27778879

    yehyeh, or you bought a winmodem over 15 years ago, someone told you "hey you have to upgrade to windows 10", it downloads over your 56k Dialup winmodem, reboots... and... no drive…

  11. comment
    Comment #27778830

    ultimately what we'd like to see is entirely NDA-free PDKs even for 12nm and below, and you can run the VLSI tools and generate the EXACT GDS-II yourself, then yes, de-cap the proc…

  12. comment
    Comment #27778787

    thanks :)

  13. comment
    Comment #27778783

    no, it's pretty basic, and implicit: it's the (newly-created) "Scalar Fixed-Point Compliancy Subset) - i added a bit to the wikipedia page last month about them https://en.wikipedi…

  14. comment
    Comment #27778704

    we used an entirely Libre-licensed VLSI "compiler", which takes HDL as input and spits out fully-completed GDS-II Files. the problem with this particular irate individual is that h…

  15. comment
    Comment #27778652

    HDL source code: https://git.libre-soc.org/?p=soc.git;a=summary Coriolis2 source code: http://coriolis.lip6.fr/ Chips4Makers FlexLib Cell Library based on FreePDK45: https://gitlab…

  16. comment
    Comment #27778630

    > The POWER/PowerPC ISA is still widely used in safety-critical avionics and in the Mars Rover, which is a radiation-hardened 133mhz 32-bit Power ISA system.

  17. comment
    Comment #27778626

    yes, Chips4Makers http://chips4makers.io will help anyone who wants to do a 360nm ASIC, the costs are ridiculously cheap. like... EUR 1750 for 20 MPW samples, something mad, who wo…

  18. comment
    Comment #27778551

    interestingly, Libre-SOC and NLnet's funding pre-dates the google-sponsored Skywater 130nm process. also, because it's funded by NLnet we're not dependent on google, don't have to …

  19. story
  20. comment
    Comment #27301409

    "Attests the software version is the version that is valid and shipped by the Oxide Computer Company" this makes "Oxide Computer Company" the primary target and point of vulnerabil…

  21. comment
    Comment #26179005

    this is what we're doing in Libre-SOC, and using standard python software engineering practices (writing unit tests at every step of the way) to do it. some of those unit tests are…

  22. comment
    Comment #26153148

    unfortunately the data still has to be in a full 32BPP framebuffer (in order for 2D or 3D Window Managers to write to it). all the graphics software will write at that full 32BPP r…

  23. comment
    Comment #26141736

    yes. HDCP has "infected" HDMI, eDP, USB-C and so on. this can entirely be avoided with: * TFP410a (RGBTTL to DVI/HDMI) * SN75LVDS83b (RGBTTL to LVDS) * SSD2828 (RGBTTL to MIPI) * v…

  24. comment
    Comment #26136149

    Jeff's evaluation of GPLGPU is fascinating: https://jbush001.github.io/2016/07/24/gplgpu-walkthrough.htm... you are absolutely correct in that everything has moved on from "Fixed F…

  25. comment
    Comment #26136120

    allo jeff nice to see you're around :) thank you so much for the time you spend guiding me through nyuzi. also for explaining the value of the metric "pixels / clock" as a measure …