Live data from Hacker News

Viewing profile — mrmax99

mrmax99

HN member
Joined
Tue, Jul 28, 2020, 2:57 AM UTC
HN karma
5
Public activity
7 items

About mrmax99

No profile information was provided.

Recent public activity

  1. comment
    Comment #45894737

    Intel's Desmond Kirkpatrick demonstrates how LLMs can assist in real hardware design, not just software. Using the ROHD framework, AI works inside the design loop to develop test-d…

  2. story
  3. comment
    Comment #38881156

    There's some detail on that here: https://intel.github.io/rohd-website/get-started/overview/#w...

  4. comment
    Comment #38789881

    Hey, I'm the lead for that! I think it addresses a lot of the problems raised in these comments about Chisel and other generator frameworks. Happy to answer questions! https://inte…

  5. comment
    Comment #38789848

    Hardware generator frameworks allow you to use a full-powered modern software language to control generation of hardware. Think about why it may be easier to implement something in…

  6. comment
    Comment #38789822

    ROHD ( https://intel.github.io/rohd-website/ ) is sort of similar to Chisel on the design side (Dart instead of Scala), plus a big focus on verification. It has explicit clock and …

  7. comment
    Comment #38789807

    You may find ROHD to be interesting, since it takes a very serious approach to verification and even has a simulator built-in! https://intel.github.io/rohd-website/