A new puzzle has been released that focuses on reverse engineering an Application-Specific Integrated Circuit (ASIC). Participants are given the final mask of a custom-designed ASIC, which includes all its metal, routing, and active transistor layers, along with sample inputs and outputs.
The primary goal of the puzzle is to recover the netlist from the provided layout. Following this, participants must determine the true purpose and functionality of the circuit. The final step involves using the understood chip functionality to deduce a specific output and find a hidden string value.
Modern chip creation begins with hardware description languages like Verilog, which are synthesized into a netlist of logic gates. Electronic design automation tools then place and route these gates, connecting them with metal wires across multiple layers. The output is a GDS file, a geometric description used by foundries to fabricate the silicon. This GDS file contains all the information about the chip's functionality, though it is unlabeled.
Participants are advised to examine the physical arrangement of the circuit for hints regarding its functionality. An isolated section of the design, used for output generation but not affecting the output, can be ignored during initial reverse-engineering. A method to simulate the underlying circuit is necessary to test solutions and obtain the final output. The correct solution is indicated when a specific output signal goes high after toggling the reset signal for each input attempt.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
A new puzzle challenges participants to reverse engineer an Application-Specific Integrated Circuit (ASIC) from its layout, recover its netlist, and determine its function. This initiative aims to engage the community in understanding chip design at a fundamental level.