This document summarizes an ASIC implementation of a Sobel edge detection accelerator. It begins with an introduction to edge detection and accelerators. It then describes the proposed pipeline architecture of the Sobel accelerator, which takes in pixels from an image and processes them through multiplication, addition and other operations to produce output derivative pixels. The document discusses the ASIC design flow, including frontend steps like simulation, synthesis and DFT insertion, as well as backend steps such as floorplanning, placement, routing and timing analysis. It provides diagrams of the accelerator architecture and screenshots of synthesis reports.