Package: lc_ctrl_dv_utils_pkg
- File: lc_ctrl_dv_utils_pkg.sv
Description
Copyright lowRISC contributors.
Licensed under the Apache License, Version 2.0, see LICENSE for details.
SPDX-License-Identifier: Apache-2.0
Signals
Name | Type | Description |
---|---|---|
VALID_NEXT_STATES | dec_lc_state_e | associative array cannot declare parameter here, so we used const instead |
Functions
- is_test_unlocked_state (dec_lc_state_e curr_state,
int first,
int) return (bit)
Description
Checks whether the current state is a test unlocked state within the given index range.
- is_test_locked_state (dec_lc_state_e curr_state,
int first,
int) return (bit)
Description
Checks whether the current state is a test locked state within the given index range.
- dec_lc_state (lc_state_e curr_state) return (dec_lc_state_e)
- encode_lc_state (dec_lc_state_e curr_state) return (lc_state_e)
- dec_lc_cnt (lc_cnt_e curr_cnt) return (int)