Merge pull request #86 from antonblanchard/outstanding-range

Limit outstanding range
pull/87/head
Anton Blanchard 5 years ago committed by GitHub
commit 16ca868909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ architecture behaviour of decode2 is

type reg_internal_type is record
state : state_type;
outstanding : integer;
outstanding : integer range -1 to 2;
end record;

type reg_type is record

Loading…
Cancel
Save