Live data from Hacker News

Viewing profile — oelang

oelang

HN member
Joined
Fri, Sep 07, 2012, 1:43 PM UTC
HN karma
234
Public activity
59 items

About oelang

No profile information was provided.

Recent public activity

  1. comment
    Comment #47580011

    VHDL mostly lost the ASIC consumer market and for some that's the only market that matters, but the hardware design ecosystem is much bigger than that. I wonder what AI will do to …

  2. comment
    Comment #47579817

    (System)Verilog has delta cycles too you know, they call it an event queue, but it's basically the same. It's the direct variable updates that happen outside of this mechanism that…

  3. comment
    Comment #47579725

    It's important to have deterministic simulations and semantics that you can reliably reason about. Both VHDL and SystemVerilog offer this to some extent, but in the case of (System…

  4. comment
    Comment #47579591

    VHDL still dominates in medical, military, avionics, space etc. and it's generally considered the safer RTL language, any industry that requires functional safety seems to prefer i…

  5. comment
    Comment #46185595

    And I wish you read the article, you're comments are completely off topic.

  6. comment
    Comment #40765764

    Jim was involved in the early versions of Zen & M1, I believe he knows. Apples M series looks very impressive because typically, at launch, they are node ahead of the competition, …

  7. comment
    Comment #40668952

    Microsoft recently announced that they run chatgpt 3.5 & 4 on mi300 on Azure and the price/performance is better. https://www.amd.com/en/newsroom/press-releases/2024-5-21-amd...

  8. comment
    Comment #40084800

    AMD is already competitive on inference

  9. comment
    Comment #39665747

    Any sensor that captures a ton of data that needs realtime processing to 'compress' the data before the data can be forwarded to data accumulator. Think MRI or CT scanners but indu…

  10. comment
    Comment #38656758

    The transformer engine is a fairly recent development (april this year I think) so I don't think they're very far behind.

  11. comment
    Comment #38655647

    They have improved their software significantly in the last year, but there is a movement that's broader than AMD that wants to get rid of CUDA. The entire industry is motivated to…

  12. comment
    Comment #38655191

    If you're looking for fair comparisons don't ask nVidias marketing department, those guys are worse than Intel. What AMD did was a true comparison, while nvidia is applying their t…

  13. comment
    Comment #15583898

    > refers to scalability of the syntax And the flexibility of the type system and the advanced type inference.

  14. comment
    Comment #14690818

    Well you're wrong, you can't run VS Code on the cloud.

  15. comment
    Comment #14247546

    There are many examples: a pci-express bus or an application optimized ddr controller or a full tcp/ip stack or a caching/prefetch system or any advanced processor with feedback ..…

  16. comment
    Comment #14238072

    > Where did you get %20 percent number? I get the 20% number from a real world case, guys who converted a huge existing vhdl design into HLS with the help of several Xilinx FAEs, t…

  17. comment
    Comment #14237357

    This is a very old (I think > 15 years ago) competition, the results say nothing about the situation today, both language have changed a lot. It was a PR stunt by the Synopsys guys…

  18. comment
    Comment #14237315

    Let me guess, you were downcasting everything to std_logic_vector? If you have to cast things all the time in VHDL you're not using it correctly. But please enjoy (System)Verilog w…

  19. comment
    Comment #14237052

    The verbosity of VHDL isn't 2x it's more like 20% bigger on average and since VHDL 2008 it's pretty much the same. VHDL can be wordy but it also reads a lot easier & it looks more …

  20. comment
    Comment #14237006

    No they haven't and they are not even close. OpenCL is a bad language for synthesis. The strength of an FPGA is deeply-pipeline-able sequential algorithms. C-based languages just a…

  21. comment
    Comment #14236961

    VHDL is an old version of ADA combined with a build-in discrete event simulator. The syntax, type system, general semantics are all copied from ADA. This is actually a good thing, …

  22. comment
    Comment #14236954

    Be honest though, HLS works well for DSP-like applications, not for anything else. Not every digital design is image processing and if it works well you're still sacrificing ~20% o…

  23. comment
    Comment #13773718

    I'm surprised that you found it to be inconsistent. Care to give some examples?

  24. comment
    Comment #13520630

    How could that dirt be worse than what we have/had on Trump? Does it even matter?

  25. comment
    Comment #13517266

    We're 2017, VHDL 2008 was released 9 years ago, and this book is using VHDL 93.