<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://avlsi.csl.yale.edu/act/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="https://avlsi.csl.yale.edu/act/feed.php">
        <title>The ACT VLSI design tools - config</title>
        <description></description>
        <link>https://avlsi.csl.yale.edu/act/</link>
        <image rdf:resource="https://avlsi.csl.yale.edu/act/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-05-06T10:24:26+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://avlsi.csl.yale.edu/act/doku.php?id=config:expropt&amp;rev=1771899096&amp;do=diff"/>
                <rdf:li rdf:resource="https://avlsi.csl.yale.edu/act/doku.php?id=config:generic&amp;rev=1754154778&amp;do=diff"/>
                <rdf:li rdf:resource="https://avlsi.csl.yale.edu/act/doku.php?id=config:layout&amp;rev=1763551872&amp;do=diff"/>
                <rdf:li rdf:resource="https://avlsi.csl.yale.edu/act/doku.php?id=config:lint&amp;rev=1634641787&amp;do=diff"/>
                <rdf:li rdf:resource="https://avlsi.csl.yale.edu/act/doku.php?id=config:mangling&amp;rev=1742899229&amp;do=diff"/>
                <rdf:li rdf:resource="https://avlsi.csl.yale.edu/act/doku.php?id=config:netlist&amp;rev=1763551571&amp;do=diff"/>
                <rdf:li rdf:resource="https://avlsi.csl.yale.edu/act/doku.php?id=config:runtime&amp;rev=1771856312&amp;do=diff"/>
                <rdf:li rdf:resource="https://avlsi.csl.yale.edu/act/doku.php?id=config:start&amp;rev=1754051968&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://avlsi.csl.yale.edu/act/lib/exe/fetch.php?media=wiki:logo.png">
        <title>The ACT VLSI design tools</title>
        <link>https://avlsi.csl.yale.edu/act/</link>
        <url>https://avlsi.csl.yale.edu/act/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://avlsi.csl.yale.edu/act/doku.php?id=config:expropt&amp;rev=1771899096&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-24T02:11:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>expropt</title>
        <link>https://avlsi.csl.yale.edu/act/doku.php?id=config:expropt&amp;rev=1771899096&amp;do=diff</link>
        <description>Expression Synthesis Configuration

The synthesis section of the configuration file specifies options for circuit synthesis in general. In particular, it has options for the expression optimizer (expropt), which is the interface between the ACT tool-suite and external logic synthesis tools, such as ABC. 
We use these external tools to perform synthesis of expressions into combinational logic by emitting Verilog files which correspond to a logical expression, running the synthesis tool to get a m…</description>
    </item>
    <item rdf:about="https://avlsi.csl.yale.edu/act/doku.php?id=config:generic&amp;rev=1754154778&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-02T17:12:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>generic</title>
        <link>https://avlsi.csl.yale.edu/act/doku.php?id=config:generic&amp;rev=1754154778&amp;do=diff</link>
        <description>General technology configuration

General technology configuration information is stored in global.conf. This file contains information that doesn&#039;t depend on most of the details of the technology provided by the foundry. The only item here that could be viewed as technology-specific corresponds to the transistor flavors supported (i.e. different thresholds, I/O transistors, etc). We normally use a fixed set of names for these transistor flavors in the ACT file, independent of technology.</description>
    </item>
    <item rdf:about="https://avlsi.csl.yale.edu/act/doku.php?id=config:layout&amp;rev=1763551872&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-19T11:31:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>layout</title>
        <link>https://avlsi.csl.yale.edu/act/doku.php?id=config:layout&amp;rev=1763551872&amp;do=diff</link>
        <description>Layout configuration options

The layout configuration parameters have to be selected by examining the design rule manual for the technology of interest. Since these parameters tend to be covered by NDAs, the ones provided below are for illustration purposes only and don&#039;t correspond to any real technology (they are roughly similar to the scalable CMOS rules).</description>
    </item>
    <item rdf:about="https://avlsi.csl.yale.edu/act/doku.php?id=config:lint&amp;rev=1634641787&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-19T11:09:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>lint</title>
        <link>https://avlsi.csl.yale.edu/act/doku.php?id=config:lint&amp;rev=1634641787&amp;do=diff</link>
        <description>Linting configuration options

These options are used to interpret the analog signal traces as digital values. The options are specified within a begin lint/end block.


real Vdd 5.0


This specifies the value of the power supply in volts.


real V_high 4.4
real V_low  0.4</description>
    </item>
    <item rdf:about="https://avlsi.csl.yale.edu/act/doku.php?id=config:mangling&amp;rev=1742899229&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-25T10:40:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mangling</title>
        <link>https://avlsi.csl.yale.edu/act/doku.php?id=config:mangling&amp;rev=1742899229&amp;do=diff</link>
        <description>Name mangling

Suppose we have set the mangling configuration parameters as:


begin act
string mangle_chars &quot;.:()&lt;&gt;[],{}&quot;&quot;
string mangle_letter &quot;_&quot;
end


The mangle_chars string defines the following map:

	*  The first character . maps to 0
	*  The second character</description>
    </item>
    <item rdf:about="https://avlsi.csl.yale.edu/act/doku.php?id=config:netlist&amp;rev=1763551571&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-19T11:26:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>netlist</title>
        <link>https://avlsi.csl.yale.edu/act/doku.php?id=config:netlist&amp;rev=1763551571&amp;do=diff</link>
        <description>Netlist configuration options

The netlist section of the configuration file specifies transistor width defaults, and other information that controls netlist creation from production rules. The configuration file is prs2net.conf, although defaults may be specified in the ACT global configuration.</description>
    </item>
    <item rdf:about="https://avlsi.csl.yale.edu/act/doku.php?id=config:runtime&amp;rev=1771856312&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-23T14:18:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>runtime</title>
        <link>https://avlsi.csl.yale.edu/act/doku.php?id=config:runtime&amp;rev=1771856312&amp;do=diff</link>
        <description>ACT Runtime Configuration

The behavior of the core ACT library and the way an ACT  file is interpreted is typically controlled by command-line options to specific tools. However, there are some common settings that  can be selected using a local ACT configuration file and then passed to the ACT tool using the</description>
    </item>
    <item rdf:about="https://avlsi.csl.yale.edu/act/doku.php?id=config:start&amp;rev=1754051968&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-01T12:39:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://avlsi.csl.yale.edu/act/doku.php?id=config:start&amp;rev=1754051968&amp;do=diff</link>
        <description>ACT Configuration Files

There are a number of language features as well as tools that require some combination of
technology-independent and technology-dependent information. ACT provides a unified configuration file format that can be used to specify this information. This file is automatically read in when the library is initialized through a call to</description>
    </item>
</rdf:RDF>
