Live data from Hacker News

Viewing profile — gsmecher

gsmecher

HN member
Joined
Tue, Nov 20, 2018, 10:10 PM UTC
HN karma
274
Public activity
63 items

About gsmecher

No profile information was provided.

Recent public activity

  1. comment
    Comment #47580295

    If AI does anything to the EDA space, I hope it helps break the chokehold the "big 3" have on tooling. Any startup that threatens their dominance gets acquired and disappeared. I a…

  2. comment
    Comment #47578330

    I love that VHDL formalizes Verilog's pragmatic blundering, but emphasizing delta-cycle ordering is "inside baseball" and IMO bad marketing. VHDL's approach is conceptually clean, …

  3. comment
    Comment #47007812

    Towards the end of my EE degree in the mid-2000s, I hoodwinked Ralph into dropping by my dingy east-Vancouver rental for a tech demo. I was trying to find a home for my thesis rese…

  4. comment
    Comment #45585141

    There's nothing wrong with an open clone when everybody is acting in good faith. (In fact, "good faith" does not even necessarily mean "according to the letter of the law in $juris…

  5. comment
    Comment #45583217

    Oh my - good find, and also, eek. Analogy: https://datasheet.lcsc.com/lcsc/2302211830_analogysemi-ADX11... TI: https://www.ti.com/lit/ds/symlink/ads1115.pdf Analogy's datasheet is …

  6. comment
    Comment #42091393

    These experiments are always unique, and each is interesting in its own way. Can you comment on the use of asynchronous code rather than generators? For example, here's a throw-awa…

  7. comment
    Comment #41251985

    I've pushed a couple of boulders up this particular hill, and none of them have stayed there. Trouble is, Python is a great stack for communicating with networked instrumentation -…

  8. story
  9. comment
    Comment #39636663

    You should talk with Metrics (metrics.ca), who are walking a similar path and have a few years' head start. They are a solid team and are likely to be open and friendly about their…

  10. comment
    Comment #38740550

    The "language wars" narrative feels pretty played-out, so I'm not going to get drawn into it. In the software world everyone seems to recognize that different languages have differ…

  11. comment
    Comment #38739785

    From 2020. This article is hagiography - while it's worth celebrating how far HDL has come, it's also worth looking into what's holding us back. Verilog is one of those things, so …

  12. comment
    Comment #38736273

    Xilinx/AMD doesn't make overt donations any more AFAIK, but they still subsidize hardware as a loss leader and for academics. For example, academic groups can buy the RFSoC 4x2 boa…

  13. comment
    Comment #38146495

    I posted the Reddit link because it wasn't my insight - but I agree it's a dubious source. That doesn't make it wrong. (I'm not certain it's right, either - it's an interesting cla…

  14. comment
    Comment #38145706

    > This is dead right, the enabling technologies like You fundamentally misunderstand. Soft core CPUs aren't enabling technologies and haven't been for decades. They are plumbing, l…

  15. comment
    Comment #38143201

    According to a Reddit comment [1], this is the same MicroBlaze RTL with a RISC-V instruction decoder in front of it. This seems crazy from a let's-make-the-best-RISCV-core perspect…

  16. comment
    Comment #37772681

    > Depends on what AMD does with Xilinx. Currently the AMD/Xilinx dynamic seems to reverse this: "Depends on what Xilinx does with AMD". AMD's software roadmap for AI/datacentre lea…

  17. comment
    Comment #37274673

    The integrated Ethernet switch is only as useful as its software stack - I say this after an excruciating decade with TI's Sitara devices (and the built-in CPSW ethernet switch.)

  18. comment
    Comment #37003576

    On FPGAs, a register file probably fits better into distributed RAM than block RAM. On Xilinx, for example: a 64-bit register file doesn't map efficiently to Xilinx's RAMB36 primit…

  19. comment
    Comment #37002200

    > What's your issue with Shockley btw? Nobody can pick fights with Shockley any more (he's dead) - but Shockley is almost a household name, and Bardeen/Brattain's aren't. It's wort…

  20. comment
    Comment #36965110

    > everything comes down to datapath. Ain't that the truth. However: Xilinx's DSP58 blocks (Versal devices), and older Intel DSPs, do integrate floating point into the DSP tiles - w…

  21. comment
    Comment #36964188

    Also discussed here: https://old.reddit.com/r/FPGA/comments/15fnb6u/egpu_a_750_mh...

  22. comment
    Comment #36899865

    Project X-Ray [1] and Project U-Ray [2] are the best source for configuration details that Xilinx/AMD doesn't publish. These projects focus, respectively, on the 7-series and Ultra…

  23. comment
    Comment #36682021

    Interesting. If you ever do track down the scuttlebutt on poor-performance internal regulators, please pass it along? I'm not terribly hard to find.

  24. comment
    Comment #36675863

    On the mystery voltage regulator: most OCXOs also provide a regulated reference output on the pin that's marked N/C on this device. This reference is important because the tuning v…

  25. comment
    Comment #36670498

    The software/firmware/hardware stack is layered. Here's what has worked for me, for several FPGA-based instrumentation applications. * Integration level: this is typically Yocto or…