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

  • 关于我们
  • 免责声明