circt/unittests/Support
Fabian Schuiki aae791b1e9
[FVInt] Fix printing when bit width is less than one full digit
Printing of `FVInt`s would continuously shift the value right by the
log2 of the radix. This triggers an assertion in `APInt` in the case
where the bit width is less than the number of bits being shifted.
2024-08-07 17:53:24 -07:00
..
CMakeLists.txt [Support] Add FVInt, a four-valued arbitrary precision integer (#7422) 2024-08-05 09:42:26 -07:00
FVIntTest.cpp [FVInt] Fix printing when bit width is less than one full digit 2024-08-07 17:53:24 -07:00
JSONTest.cpp [HW] Use free variants of isa/cast/dyn_cast 2024-04-28 16:41:57 +02:00
PrettyPrinterTest.cpp [PrettyPrinter] Add a callback token to record print events (#5514) 2023-08-18 15:27:00 -07:00