| 1 |
9 |
eyalhoc |
<##//////////////////////////////////////////////////////////////////
|
| 2 |
|
|
//// ////
|
| 3 |
|
|
//// Author: Eyal Hochberg ////
|
| 4 |
|
|
//// eyal@provartec.com ////
|
| 5 |
|
|
//// ////
|
| 6 |
|
|
//// Downloaded from: http://www.opencores.org ////
|
| 7 |
|
|
/////////////////////////////////////////////////////////////////////
|
| 8 |
|
|
//// ////
|
| 9 |
|
|
//// Copyright (C) 2010 Provartec LTD ////
|
| 10 |
|
|
//// www.provartec.com ////
|
| 11 |
|
|
//// info@provartec.com ////
|
| 12 |
|
|
//// ////
|
| 13 |
|
|
//// This source file may be used and distributed without ////
|
| 14 |
|
|
//// restriction provided that this copyright statement is not ////
|
| 15 |
|
|
//// removed from the file and that any derivative work contains ////
|
| 16 |
|
|
//// the original copyright notice and the associated disclaimer.////
|
| 17 |
|
|
//// ////
|
| 18 |
|
|
//// This source file is free software; you can redistribute it ////
|
| 19 |
|
|
//// and/or modify it under the terms of the GNU Lesser General ////
|
| 20 |
|
|
//// Public License as published by the Free Software Foundation.////
|
| 21 |
|
|
//// ////
|
| 22 |
|
|
//// This source is distributed in the hope that it will be ////
|
| 23 |
|
|
//// useful, but WITHOUT ANY WARRANTY; without even the implied ////
|
| 24 |
|
|
//// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR ////
|
| 25 |
|
|
//// PURPOSE. See the GNU Lesser General Public License for more////
|
| 26 |
|
|
//// details. http://www.gnu.org/licenses/lgpl.html ////
|
| 27 |
|
|
//// ////
|
| 28 |
|
|
//////////////////////////////////////////////////////////////////##>
|
| 29 |
|
|
|
| 30 |
|
|
OUTFILE REGNAME_regfile.html
|
| 31 |
|
|
INCLUDE def_regfile.txt
|
| 32 |
|
|
|
| 33 |
|
|
|
| 34 |
|
|
<font size="3" face="Times">
|
| 35 |
|
|
|
| 36 |
|
|
LOOP RX REG_NUM
|
| 37 |
|
|
<ul>
|
| 38 |
|
|
<li><b> GROUP_REGS[RX]</b>
|
| 39 |
|
|
<ul>
|
| 40 |
|
|
<li>Offset: 0xGROUP_REGS[RX].ADDR
|
| 41 |
|
|
<li>Access: TYPE_GROUP_REGS[RX].TYPE
|
| 42 |
|
|
<li>Description: GROUP_REGS[RX].DESC
|
| 43 |
|
|
<li>Fields:
|
| 44 |
|
|
<ul>
|
| 45 |
|
|
<b> GROUP_REGRX [EXPR(GROUP_REGRX.WIDTH+GROUP_REGRX.START-1):GROUP_REGRX.START]</b><ul><p>Description: GROUP_REGRX.DESC</p><p>Access: TYPE_GROUP_REGRX.TYPE</p><p>Default value: GROUP_REGRX.DEFAULT</p></ul>
|
| 46 |
|
|
</ul>
|
| 47 |
|
|
</ul>
|
| 48 |
|
|
</ul>
|
| 49 |
|
|
|
| 50 |
|
|
ENDLOOP RX
|