mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-03-10 12:28:45 +00:00
Fix a ghdysynth inferred latch error in writeback
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
committed by
Anton Blanchard
parent
ad3db18dce
commit
25968951e4
@@ -104,6 +104,7 @@ begin
|
||||
sign_extend <= '0';
|
||||
second_word <= '0';
|
||||
xe := e_in.xerc;
|
||||
data_in <= (others => '0');
|
||||
|
||||
if e_in.write_enable = '1' then
|
||||
w_out.write_reg <= e_in.write_reg;
|
||||
|
||||
Reference in New Issue
Block a user