# $Id: util.tcl 985 2018-01-03 08:59:40Z mueller $ # # Copyright 2015- by Walter F.J. Mueller # # This program is free software; you may redistribute and/or modify it under # the terms of the GNU General Public License as published by the Free # Software Foundation, either version 3, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for complete details. # # Revision History: # Date Rev Version Comment # 2015-12-26 719 1.0 Initial version # package provide ibd_dl11 1.0 package require rlink package require rw11util package require rw11 namespace eval ibd_dl11 { # # setup register descriptions for ibd_dl11 --------------------------------- # regdsc RCSR {done 7} {ie 6} regdsc RRCSR {done 7} {ie 6} {rlim 14 3} regdsc XCSR {done 7} {ie 6} {maint 2} rw11util::regmap_add ibd_dl11 tt?.rcsr {l? RCSR r? RRCSR} rw11util::regmap_add ibd_dl11 tt?.xcsr {?? XCSR} }