1 |
131 |
jt_eaton |
////////////////////////////////////////////////////////////////////
|
2 |
|
|
// -------------- //
|
3 |
|
|
// / SOC \ //
|
4 |
|
|
// / GEN \ //
|
5 |
|
|
// / COMPONENT \ //
|
6 |
|
|
// ==================== //
|
7 |
|
|
// |digital done right| //
|
8 |
|
|
// |__________________| //
|
9 |
|
|
// //
|
10 |
|
|
// //
|
11 |
|
|
// //
|
12 |
|
|
// Copyright (C) <2010> <Ouabache DesignWorks> //
|
13 |
|
|
// //
|
14 |
|
|
// //
|
15 |
|
|
// This source file may be used and distributed without //
|
16 |
|
|
// restriction provided that this copyright statement is not //
|
17 |
|
|
// removed from the file and that any derivative work contains //
|
18 |
|
|
// the original copyright notice and the associated disclaimer. //
|
19 |
|
|
// //
|
20 |
|
|
// This source file is free software; you can redistribute it //
|
21 |
|
|
// and/or modify it under the terms of the GNU Lesser General //
|
22 |
|
|
// Public License as published by the Free Software Foundation; //
|
23 |
|
|
// either version 2.1 of the License, or (at your option) any //
|
24 |
|
|
// later version. //
|
25 |
|
|
// //
|
26 |
|
|
// This source is distributed in the hope that it will be //
|
27 |
|
|
// useful, but WITHOUT ANY WARRANTY; without even the implied //
|
28 |
|
|
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR //
|
29 |
|
|
// PURPOSE. See the GNU Lesser General Public License for more //
|
30 |
|
|
// details. //
|
31 |
|
|
// //
|
32 |
|
|
// You should have received a copy of the GNU Lesser General //
|
33 |
|
|
// Public License along with this source; if not, download it //
|
34 |
|
|
// from http://www.opencores.org/lgpl.shtml //
|
35 |
|
|
// //
|
36 |
|
|
////////////////////////////////////////////////////////////////////
|
37 |
|
|
|
38 |
|
|
////////////////////////////////////////////////////////////////////////////
|
39 |
|
|
//// ////
|
40 |
|
|
//// T6507LP IP Core ////
|
41 |
|
|
//// ////
|
42 |
|
|
//// This file is part of the T6507LP project ////
|
43 |
|
|
//// http://www.opencores.org/cores/t6507lp/ ////
|
44 |
|
|
//// ////
|
45 |
|
|
//// Description ////
|
46 |
|
|
//// Implementation of a 6507-compatible microprocessor ////
|
47 |
|
|
//// ////
|
48 |
|
|
//// To Do: ////
|
49 |
|
|
//// - Everything ////
|
50 |
|
|
//// ////
|
51 |
|
|
//// Author(s): ////
|
52 |
|
|
//// - Gabriel Oshiro Zardo, gabrieloshiro@gmail.com ////
|
53 |
|
|
//// - Samuel Nascimento Pagliarini (creep), snpagliarini@gmail.com ////
|
54 |
|
|
//// ////
|
55 |
|
|
////////////////////////////////////////////////////////////////////////////
|
56 |
|
|
//// ////
|
57 |
|
|
//// Copyright (C) 2001 Authors and OPENCORES.ORG ////
|
58 |
|
|
//// ////
|
59 |
|
|
//// This source file may be used and distributed without ////
|
60 |
|
|
//// restriction provided that this copyright statement is not ////
|
61 |
|
|
//// removed from the file and that any derivative work contains ////
|
62 |
|
|
//// the original copyright notice and the associated disclaimer. ////
|
63 |
|
|
//// ////
|
64 |
|
|
//// This source file is free software; you can redistribute it ////
|
65 |
|
|
//// and/or modify it under the terms of the GNU Lesser General ////
|
66 |
|
|
//// Public License as published by the Free Software Foundation; ////
|
67 |
|
|
//// either version 2.1 of the License, or (at your option) any ////
|
68 |
|
|
//// later version. ////
|
69 |
|
|
//// ////
|
70 |
|
|
//// This source is distributed in the hope that it will be ////
|
71 |
|
|
//// useful, but WITHOUT ANY WARRANTY; without even the implied ////
|
72 |
|
|
//// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR ////
|
73 |
|
|
//// PURPOSE. See the GNU Lesser General Public License for more ////
|
74 |
|
|
//// details. ////
|
75 |
|
|
//// ////
|
76 |
|
|
//// You should have received a copy of the GNU Lesser General ////
|
77 |
|
|
//// Public License along with this source; if not, download it ////
|
78 |
|
|
//// from http://www.opencores.org/lgpl.shtml ////
|
79 |
|
|
//// ////
|
80 |
|
|
////////////////////////////////////////////////////////////////////////////
|