Hi, Jon I just found another interesting trace that multiplier is stuck at state normalize_2 for a long time. input: a : 32'h5e_c72e (denormal) b : 32'h1f_ddeb (denormal)  I have uploaded the testbench in [here](https://github.com/exa-mining/oss-c-rtl/blob/c9816d5042ce8996713579b614eb2e11956abb6f/ieee754/denormal_slow/testbench.v#L1-L498).
Hi, Jon
I just found another interesting trace that multiplier is stuck at state normalize_2 for a long time.
input:
a : 32'h5e_c72e (denormal)
b : 32'h1f_ddeb (denormal)
I have uploaded the testbench in here.