Hardcaml.Rtl_attribute
RTL attribute specification. Only relevant to downstream tooling.
Specification of attributes which may be attached to various objects within a RTL design. Such attributes are used to provide implementation hints to down stream CAD tools and do not affect any functionality within Hardcaml.
val sexp_of_t : t -> Sexplib0.Sexp.t
module Value : sig ... end
Attribute value types.
val name : t -> string
Returns the attribute name
module Vivado : sig ... end
A collection of common Xilinx Vivado attributes.