mirror of
https://github.com/rdolbeau/VexRiscvBPluginGenerator.git
synced 2025-04-18 18:44:42 -04:00
typo
This commit is contained in:
parent
b6cb74259e
commit
53ce112f0d
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ P """
|
||||||
}
|
}
|
||||||
|
|
||||||
// saturating, csr is missing
|
// saturating, csr is missing
|
||||||
// it seems sat() (and it's shortcut +| and -|) in SpinalHDL don't do what I need
|
// it seems sat() (and its shortcut +| and -|) in SpinalHDL don't do what I need
|
||||||
// for unsigned substraction (no way to tell the difference between overflow
|
// for unsigned substraction (no way to tell the difference between overflow
|
||||||
// and underflow unless going signed, I think)
|
// and underflow unless going signed, I think)
|
||||||
def fun_satsub8u(a: Bits, b: Bits) : Bits = {
|
def fun_satsub8u(a: Bits, b: Bits) : Bits = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue