URL
https://opencores.org/ocsvn/rtf8088/rtf8088/trunk
[/] [rtf8088/] [trunk/] [rtl/] [verilog/] [REGFETCHA.v] - Blame information for rev 4
Go to most recent revision |
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
3 |
robfinch |
// ============================================================================
|
2 |
|
|
// REGFETCHA
|
3 |
|
|
// - fetch register value into 'A' side ALU
|
4 |
|
|
//
|
5 |
|
|
//
|
6 |
|
|
// (C) 2009-2012 Robert Finch
|
7 |
|
|
// Stratford
|
8 |
|
|
// robfinch[remove]@opencores.org
|
9 |
|
|
//
|
10 |
|
|
//
|
11 |
|
|
// This source file is free software: you can redistribute it and/or modify
|
12 |
|
|
// it under the terms of the GNU Lesser General Public License as published
|
13 |
|
|
// by the Free Software Foundation, either version 3 of the License, or
|
14 |
|
|
// (at your option) any later version.
|
15 |
|
|
//
|
16 |
|
|
// This source file is distributed in the hope that it will be useful,
|
17 |
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
18 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
19 |
|
|
// GNU General Public License for more details.
|
20 |
|
|
//
|
21 |
|
|
// You should have received a copy of the GNU General Public License
|
22 |
|
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
23 |
|
|
//
|
24 |
|
|
//
|
25 |
|
|
// Verilog
|
26 |
|
|
//
|
27 |
|
|
// ============================================================================
|
28 |
|
|
//
|
29 |
|
|
REGFETCHA:
|
30 |
|
|
begin
|
31 |
|
|
a <= rrro;
|
32 |
|
|
state <= EXECUTE;
|
33 |
|
|
end
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.