3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-04-26 22:03:36 +00:00

fmt: fuzz, fix (remove extraneous + incorrect fill)

"blk + chunks" is often an overrun, plus the fill is unnecessary; we
throw blk away immediately.
This commit is contained in:
Charlotte 2023-06-28 11:51:23 +10:00 committed by Marcelina Kościelnicka
parent 9f9561379b
commit 2ae551c0af
4 changed files with 67 additions and 1 deletions

2
tests/fmt/fuzz/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
fuzztest
build