3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-03-20 11:55:50 +00:00
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
..
ast.cc
ast.h
ast_binding.cc
ast_binding.h
dpicall.cc
genrtlil.cc
Makefile.inc
simplify.cc