<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.pythonclub.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.pythonclub.org/feed.php">
        <title>Python 俱乐部 vlsi:redhawk</title>
        <description></description>
        <link>http://www.pythonclub.org/</link>
        <image rdf:resource="http://www.pythonclub.org/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-07-13T05:52:48+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.pythonclub.org/vlsi/redhawk/def-ploc?rev=1315884899&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.pythonclub.org/vlsi/redhawk/mem-gds2def?rev=1321239182&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.pythonclub.org/vlsi/redhawk/overlay?rev=1322621925&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.pythonclub.org/vlsi/redhawk/pvt-corner?rev=1315192061&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.pythonclub.org/vlsi/redhawk/rhe-threshold?rev=1320136056&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.pythonclub.org/vlsi/redhawk/start?rev=1322618250&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.pythonclub.org/vlsi/redhawk/tech?rev=1315191231&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.pythonclub.org/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Python 俱乐部</title>
        <link>http://www.pythonclub.org/</link>
        <url>http://www.pythonclub.org/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.pythonclub.org/vlsi/redhawk/def-ploc?rev=1315884899&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-13T03:34:59+00:00</dc:date>
        <title>Create Ploc File From DEF File</title>
        <link>http://www.pythonclub.org/vlsi/redhawk/def-ploc?rev=1315884899&amp;do=diff</link>
        <description>Create Ploc File From DEF File

Ploc File Format

Following is the syntax for a standard *.ploc file with no package model: 


&lt;die_pad_name&gt; &lt;X-coord&gt; &lt;Y-coord&gt; &lt;layer&gt; &lt;POWER | GROUND&gt;


If you want to include a package subcircuit model, then the syntax of the .ploc file should be modified as follows:</description>
    </item>
    <item rdf:about="http://www.pythonclub.org/vlsi/redhawk/mem-gds2def?rev=1321239182&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-14T02:53:02+00:00</dc:date>
        <title>Memory GDS convert to DEF (gds2def)</title>
        <link>http://www.pythonclub.org/vlsi/redhawk/mem-gds2def?rev=1321239182&amp;do=diff</link>
        <description>Memory GDS convert to DEF (gds2def)


#! /tools/cfr/bin/python

import os
import re

cfg_content_patt = &quot;&quot;&quot;

TOP_CELL		  %s
GDS_MAP_FILE	/tools/fip40.3/lsi40nm_3.0/tsmc_cln40g/shared/apache/gds2def/lsi40_7+2.layermap
GDS_FILE		  %s
LEF_FILE	    %s

VDD_NETS {
  VDD09
}
GND_NETS {
  VSS
}

CORE_EXTRACTION_STARTING_LAYER  	M2
EXTRACTION_STARTING_LAYER       		M3

MEMORY_CELL	auto_detect
CHECK_TRACING	1

&quot;&quot;&quot;

def genrate_gds2def_cfg(mem_list, mem_model_dir):
  cfg_files = []
  for mem in mem_list:
…</description>
    </item>
    <item rdf:about="http://www.pythonclub.org/vlsi/redhawk/overlay?rev=1322621925&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-30T02:58:45+00:00</dc:date>
        <title>Overlay Cell in Redhawk</title>
        <link>http://www.pythonclub.org/vlsi/redhawk/overlay?rev=1322621925&amp;do=diff</link>
        <description>Overlay Cell in Redhawk

Step to add overlay cell in RedHawk:

	*  ICC: dump overlay power mesh
	*  ICC: add overlay power mesh to top
	*  ICC: add PG via between top and overlay cell
	*  ICC: stream out overlay cell as GDSII
	*  gds2def: convert overlay GDSII to DEF</description>
    </item>
    <item rdf:about="http://www.pythonclub.org/vlsi/redhawk/pvt-corner?rev=1315192061&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-05T03:07:41+00:00</dc:date>
        <title>RedHawk PVT Corner Requirements</title>
        <link>http://www.pythonclub.org/vlsi/redhawk/pvt-corner?rev=1315192061&amp;do=diff</link>
        <description>RedHawk PVT Corner Requirements

The following PVT corner should be used when selecting liberty files, generating spef file, and setting of temperature of Redhawk run.  

Process Corner

Fast corner is recommended.

Temperature

125C is recommended because of the highest power grid resistance, and highest leakage power at this temperature.  However, -40C is also recommended as an additional corner because of the highest dynamic peak current at this temperature.</description>
    </item>
    <item rdf:about="http://www.pythonclub.org/vlsi/redhawk/rhe-threshold?rev=1320136056&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-01T08:27:36+00:00</dc:date>
        <title>RedHawk Explorer Threshold Template</title>
        <link>http://www.pythonclub.org/vlsi/redhawk/rhe-threshold?rev=1320136056&amp;do=diff</link>
        <description>RedHawk Explorer Threshold Template


############################ RHE Thresholds ################################

set rhe_bucket_size 50
set rhe_enable_DWE 1
set rhe_enable_DIE 1
set rhe_enable_HSE 1
set rhe_dvd_check_type minWC

############################ DWE Thresholds ################################


# Power_distribution_quality_check
# Checks whether the power density in any bucket is greater than N times the chip average power density.


set rhe_enable_power_distribution_check 1
set r…</description>
    </item>
    <item rdf:about="http://www.pythonclub.org/vlsi/redhawk/start?rev=1322618250&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-30T01:57:30+00:00</dc:date>
        <title>RedHawk</title>
        <link>http://www.pythonclub.org/vlsi/redhawk/start?rev=1322618250&amp;do=diff</link>
        <description>RedHawk

RedHawk is a power analysis tool from Apache(ANSYS).

Data Prepare

	*  RedHawk Tech File

	*  RedHawk PVT Corner Requirements

	*  Create Ploc File From DEF File

	*  RedHawk GSR: lsi_rhsetup

IP/Memory Prepare

	*  Overlay Cell in Redhawk
	*  analogue

Template File

	*  RedHawk Explorer Threshold Template

Scripts

	*  Memory GDS convert to DEF (gds2def)</description>
    </item>
    <item rdf:about="http://www.pythonclub.org/vlsi/redhawk/tech?rev=1315191231&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-05T02:53:51+00:00</dc:date>
        <title>RedHawk Tech File</title>
        <link>http://www.pythonclub.org/vlsi/redhawk/tech?rev=1315191231&amp;do=diff</link>
        <description>RedHawk Tech File

Generate Tehc File for RedHawk

from Synopsys StarRC Tech File

Using redhawk utilty rhtehc to generate tech file from STARRC-XT file


204:zx211100@shaltc02:design_data &gt;&gt; rhtech 
#############################################################
#                                                           #
#  Copyright (C) 2001-2010 Apache Design Solutions, Inc.    #
#         rhtech: RedHawk Technology Translator             #
#         version: 10.1                             …</description>
    </item>
</rdf:RDF>
