Skip to content

Commit

Permalink
somersault ECU: do not use a matching request parameter from the non-…
Browse files Browse the repository at this point in the history
…const portion

The location of the `num_flips_done` parameter of the
'somersault.PR.happy_forward' is ouside of the constant prefix of the
corresponding request. Although the spec does not explicitly disallow
this, it is probably not intended to be done.

Signed-off-by: Andreas Lauser <andreas.lauser@mbition.io>
Signed-off-by: Katja Köhler <katja.koehler@mbition.io>
  • Loading branch information
andlaus committed Mar 28, 2024
1 parent 46d0a83 commit 2b59932
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified examples/somersault.pdx
Binary file not shown.
Binary file modified examples/somersault_modified.pdx
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/somersaultecu.py
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ class SomersaultSID(IntEnum):
long_name=None,
semantic=None,
description=None,
request_byte_position=3,
request_byte_position=0,
byte_position=1,
byte_length=1,
bit_position=None,
Expand Down

0 comments on commit 2b59932

Please sign in to comment.