prop reference infrastructure, and other things

This commit is contained in:
Alex Mykyta
2021-07-16 12:43:58 -07:00
parent 0d5b663f98
commit 5f2319860f
14 changed files with 338 additions and 68 deletions

View File

@@ -28,6 +28,16 @@ TODO:
this may actually only apply to counters...
This is trivial in a 2-process implementation, but i'd rather avoid the overheads
TODO:
Scour the RDL spec.
Does this "next state" precedence model hold true in all situations?
TODO:
Think about user-extensibility
Provide a mechanism for users to extend/override field behavior
TODO:
Does the endinness the user sets matter anywhere?
Implementation
Makes sense to use a listener class

View File

@@ -62,4 +62,8 @@ WARNING:
Forwards response strobe back up to cpu interface layer
Dont forget about alias registers here
TODO:
Dont forget about alias registers here
TODO:
Does the endinness the user sets matter anywhere?