Skip to content

lnis-uofu/GF12_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GF12_template

Getting Started

  1. Checkout the repository
git clone git@github.com:lnis-uofu/GF12_template.git
  1. Source tools
source setup_env.sh

*note If you need to change the version to align with PDK you need to copy and modify these setup scripts and then point the source command to the newly copied and modified .sh files

Synthesizing your design

  1. Define your PDK using the design_compiler/.synopsys_dc.setup

*note 1. This file is hidden

*note 2. This needs to be a .db file. Use lc_shell to convert from .lib if necessary

note 3. If there are multiple .db files use the following format: set link_library "<.db> <*.db>"

  1. Define HDL in design_compiler/HDL/RTL

  2. Set 'design' variable to top level verilog module

  3. Open DesignCompiler and source synthesis.tcl

dc_shell -f SCRIPTS/synthesis.tcl
  1. Results are in RPT/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published