Jane Street의 ASIC 리버스 엔지니어링 챌린지에 대한 내용.
Jane Street는 ASIC 리버스 엔지니어링 챌린지를 개최하며, 참가자는 GDS 파일을 이용해 회로를 복원해야 합니다. 이를 위해 <code>gdstk</code>와 SKY130 문서를 활용하여 도형, 레이어 및 핀을 식별하고, 배선을 그래프로 합쳐 Verilog 회로로 변환하는 과정을 수행합니다. 참가자는 120비트 입력에 숨겨진 정답을 찾아야 합니다.
Overview of the Jane Street ASIC reverse engineering challenge.
Jane Street is hosting an ASIC reverse engineering challenge where participants must restore circuits from GDS files. To do this, they utilize <code>gdstk</code> and the SKY130 documentation to identify shapes, layers, and pins, merging the interconnecting wires into a graph to convert into executable Verilog circuits. The objective is to uncover the hidden answer from a 120-bit input.