Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CTG] Fix cross() missing inxFlag param #546

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Conversation

trdthg
Copy link
Contributor

@trdthg trdthg commented Nov 4, 2024

Description

inxFlg is use in cross.__init__

def __init__(self,label,coverpoint,xlen,flen,addr_pairs,sig_addrs,window_size):
self.label = label
self.coverpoint = coverpoint
self.xlen = xlen
self.flen = flen
self.addr_pairs = addr_pairs
self.sig_addrs = sig_addrs
self.window_size = window_size
self.arch_state = archState(xlen,flen,inxFlg)

But it was not passed in

Copy link
Collaborator

@jamesbeyond jamesbeyond left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jamesbeyond jamesbeyond merged commit b9ec39c into riscv-non-isa:dev Nov 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants