-
Notifications
You must be signed in to change notification settings - Fork 22
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
support Zvbb #671
support Zvbb #671
Conversation
0f5a8da
to
1c19fe4
Compare
4785586
to
4cf1bce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice to see CI clean:)
please work on these nitpicks, and we can get it merged.
t1/src/LaneZvbb.scala
Outdated
package org.chipsalliance.t1.rtl | ||
|
||
import chisel3.experimental.hierarchy.instantiable | ||
import chisel3.{UInt, _} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import chisel3.{UInt, _} | |
import chisel3._ |
t1/src/LaneZvbb.scala
Outdated
import chisel3.{UInt, _} | ||
import chisel3.experimental.{SerializableModule, SerializableModuleParameter} | ||
import chisel3.util._ | ||
import hardfloat._ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why hardfloat.
object zvbbUop0 extends ZvbbUOPType | ||
object zvbbUop1 extends ZvbbUOPType | ||
object zvbbUop2 extends ZvbbUOPType | ||
object zvbbUop3 extends ZvbbUOPType | ||
object zvbbUop4 extends ZvbbUOPType | ||
object zvbbUop5 extends ZvbbUOPType | ||
object zvbbUop6 extends ZvbbUOPType | ||
object zvbbUop7 extends ZvbbUOPType | ||
object zvbbUop8 extends ZvbbUOPType |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, please, please...
fefdec7
to
053f298
Compare
Ok, first milestone to |
Signed-off-by: Avimitin <[email protected]>
Signed-off-by: Avimitin <[email protected]>
Signed-off-by: Avimitin <[email protected]>
No description provided.