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 XComb : functor (Synth : T) -> Hardcaml.Comb.Primitives with type t = Hardcaml.Signal.tmodule XSynthesizeComb : functor (X : S) -> functor (L : LutSize) -> Hardcaml.Transform.TransformFncombinatorial only transform
module XSynthesize : functor (X : S) -> functor (L : LutSize) -> Hardcaml.Transform.TransformFnsequential and combinatorial transform TODO memories