hwtLib.samples.errors package

Submodules

hwtLib.samples.errors.accessingSubunitInternalIntf module

class hwtLib.samples.errors.accessingSubunitInternalIntf.AccessingSubunitInternalIntf[source]

Bases: hwt.synthesizer.unit.Unit

_declr()[source]

declarations

  • do all declarations of externally accessible objects there (Interfaces)
  • _declr method is called after _config
  • if this object is Unit all interfaces are threaten as externally accessible interfaces if this object is Interface all subinterfaces are loaded
_impl()[source]

implementations

  • implement functionality of design there
  • called after _declr

hwtLib.samples.errors.errorsTestCase module

class hwtLib.samples.errors.errorsTestCase.ErrorsTC(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_accessingSubunitInternalIntf()[source]
test_inconsistentIntfDirection()[source]
test_invalidTypeConnetion()[source]
test_multipleDriversOfChildNet()[source]
test_multipleDriversOfChildNet2()[source]
test_unusedSubunit()[source]
test_unusedSubunit2()[source]

hwtLib.samples.errors.inconsistentIntfDirection module

class hwtLib.samples.errors.inconsistentIntfDirection.InconsistentIntfDirection[source]

Bases: hwt.synthesizer.unit.Unit

_declr()[source]

declarations

  • do all declarations of externally accessible objects there (Interfaces)
  • _declr method is called after _config
  • if this object is Unit all interfaces are threaten as externally accessible interfaces if this object is Interface all subinterfaces are loaded
_impl()[source]

implementations

  • implement functionality of design there
  • called after _declr

hwtLib.samples.errors.invalidTypeConnetion module

class hwtLib.samples.errors.invalidTypeConnetion.InvalidTypeConnetion[source]

Bases: hwt.synthesizer.unit.Unit

_declr()[source]

declarations

  • do all declarations of externally accessible objects there (Interfaces)
  • _declr method is called after _config
  • if this object is Unit all interfaces are threaten as externally accessible interfaces if this object is Interface all subinterfaces are loaded
_impl()[source]

implementations

  • implement functionality of design there
  • called after _declr

hwtLib.samples.errors.multipleDriversOfChildNet module

class hwtLib.samples.errors.multipleDriversOfChildNet.ExampleChild[source]

Bases: hwt.synthesizer.unit.Unit

_declr()[source]

declarations

  • do all declarations of externally accessible objects there (Interfaces)
  • _declr method is called after _config
  • if this object is Unit all interfaces are threaten as externally accessible interfaces if this object is Interface all subinterfaces are loaded
_impl()[source]

implementations

  • implement functionality of design there
  • called after _declr
class hwtLib.samples.errors.multipleDriversOfChildNet.MultipleDriversOfChildNet[source]

Bases: hwt.synthesizer.unit.Unit

_declr()[source]

declarations

  • do all declarations of externally accessible objects there (Interfaces)
  • _declr method is called after _config
  • if this object is Unit all interfaces are threaten as externally accessible interfaces if this object is Interface all subinterfaces are loaded
_impl()[source]

implementations

  • implement functionality of design there
  • called after _declr
class hwtLib.samples.errors.multipleDriversOfChildNet.MultipleDriversOfChildNet2[source]

Bases: hwtLib.samples.errors.multipleDriversOfChildNet.MultipleDriversOfChildNet

_impl()[source]

implementations

  • implement functionality of design there
  • called after _declr

hwtLib.samples.errors.unusedSubunit module

class hwtLib.samples.errors.unusedSubunit.ExampleChild[source]

Bases: hwt.synthesizer.unit.Unit

_declr()[source]

declarations

  • do all declarations of externally accessible objects there (Interfaces)
  • _declr method is called after _config
  • if this object is Unit all interfaces are threaten as externally accessible interfaces if this object is Interface all subinterfaces are loaded
_impl()[source]

implementations

  • implement functionality of design there
  • called after _declr
class hwtLib.samples.errors.unusedSubunit.UnusedSubunit[source]

Bases: hwt.synthesizer.unit.Unit

_declr()[source]

declarations

  • do all declarations of externally accessible objects there (Interfaces)
  • _declr method is called after _config
  • if this object is Unit all interfaces are threaten as externally accessible interfaces if this object is Interface all subinterfaces are loaded
_impl()[source]

implementations

  • implement functionality of design there
  • called after _declr
class hwtLib.samples.errors.unusedSubunit.UnusedSubunit2[source]

Bases: hwt.synthesizer.unit.Unit

_declr()[source]

declarations

  • do all declarations of externally accessible objects there (Interfaces)
  • _declr method is called after _config
  • if this object is Unit all interfaces are threaten as externally accessible interfaces if this object is Interface all subinterfaces are loaded
_impl()[source]

implementations

  • implement functionality of design there
  • called after _declr

Module contents