デバッグソリューションズホームへ

1.はじめに

2.使用される単語

3.文法定義表記方法

4.文法定義

4.1 BSDLの構造

4.2 Generic

parameter文

4.3 Logical port

description文

4.4 Standard use文

4.5 Use文

4.6 Compornent

conformance文

4.7 Device package

pinmappings文

4.8 Grouped port

identification文

4.9 Scan port

identification文

4.10 Compliance enabel

description文

4.11 Instruction register

description文

4.12 Optional register

description文

4.13 Register access

description文

4.14 Boundary register

description文

4.15 RUNBIST

description文

4.16 INTEST description

4.17 User extensions

to BSDL

4.18 Design Warning文

 

5.Standard VHDL

Package

5.1 1990年版

5.2 1994年版

5.3 2001年版

 

6.各バージョンにおける

  DEBSOLホームへ

 

4.文法定義

4.1 BSDLの構造について

BSDLの構造は以下のような構造をとらなければなりません。

  <BSDL description>

::=

    entity <component name> is
      <generic parameter>
      <logical port description>
      <standard use statement>
      {<use statement>}
      <component conformance statement>
      <device package pin mappings>
      [<grouped port identificeation>]
      <scan port identification>
      [<compliance enable description>]
      <instruction register description>
      [<optional register description>]
      [<register access description>]
      <boundary−scan register description>
      [<runbist description>]
      [<intest description>]
      {<BSDL extentions>}
      [<design warning>]
    end <component name>;

※BSDL表記においては、その要素順序は上記の構造であらわされる順序をまもらなければなりません。