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 t = {
typ : string; |
label : string; |
parameters : (string * Yosys_atd_t.param_value) list; |
inputs : (string * bits) list; |
outputs : (string * bits) list; |
}
val net_of_bit : Yosys_atd_t.dyn -> int
val mk_params :
string ->
(string * Yosys_atd_t.param_value) list ->
(string * HardCaml.Signal.Types.parameter) list
val partition_ios :
Yosys_atd_t.cell ->
(string * Yosys_atd_t.bits) list * (string * Yosys_atd_t.bits) list
val mk_cell : Yosys_atd_t.cell -> t
ON THIS PAGE
No table of contents