Line 1... |
Line 1... |
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
//// ////
|
//// ////
|
//// 8051 cores acccumulator ////
|
//// 8051 cores acccumulator ////
|
//// ////
|
//// ////
|
//// 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 ////
|
//// accumulaor register for 8051 core ////
|
//// accumulaor register 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 65... |
Line 66... |
// Revision 1.7 2002/09/30 17:33:59 simont
|
// Revision 1.7 2002/09/30 17:33:59 simont
|
// prepared header
|
// prepared header
|
//
|
//
|
//
|
//
|
|
|
// synopsys translate_off
|
`include "top_defines.v"
|
`include "oc8051_timescale.v"
|
|
// synopsys translate_on
|
|
|
|
`include "oc8051_defines.v"
|
|
|
|
|
|
module oc8051_acc (clk, rst,
|
module oc8051_acc (clk, rst,
|
bit_in, data_in, data2_in,
|
bit_in, data_in, data2_in,
|
data_out,
|
data_out,
|