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

Subversion Repositories turbo8051

[/] [turbo8051/] [trunk/] [rtl/] [8051/] [oc8051_rom.v] - Diff between revs 68 and 76

Show entire file | Details | Blame | View Log

Rev 68 Rev 76
Line 1... Line 1...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
////                                                              ////
////                                                              ////
////  8051 internal program rom                                   ////
////  8051 internal program rom                                   ////
////                                                              ////
////                                                              ////
////  This file is part of the 8051 cores project                 ////
////  This file is part of the 8051 cores project                 ////
////  http://www.opencores.org/cores/8051/                        ////
////  http://www.opencores.org/cores/turbo8051/                   ////
////                                                              ////
////                                                              ////
////  Description                                                 ////
////  Description                                                 ////
////   internal program rom for 8051 core                         ////
////   internal program rom for 8051 core                         ////
////                                                              ////
////                                                              ////
////  To Do:                                                      ////
////  To Do:                                                      ////
////   Nothing                                                    ////
////   Nothing                                                    ////
////                                                              ////
////                                                              ////
////  Author(s):                                                  ////
////  Author(s):                                                  ////
////      - Simon Teran, simont@opencores.org                     ////
////      - Simon Teran, simont@opencores.org                     ////
 
////      - Dinesh Annayya, dinesha@opencores.org                 ////
////                                                              ////
////                                                              ////
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
////                                                              ////
////                                                              ////
//// Copyright (C) 2000 Authors and OPENCORES.ORG                 ////
//// Copyright (C) 2000 Authors and OPENCORES.ORG                 ////
////                                                              ////
////                                                              ////
Line 58... Line 59...
//
//
// Revision 1.3  2002/09/30 17:34:01  simont
// Revision 1.3  2002/09/30 17:34:01  simont
// prepared header
// prepared header
//
//
//
//
`include "oc8051_defines.v"
`include "top_defines.v"
`include "oc8051_timescale.v"
 
 
 
module oc8051_rom (rst, clk, addr, ea_int, data_o);
module oc8051_rom (rst, clk, addr, ea_int, data_o);
 
 
//parameter INT_ROM_WID= 15;
//parameter INT_ROM_WID= 15;
 
 

powered by: WebSVN 2.1.0

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