1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00

ASIC IMPLEMENTATION DIRECTORY STRUCTURE

This folder contains the recommended directory structure for implementing ASICs using OH! The directory structure is based on two decades of chip design experience (from 0.35um to 14nm) and is currently being used by Adapteva to design Epiphany based ASICs.

The structure is designed to simplify implementation scripts and maximize portability across:

  • multiple foundries
  • multiple process nodes
  • multiple IP vendors
  • multiple EDA vendors

To visualize the directory structure, install a program like 'tree'.

sudo apt-get install tree

DIRECTORY STRUCTURE & NAMING METHODOLOGY

alt tag

  • docs: Contains common documents and design guidelines
  • foundry name(foundry1): tsmc, gf, tower, smic, umc, etc
  • process name(process1): 28slp, 65g, etc
  • hard ip name: stdlib, io, sram, serdes, etc
  • IP company name(ipco1): arm, synopsys, cadence, tsmc, etc
  • eda name(eda1): synopsys, cadence, mentor, etc

CONTRIBUTION NEEDED

Non-disclosure agreements prevent populating the directory with exact script and process details. If you have access to an open process, then please do subnmit a PR with a populated technology tree