IPXACT2009ScalaCases.design.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spinalhdl-schema-gen_2.11 Show documentation
Show all versions of spinalhdl-schema-gen_2.11 Show documentation
SpinalHDL Schemetic Generator
The newest version!
package IPXACT2009ScalaCases
// Generated by IPXACT2009scalaxb.
case class HierConnection(interface: Interfacable,
vendorExtensions: Option[VendorExtensions] = None,
attributes: Map[String, IPXACT2009scalaxb.DataRecord[Any]] = Map.empty) {
lazy val interfaceRef = attributes("@interfaceRef").as[String]
}
case class HierConnections(hierConnection: Seq[HierConnection] = Nil)
case class Design(versionedIdentifierSequence1: VersionedIdentifierSequence,
componentInstances: Option[ComponentInstances] = None,
interconnections: Option[Interconnections] = None,
adHocConnections: Option[AdHocConnections] = None,
hierConnections: Option[HierConnections] = None,
description: Option[String] = None,
vendorExtensions: Option[VendorExtensions] = None) extends IPXACTDocumentTypesOption
© 2015 - 2025 Weber Informatics LLC | Privacy Policy