Don't infer latch for newcrf

Always initialize newcrf to avoid inferring a latch.

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
pull/90/head
Anton Blanchard 5 years ago committed by Anton Blanchard
parent f76b5f9ea2
commit 57b7f1ed71

@ -121,6 +121,7 @@ begin
result := (others => '0');
result_with_carry := (others => '0');
result_en := 0;
newcrf := (others => '0');

v := r;
v.e := Execute1ToExecute2Init;

Loading…
Cancel
Save