Skip to content

Latest commit

 

History

History

docs

duh-documents

DUH operates with JSON5 "duh-documents" that descibe hardware blocks. The format of duh-documents is inspired by IP-XACT semantics. Duh-documents can describe Components or Designs.

component

Component duh-documents collects information about a single hardware block without expressing internal structure or hierarchy and contains the following:

See more: components

design

Design duh-documents captures hierarchy of the block composed from one or more Components or Designs, and contains following:

  • name, version
  • dependencies
  • instances
  • parameter values
  • connections
  • design generation flow

See more: designs

bus definition

See duh-bus collection of Bus definitions in DUH format.