package hardcaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Vivado.Srl_styleSource

SRL_STYLE instructs the synthesis tool on how to infer SRLs that are found in the design. Accepted values are

  • register: The tool does not infer an SRL, but instead only uses registers.
  • srl: The tool infers an SRL without any registers before or after.
  • srl_reg: The tool infers an SRL and leaves one register after the SRL.
  • reg_srl: The tool infers an SRL and leaves one register before the SRL.
  • reg_srl_reg: The tool infers an SRL and leaves one register before and one register after the SRL.
  • block: The tool infers the SRL inside a block RAM
Sourceval register : t
Sourceval srl : t
Sourceval srl_reg : t
Sourceval reg_srl : t
Sourceval reg_srl_reg : t
Sourceval block : t
OCaml

Innovation. Community. Security.