logo
  • 教程列表
  • SO官方文檔
  • vhdl 入門
    • 訊號與變數簡要概述了 VHDL 的模擬語義
    • 同步計數器
    • 安裝或設定
    • Hello World
    • 同步計數器的模擬環境
  1. StackOverflow 文件
  2. vhdl 教程
  3. vhdl 入門
  4. Hello World

Hello World

Created: November-22, 2018

有許多方法可以列印經典的 Hello World! VHDL 中的訊息。最簡單的可能是:

-- File hello_world.vhd
entity hello_world is
end entity hello_world;

architecture arc of hello_world is
begin
  assert false report "Hello world!" severity note;
end architecture arc;
  • 同步計數器的模擬環境
  • 安裝或設定

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明