circt icon indicating copy to clipboard operation
circt copied to clipboard

[firtool] fix: check uninferred resets after removing unused modules

Open unlsycn opened this issue 7 months ago • 6 comments

The Chisel's Definition API generates modules that are not instantiated, whose reset cannot be inferred properly. Remove them before InferResets pass to resolve it.

See chisel#4292

unlsycn avatar Jul 23 '24 14:07 unlsycn