-
Notifications
You must be signed in to change notification settings - Fork 3
Scoping
Julian Oppermann edited this page Feb 24, 2021
·
15 revisions
- How to elaborate implementation parameters
- Semantics of
extends
andprovides
- Scopes:
- Block: Local declarations, as in C. Hierarchical, because of usual block structure. Declaration before definition.
- Instruction/Function: Named encoding fields, formal parameters
- ISA: Declarations in
architectural_state
,functions
,instructions
. Order unimportant? Hierarchical, because of super-ISA(s)