Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Rfsm.IntbitsSourceBit level operations on ints
get_bits hi lo n returns the value represented by the bit range hi..lo in n.
set_bits hi lo n v returns the value obtained by setting by the bit range hi..lo in n to v.
bit_size n returns the minimum number of bits required to represent n
to_string s n returns binary representation, as a string of length s of integer n