xheep_gen.cv_x_if module

class xheep_gen.cv_x_if.CvXIf(x_num_rs: int = 2, x_id_width: int = 4, x_mem_width: int = 32, x_rfr_width: int = 32, x_rfw_width: int = 32, x_misa: int = 0, x_ecs_xs: int = 0)

Bases: object

Represent the CORE-V eXtension Interface configuration.

get_param(param_name: str)

Get the value of a given parameter. :param param_name: Name of the parameter to get. :return: Value of the parameter or None if not defined.