3行为模型.pptVIP

  • 7
  • 0
  • 约9.57千字
  • 约 29页
  • 2016-12-28 发布于北京
  • 举报
VHDL教程 第3章 Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile 5.2.0.0. Copyright 2004-2011 Aspose Pty Ltd. architecture str of mux21a is begin process (a, b, s) variable O,AA,AB:BIT; begin O:=not s; AA:=O and a; AB:=s and b; y=AA or AB; end process; end architecture str; 实体的行为被定义成一系列按照一定顺序执行的语句 模型的行为风格 Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile 5.2.0.0. Copyright 2004-2011 Aspose Pty Ltd. 3.1 实 体 3.1.1 实体语句结构 实体声明的语句结构: ENTITY 实体名 IS [GENERIC ( 类属表 );] [PORT ( 端口表 );] END ENTITY 实体名

文档评论(0)

1亿VIP精品文档

相关文档