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

Decoder attr #609

Merged
merged 6 commits into from
Jun 26, 2024
Merged

Decoder attr #609

merged 6 commits into from
Jun 26, 2024

Conversation

Lucas-Wye
Copy link
Contributor

No description provided.

"vslide1up.vx",
"vslidedown.vx",
"vslideup.vx",
"lsu",
Copy link
Member

Choose a reason for hiding this comment

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

lsu?

}

case class isAdder(value: TriState) extends BooleanDecodeAttribute {
override val description: String = "goes to [[org.chipsalliance.t1.rtl.LaneAdder]]."
Copy link
Member

Choose a reason for hiding this comment

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

Please provide a better documentation


def y(t1DecodePattern: T1DecodePattern): Boolean = {
val allMatched = Seq(
"vcompress.vm",
Copy link
Member

Choose a reason for hiding this comment

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

all of them are same, please dedup

case (fn, tri) if fn(t1DecodePattern) => isFloatmul(tri)
}.get

def y(t1DecodePattern: T1DecodePattern): Boolean = {
Copy link
Member

Choose a reason for hiding this comment

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

it should guarded by fp enabled, it can be accessed by T1DecodePattern.instruction

@Lucas-Wye Lucas-Wye force-pushed the decoder-attr branch 3 times, most recently from de6c45d to 9acd11a Compare May 26, 2024 09:02
@sequencer sequencer force-pushed the decoder-attr branch 3 times, most recently from 32c7a5c to a9ee870 Compare June 22, 2024 08:15
@sequencer sequencer force-pushed the decoder-attr branch 3 times, most recently from 72ff5e8 to 67110a2 Compare June 24, 2024 01:26
@Lucas-Wye Lucas-Wye force-pushed the decoder-attr branch 2 times, most recently from 884731f to bc191b1 Compare June 24, 2024 15:21
@SpriteOvO SpriteOvO force-pushed the decoder-attr branch 2 times, most recently from c5bde54 to fddef3c Compare June 24, 2024 20:07
Copy link
Member

@sequencer sequencer left a comment

Choose a reason for hiding this comment

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

It needs to be more refactors in the future, but let's merge it.

@sequencer sequencer merged commit b79954e into master Jun 26, 2024
81 checks passed
@sequencer sequencer deleted the decoder-attr branch June 26, 2024 11:32
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.

4 participants