veryl-std 0.20.0

A modern hardware description language
Documentation
1
2
3
4
5
6
7
package async_fifo_pkg {
    function calc_default_depth (
        stages: input u32,
    ) -> u32 {
        return 2 ** ($clog2(2 * stages) + 1);
    }
}