From 53ce112f0d2a7b94b7f071d75e861d31c8e3c741 Mon Sep 17 00:00:00 2001 From: Romain Dolbeau Date: Sat, 27 Aug 2022 08:31:56 +0200 Subject: [PATCH] typo --- data_Zpn.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_Zpn.txt b/data_Zpn.txt index f936d62..88a61fb 100644 --- a/data_Zpn.txt +++ b/data_Zpn.txt @@ -621,7 +621,7 @@ P """ } // 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 // and underflow unless going signed, I think) def fun_satsub8u(a: Bits, b: Bits) : Bits = {