hardware-design

Tag

Cards List
#hardware-design

Formally Verified Synthesizable Floating-Point Data Types in ARCH HDL

arXiv cs.CL · 15h ago Cached

This paper presents the design and end-to-end formal verification of IEEE-754 binary32 and bfloat16 arithmetic for ARCH HDL, a hardware description language intended for AI model generation. The operators are proven correctly rounded using a hybrid approach combining exhaustive SMT equivalence checking and Lean 4 proofs, with synthesizable SystemVerilog output.

0 favorites 0 likes
#hardware-design

Running Doom on Our Custom CPU and Going Viral

Hacker News Top · 2026-07-21 Cached

The author describes designing a custom CPU at the logic gate level, integrating DDR3 memory with cache, and successfully running Doom on an FPGA, which went viral.

0 favorites 0 likes
#hardware-design

Can AI build a jet engine? JARVIS Challenge tests role of AI copilots in tough-tech engineering

MIT News — Artificial Intelligence · 2026-07-14 Cached

MIT's JARVIS Challenge tested whether AI can accelerate the design, build, and test of a jet engine, finding that AI speeds up engineering but human judgment and manufacturing remain critical.

0 favorites 0 likes
#hardware-design

@yashetal: Growing Boolean circuits never looked cool but now it is

X AI KOLs Timeline · 2026-07-14 Cached

Alex Mordvintsev introduces MorphoHDL, a minimal language prototype for growing boolean circuits using size-agnostic graph rewrite rules.

0 favorites 0 likes
#hardware-design

Book: RISC-V System-on-Chip Design

Hacker News Top · 2026-07-09 Cached

A textbook covering the detailed design of RISC-V microprocessors and system-on-chip, including open-source SystemVerilog code and test cases for single-issue, superscalar, and multicore implementations.

0 favorites 0 likes
#hardware-design

@wafer_ai: 6 NVIDIA competitors all found the same weakness in CUDA @gpuemi wrote deep dives on 6 nvidia competitors. different te…

X AI KOLs Following · 2026-07-06 Cached

A thread analyzing how six AI chip competitors (Tenstorrent, Cerebras, Trainium, TPU, SambaNova, Furiosa) all independently abandoned traditional GPU features like hardware caches and threads, using software-managed SRAM and different programming models, contrasting with NVIDIA's CUDA approach.

0 favorites 0 likes
#hardware-design

Home made GPU escalated quickly [video]

Hacker News Top · 2026-07-05 Cached

The author built a DIY GPU-like parallel computing cluster using 65536 low-cost RISC-V microcontrollers (CH570), achieving QVGA resolution rendering, and solved engineering challenges such as power supply, heat dissipation, and programming automation.

0 favorites 0 likes
#hardware-design

AgRefactor: Self-Evolving Agentic Workflow for HLS Compatibility and Performance

arXiv cs.AI · 2026-07-01 Cached

AgRefactor is an LLM-based multi-agent workflow for refactoring software into HLS-compatible programs, featuring a self-evolving memory system and automated refactoring tools, achieving significant speedups on real-world benchmarks.

0 favorites 0 likes
#hardware-design

@dair_ai: Cool new paper from NVIDIA. Looks like agentic coding is moving into hardware design. HORIZON treats hardware design as…

X AI KOLs Following · 2026-06-30 Cached

NVIDIA proposes HORIZON, a self-evolving agent framework that treats hardware design as repository-level code evolution, achieving 100% benchmark completion across several hardware design suites.

0 favorites 0 likes
#hardware-design

Show HN: We built an 8-bit CPU as 2nd year EE students

Hacker News Top · 2026-06-15 Cached

A fully functional 8-bit Harvard architecture CPU built from individual logic gates, designed in Logisim-Evolution, with open-source files and documentation. Created by second-year EE students.

0 favorites 0 likes
#hardware-design

The adder at the heart of Intel's 8087 floating-point chip

Hacker News Top · 2026-06-13 Cached

This article reverse-engineers the 69-bit adder at the core of Intel's 8087 floating-point coprocessor from 1980, explaining its architecture and carry-chain techniques.

0 favorites 0 likes
#hardware-design

Device Clock Generation

Hacker News Top · 2026-06-12 Cached

A technical blog post discussing methods for generating device clocks in FPGA and ASIC designs for interfacing with peripherals such as NOR flash and NAND flash.

0 favorites 0 likes
#hardware-design

Structured Testbench Generation for LLM-Driven HDL Design and Verification-Oriented Data Curation

arXiv cs.AI · 2026-06-12 Cached

This paper presents STG, a structured testbench generation framework for LLM-driven hardware design workflows that reduces token cost and improves verification reliability compared to existing prompt-based approaches.

0 favorites 0 likes
#hardware-design

OpenRTLSet: A Fully Open-Source Dataset for Large Language Model-based Verilog Module Design

arXiv cs.CL · 2026-06-10 Cached

OpenRTLSet introduces the largest fully open-source dataset for hardware design with over 131,000 Verilog code samples, enabling fine-tuning of LLMs for Verilog code generation.

0 favorites 0 likes
#hardware-design

Alpha-RTL: Test-Time Training for RTL Hardware Optimization

arXiv cs.LG · 2026-06-05 Cached

Alpha-RTL (TTT-RTL) introduces a test-time training framework for RTL hardware optimization, using reinforcement learning with EDA feedback to refine LLM-generated designs. It achieves significant PPA reductions on benchmarks.

0 favorites 0 likes
#hardware-design

StepPRM-RTL: Stepwise Process-Reward Guided LLM Fine-Tuning for Enhanced RTL Synthesis

arXiv cs.AI · 2026-06-04 Cached

StepPRM-RTL is a novel framework combining stepwise trajectory modeling, process-reward modeling (PRM), and retrieval-augmented fine-tuning (RAFT) to improve LLM-based RTL code generation for Verilog and VHDL, outperforming prior methods by over 10% in functional correctness metrics.

0 favorites 0 likes
#hardware-design

Verilog-Evolve: Feedback-Driven and Skill-Evolving Verilog Generation

arXiv cs.CL · 2026-05-27 Cached

Verilog-Evolve is a feedback-driven framework that iteratively refines Verilog code generated by large language models, using functional simulation, synthesis, and timing metrics to promote better candidates and evolve reusable repair skills across tasks.

0 favorites 0 likes
#hardware-design

Back to the Building Blocks’ Building Blocks

Lobsters Hottest · 2026-05-27 Cached

The article draws parallels between the security flaws in C/C++ and those in Verilog, arguing that the hardware description language's design leads to bugs and that the industry should invest in safer alternatives, similar to the push for memory-safe programming languages in software.

0 favorites 0 likes
#hardware-design

@BenjaminDEKR: I am building a custom wrist-mounted diving computer, using AI-assisted CAD... This uses actual component geometries an…

X AI KOLs Following · 2026-05-22 Cached

A developer is using AI-assisted CAD (Claude Code) to design a custom wrist-mounted diving computer, compressing what was a multi-week design process into a weekend project. The final device will be 3D-printed and run the Bühlmann ZHL-16C decompression algorithm.

0 favorites 0 likes
#hardware-design

CPPL: A Circuit Prompt Programming Language

Hacker News Top · 2026-05-21 Cached

CPPL is a compiler-mediated framework that bridges LLMs and hardware design by using a Python DSL and JSON-based intermediate representation to enable statically checkable, optimizable RTL generation.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback