Merge pull request #90 from antonblanchard/newcrf-inferred-latch

Don't infer latch for newcrf
jtag-port
Anton Blanchard 5 years ago committed by GitHub
commit 23f8702e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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