::ready_valid::

Module option_ext

Functions

enforce_pow2

Really hacky way to enforce that a compile time value is a power of 2.

Implementations

impl<T> Option<T>
entity into_rv_fifo<#uint Depth>(self, clk: clock, rst: bool, full: inv bool) -> Rv<T>
entity into_rv_cdc_fifo<#uint Depth>(self, write_clk: clock, write_rst: bool, write_full: inv bool, read_clk: clock, read_rst: bool) -> Rv<T>