hardcaml-yosys
Import Verilog designs into HardCaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package hardcaml-yosys
-
HardCamlYosys
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library HardCamlYosys
type dyn = Yojson.Safe.json
type bits = dyn list
type param_value = dyn
type attributes = {
src : string; |
full_case : int; |
parallel_case : int; |
init : dyn option; |
unused_bits : string option; |
}
type cell = {
hide_name : int; |
typ : string; |
parameters : (string * param_value) list; |
attributes : attributes; |
port_directions : (string * direction) list; |
connections : (string * bits) list; |
}
ON THIS PAGE
No table of contents