a series of regfiles are needed, with different characteristics and a common API links: * https://libre-soc.org/3d_gpu/architecture/regfile/ * https://git.libre-soc.org/?p=soc.git;a=blob;f=src/soc/regfile/regfiles.py;hb=HEAD
added XER and CR based on new VirtualRegPort. INT and FAST also added, based on RegFileArray that just leaves SPRs which are massive. may leave that for now.
added SPRMap which translates to internal enum mapping in hardware.
SPR was added as binary-addressed, alongside SPRmap. aside from dec and tb the regfiles are now in place.