以下の内容はhttps://shuzo-kino.hateblo.jp/entry/2018/05/03/235452より取得しました。


VHDLにおけるIF文

count: process(clock)
  begin
    if rising_edge(clock) then
      if switch1 =1then
        if switch2 =1then
          output_signal <=1;
        else
          output_signal <=0;
        end if;
      end if;
  end if;
end process;



以上の内容はhttps://shuzo-kino.hateblo.jp/entry/2018/05/03/235452より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14