Module Hardcaml.Xilinx
include Hardcaml__.Xilinx_intf.Xilinx
module type S = Hardcaml__.Xilinx_intf.Smodule LutEqn : sig ... endAllow expressions to generate LUT init values
module Hardcaml_api : SHardcaml simulation based models of Xilinx primitives
module type T = Hardcaml__.Xilinx_intf.T with module LutEqn := LutEqnmodule type LutSize = sig ... endmodule XSynthesizeComb : functor (X : S) -> functor (L : LutSize) -> Transform.TransformFncombinatorial only transform
module XSynthesize : functor (X : S) -> functor (L : LutSize) -> Transform.TransformFnsequential and combinatorial transform TODO memories