BREAKING NEWS: Sachin Katti, Intelβs chief technology and artificial intelligence officer, is leaving the chipmaker for ChatGPT creator OpenAI. www.crn.com/news/compone...
10.11.2025 22:35 β π 1 π 2 π¬ 0 π 0@maxkorbel.bsky.social
Principal Engineer @ Intel, lead for ROHD https://www.maxkorbel.com/ https://github.com/mkorbel1
BREAKING NEWS: Sachin Katti, Intelβs chief technology and artificial intelligence officer, is leaving the chipmaker for ChatGPT creator OpenAI. www.crn.com/news/compone...
10.11.2025 22:35 β π 1 π 2 π¬ 0 π 0I finally got around to doing another Surfer release, so now we're on v0.4.0 π
My personal highlights are the new web assembly based translator system, and the improvements to our waveform control protocol, and you can read the full change log at gitlab.com/surfer-proje...
π§© Want the details behind AI-accelerated hardware design?
Desmond Kirkpatrickβs blog shows how ROHD and LLMs enable agile, test-driven hardware evolution.
π buff.ly/kKimODN
Join the community π buff.ly/MKcOpvD
#AI #EDA #OpenSourceHardware #Hardware #ROHD
π AI isnβt just for software engineers anymore!
Intelβs Desmond Kirkpatrick shows how LLMs + the ROHD framework can assist hardware engineers in real-time design and verification.
π₯ Watch: buff.ly/VQTogJb
#AI #HardwareDesign #ROHD #AgileHardware #OpenSource #Semiconductors
I've been experimenting with using the new analyzer plugin API for code generation, and it's actually really cool!
β‘οΈ Instant code generation
π¬ Surgical updates in the same file
π Report outdated/wrong code as lint warnings
πͺ Auto-regenerate outdated/wrong code via 'dart fix'
Announcing ROHD Bridge v0.1.2! This update comes with some big improvements based on user feedback: bug fixes, improved error messages, and more API flexibility.
See the full changelog here:
ROHD unlocks modern software patterns to generate hardware! This excellent blog post by Desmond A Kirkpatrick shows how natural it is to develop a recursive algorithm into succinct, verifiable hardware -- starting from the equivalent algorithm in software!
07.10.2025 22:36 β π 0 π 0 π¬ 0 π 0The ROHD Hardware Component Library (ROHD-HCL) has released v0.2.1, enhancing its features with new components like dot products, memory init, sign magnitude, more arithmetic operators, sign extension in reduction trees, typed FIFOs. Full change log: buff.ly/WHsLiGn.
27.09.2025 22:36 β π 0 π 0 π¬ 0 π 0Jaspr 0.21.0 is out! πΎ
It comes with:
βοΈ Simpler and more Flutter-like syntax
πͺ Optimized performance and stability
π¨ More styling properties
Oh, and all breaking changes can be migrated fully automatically.
Check π§΅for details
This is so cool!
23.09.2025 03:23 β π 0 π 0 π¬ 0 π 0This Friday I successfully defended my PhD π If you want to watch a recording of the defense there is a recording here vimeo.com/1114208379/89dcd4f302
31.08.2025 06:54 β π 19 π 3 π¬ 0 π 0I tried adding a dual boot Ubuntu with Omakub (omakub.org) to my personal laptop (Dell XPS Plus 13), and it's pretty good! Surprisingly, it gets way less hot, the battery lasts longer, and things feel very snappy, I guess without the bloat.
29.08.2025 17:40 β π 3 π 0 π¬ 0 π 0I'm excited to share that I've joined the CHIPS Alliance governing board as the representative for Intel Corporation! I am looking forward to further contribute to open source hardware.
26.08.2025 22:36 β π 1 π 0 π¬ 0 π 0Announcing ROHD Bridge!! The best way to connect and assemble large hardware designs, now joining the rest of the ROHD ecosystem. ROHD Bridge is extremely fast, flexible, powerful, and modern.
See the announcement blog post for more details:
Build better hardware faster with ROHD v0.6.6! This version introduces new features for "cloning" signals and interfaces, and automates inferring and constructing matching types for structs, ports, etc. These enhancements boost type safety, consistency, and EDA development.
16.08.2025 22:36 β π 1 π 0 π¬ 0 π 0Want to build hardware with AI? ROHD with the new Dart MCP server is your best bet! Dart 3.9 now better supports tools like Cursor and GitHub Copilot for error fixing, dependency management, and code correction, significantly boosting HW dev. Don't miss out! Learn more about ROHD: buff.ly/2waUTww
15.08.2025 17:40 β π 0 π 0 π¬ 0 π 0"How do FPGAs execute blocking assignments in one clock cycle?"
Is the perfect question to frame common learning curve hurdles that folks need to get over when learning HDL.
www.reddit.com/r/FPGA/comme...
#fpga #hardware #verilog #vhdl #hdl #rtl #hls #asic #eda
This is really cool!
09.08.2025 03:07 β π 1 π 0 π¬ 1 π 0Announcing v0.6.4 of ROHD! It's never been a better time to accelerate the way you develop hardware.
This release has some nice bug fixes, performance enhancements, and new convenient APIs for SynthBuilder and FiniteStateMachine. Check it out!
Beautiful! github.com/flutter/flut...
12.07.2025 09:50 β π 6 π 1 π¬ 0 π 0ROHD enables some really powerful abstraction! In this video, Desmond Kirkpatrick builds and uses advanced data types for a real feature in ROHD-HCL: implementation of floating point DAZ, FTZ, and subnormal as zero!
11.07.2025 17:40 β π 0 π 0 π¬ 0 π 0Curious about the future of hardware design? Announcing ROHD-HCL v0.2.0!
This release has tons of new stuff, including arbitrary-width floating/fixed point arithmetics, reduction trees, clock gating, counters, finders, error correcting, standard interfaces, and much more for free! buff.ly/6eyZEOi
Pretty nice! I guess the `sliding_window` infers the `N` to keep based on what it's zipped with?
I tried to sketch something similar in ROHD to compare. Leveraged the `ShiftRegister` from the library, had to put explicit `clk` and explicit `depth`, and don't have a nice extension (yet?) for `sum`.
Jaspr is now mentioned on dart.dev/web as a great way to build websites with @dart.dev ! π―
It's so cool to finally see this on the official site. π€©
My thesis is now published online! π
urn.kb.se/resolve?urn=...
Me and a friend (Well mostly my friend, she did most of the design work) built a fully analog flappy bird last weekend
No digital logic, just ~30 op amps and 70-80 resistors, a bunch of capacitors and a few analog switches. All assembled during a 48 hour game jam
Exciting update for hardware developers! DartPad now features Google Gemini, enabling AI-driven hardware design in your browser with no setup needed. LLMs excel with ROHD as it's in Dart, not SV. Try a simple ROHD counter example by adding an int argument for increment amount: buff.ly/N5NCYpb
11.04.2025 17:40 β π 0 π 0 π¬ 0 π 0π’ Announcing the official Jaspr VSCode extension!
β
New Project Templates
β
Debugging Support
β
Integrated Jaspr Commands
This makes it easier than ever to create and run your website with Jaspr! Link below π
On Sunday we're hosting LATTE β, our workshop on Languages and Tools for Accelerator design! We have 15 super cool papers and plenty of time for discussion!
You can attend virtually via zoom or in person with #asplos in Rotterdam capra.cs.cornell.edu/latte25/