URL
https://opencores.org/ocsvn/xulalx25soc/xulalx25soc/trunk
Subversion Repositories xulalx25soc
[/] [xulalx25soc/] [trunk/] [bench/] [asm/] [dev.i] - Rev 16
Compare with Previous | Blame | View Log
//////////////////////////////////////////////////////////////////////////////////// Filename: dev.i//// Project: XuLA2 board//// Purpose: Defines where the various registers are on the board by name,// so that henceforth they can be referenced by name.////// Creator: Dan Gisselquist, Ph.D.// Gisselquist Technology, LLC////////////////////////////////////////////////////////////////////////////////////// Copyright (C) 2015, Gisselquist Technology, LLC//// This program is free software (firmware): you can redistribute it and/or// modify it under the terms of the GNU General Public License as published// by the Free Software Foundation, either version 3 of the License, 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 MERCHANTIBILITY or// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License// for more details.//// License: GPL, v3, as defined and found on www.gnu.org,// http://www.gnu.org/licenses/gpl.html////////////////////////////////////////////////////////////////////////////////////////dev.base equ 0x0100dev.version equ 0x0102dev.pic equ 0x0103dev.buserr equ 0x0104; dev.rtc.date equ 0x0105dev.gpio equ 0x0106dev.uart.ctrl equ 0x0107dev.pwm equ 0x0108dev.uart.rx equ 0x010adev.uart.tx equ 0x010bdev.qspi equ 0x010cdev.rtc.clock equ 0x0110dev.rtc.timer equ 0x0111dev.rtc.stopwatch equ 0x0112dev.rtc.alarm equ 0x0113dev.scope equ 0x0118dev.flashscope equ 0x011cdev.cfgscope equ 0x011adev.ramscope equ 0x011cdev.zipscope equ 0x011edev.cfg equ 0x0140dev.cfg.cmd equ 0x0145dev.cfg.wbstarlo equ 0x0153 // GENERAL 1, p134dev.mem.base equ 0x0002000dev.mem.last equ 0x0003fffdev.flash.base equ 0x0040000dev.sdram.base equ 0x0800000
