HN user

mrmax99

5 karma
Posts1
Comments6
View on HN

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-driven, synthesizable hardware using Dart.

Video demo: https://www.youtube.com/watch?v=SAPAi8Y4Z68 Blog post: https://intel.github.io/rohd-website/blog/ai-accelerated-agi...

The approach combines agile principles, built-in simulation, and AI-guided iteration.

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 Python than C. Adding capabilities to VHDL/SystemVerilog is very difficult since many vendors and tools have to implement it, and if any of them don't support it the whole feature can't be used.