OpenCores
URL https://opencores.org/ocsvn/t48/t48/trunk

Subversion Repositories t48

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 262 to Rev 263
    Reverse comparison

Rev 262 → Rev 263

/trunk/README
1,7 → 1,8
 
README for the T48 uController project
======================================
Version: $Date: 2006-07-06 00:08:49 $
Version: $Date: 2006-07-16 01:59:23 $
$Name: not supported by cvs2svn $
 
 
Introduction
79,7 → 80,9
| |
| \-- vhdl : VHDL code containing the RTL description
| | of the core.
| \-- system : RTL VHDL code of sample systems.
| +-- system : RTL VHDL code of sample systems.
| |
| \-- t8243 : RTL VHDL code of 8243 core.
|
+-- bench
| |
147,6 → 150,12
* tb_t8039_behav_c0
The testbench for the 8039 sample system.
 
* tb_t8243_behav_c0
Testbench containing the t48_core and the synchronous t8243 flavour.
 
* tb_t8048_t8243_behav_c0
Testbench containing the t8048 and the asynchronous t8243 toplevel.
 
Each Makefile has a 'clean' target to delete all intermediate data:
 
$ make -f Makefile.<simulator> clean
167,15 → 176,36
 
These files are:
 
* t48_rom.hex
Internal ROM contents at address range 000H to 7FFH.
* rom_t49.hex
Internal ROM contents for 8x49 derivatives,
address range 000H to 7FFH.
Intel hex format, starting at address 000H.
 
* t48_ext_rom.hex
External ROM contents at address range 800H to FFFH.
* rom_t49_ext.hex
External ROM contents for t8x49 derivatives,
address range 800H to FFFH.
Intel hex format, starting at address 800H.
 
* rom_t48.hex
Internal ROM contents for t8x48 derivatives,
address range 000H to 3FFH.
Intel hex format, starting at address 000H.
 
The verification flow for the T48 project generates these two files
* rom_t48_ext.hex
External ROM contents for t8x48 derivatives,
address range 400H to FFFH.
Intel hex format, starting at address 000H.
 
* rom_t3x.hex
Internal ROM contents for t803x derivatives,
empty.
 
* rom_t3x_ext.hex
External ROM contents for t803x derivatives,
address range 000H to FFFH.
Intel hex format, starting at address 000H.
 
The verification flow for the T48 project generates these files
automatically from the assembler source files.
 
All regression tests and the general purpose software is organized in a cell

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.