Module Rtl_attribute.Vivado
A collection of common Xilinx Vivado attributes.
val async_reg : bool -> tInform Vivado that a registers data input is asychronous to it's clock.
val dont_touch : bool -> tInstruct the synthesizer and place & route tools to keep the node. Cannot be applied to a port.
val fsm_encoding : [ `auto | `gray | `johnson | `none | `one_hot | `sequential ] -> tSelect encoding of finite state machine. Apply to state register.
val mark_debug : bool -> tExport net for debugging with chipscope.
module Ram_style : sig ... end