<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://kreegerresearch.com/wiki/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://kreegerresearch.com/wiki/feed.php">
        <title>Kreeger Research hdl:verilog</title>
        <description></description>
        <link>http://kreegerresearch.com/wiki/</link>
        <image rdf:resource="http://kreegerresearch.com/wiki/lib/tpl/monobook/images/favicon.ico" />
       <dc:date>2026-05-25T12:09:45+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://kreegerresearch.com/wiki/doku.php?id=hdl:verilog:blockingassignments&amp;rev=1263498169&amp;do=diff"/>
                <rdf:li rdf:resource="http://kreegerresearch.com/wiki/doku.php?id=hdl:verilog:icarusverilogsetupmac&amp;rev=1263498169&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://kreegerresearch.com/wiki/lib/tpl/monobook/images/favicon.ico">
        <title>Kreeger Research</title>
        <link>http://kreegerresearch.com/wiki/</link>
        <url>http://kreegerresearch.com/wiki/lib/tpl/monobook/images/favicon.ico</url>
    </image>
    <item rdf:about="http://kreegerresearch.com/wiki/doku.php?id=hdl:verilog:blockingassignments&amp;rev=1263498169&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-14T19:42:49+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>hdl:verilog:blockingassignments</title>
        <link>http://kreegerresearch.com/wiki/doku.php?id=hdl:verilog:blockingassignments&amp;rev=1263498169&amp;do=diff</link>
        <description>Blocking Assignment

The definition of a blocking statement is the execution occurs sequentially from left to right, top to bottom. Verilog has a sequential block of code (between begin and end) each assignment occurs one after another.

Example


module BLOCKING;
  integer A;
  initial $dumpvars(0,BLOCKING);
  initial
    begin
      A = 1; // Do this first, Set A to 1
      A = 2; // Do this second, Set A to 2
      A = #10 3; // Set A to 3 after 10 timesteps
      A = #12 4; // Set A to 4 aft…</description>
    </item>
    <item rdf:about="http://kreegerresearch.com/wiki/doku.php?id=hdl:verilog:icarusverilogsetupmac&amp;rev=1263498169&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-14T19:42:49+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>hdl:verilog:icarusverilogsetupmac</title>
        <link>http://kreegerresearch.com/wiki/doku.php?id=hdl:verilog:icarusverilogsetupmac&amp;rev=1263498169&amp;do=diff</link>
        <description>Icarus Verilog and GTKWave on a Mac

Installation:

The easiest way to install all the software is to use a package manager. I use MacPorts which makes it very easy to install all the dependent packages. Typically MacPorts is installed in a separate directory than the Mac</description>
    </item>
</rdf:RDF>
