<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>goforit55</author_name>
  <author_url>https://blog.hatena.ne.jp/goforit55/</author_url>
  <blog_title>goforit55の日記</blog_title>
  <blog_url>https://goforit55.hatenadiary.org/</blog_url>
  <categories>
    <anon>SystemVerilog</anon>
  </categories>
  <description>クラスの基本的な使い方 クラスを使う場合は、クラスを宣言した後に手続き文(initial、always)内で「クラス名=new();」と書くことでインスタンスが生成される。 クラスというのは動的に生成するものなので、モジュールのインスタンス生成と異なり、宣言するだけでは実体が生成されない、ということらしい。 class test; function new(); $display(&quot;%t:new&quot;, $time); endfunction task print(input string str); $display(&quot;%t:%s&quot;, $time, str); endtask endclass …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgoforit55.hatenadiary.org%2Fentry%2F20110509%2F1304957447&quot; title=&quot;classを使ってみる - goforit55の日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-05-09 01:10:47</published>
  <title>classを使ってみる</title>
  <type>rich</type>
  <url>https://goforit55.hatenadiary.org/entry/20110509/1304957447</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
