mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-03-10 12:28:45 +00:00
fpu: Reduce uninitialised signals
Reduce uninitialised signals coming out of the FPU. Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
committed by
Anton Blanchard
parent
b82eea5933
commit
9d35340bb1
4
fpu.vhdl
4
fpu.vhdl
@@ -549,6 +549,10 @@ begin
|
||||
r.do_intr <= '0';
|
||||
r.fpscr <= (others => '0');
|
||||
r.writing_back <= '0';
|
||||
r.dest_fpr <= (others =>'0');
|
||||
r.cr_mask <= (others =>'0');
|
||||
r.cr_result <= (others =>'0');
|
||||
r.instr_tag.valid <= '0';
|
||||
else
|
||||
assert not (r.state /= IDLE and e_in.valid = '1') severity failure;
|
||||
r <= rin;
|
||||
|
||||
Reference in New Issue
Block a user