yosys/frontends/ast
KrystalDelusion cf52cf3009
nowrshmsk: Check for stride==0
log2(0) returns -inf, which gives undefined behaviour when casting to an int.  So catch the case when it's 0 just set the width to 0.
2025-01-31 12:15:53 +13:00
..
Makefile.inc Generate an RTLIL representation of bind constructs 2021-08-13 17:11:35 -06:00
ast.cc Reduce comparisons of size_t and int 2024-11-29 12:53:29 +13:00
ast.h mark all hash_into methods nodiscard 2025-01-14 12:39:15 +01:00
ast_binding.cc Generate an RTLIL representation of bind constructs 2021-08-13 17:11:35 -06:00
ast_binding.h Generate an RTLIL representation of bind constructs 2021-08-13 17:11:35 -06:00
dpicall.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
genrtlil.cc Reduce comparisons of size_t and int 2024-11-29 12:53:29 +13:00
simplify.cc nowrshmsk: Check for stride==0 2025-01-31 12:15:53 +13:00