URL
https://opencores.org/ocsvn/m32632/m32632/trunk
[/] [m32632/] [trunk/] [rtl/] [ICACHE_SM.v] - Diff between revs 11 and 23
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 11 |
Rev 23 |
Line 2... |
Line 2... |
//
|
//
|
// This file is part of the M32632 project
|
// This file is part of the M32632 project
|
// http://opencores.org/project,m32632
|
// http://opencores.org/project,m32632
|
//
|
//
|
// Filename: ICACHE_SM.v
|
// Filename: ICACHE_SM.v
|
// Version: 1.0
|
// Version: 2.0
|
// Date: 30 May 2015
|
// History: 1.0 first release of 30 Mai 2015
|
|
// Date: 14 August 2016
|
//
|
//
|
// Copyright (C) 2015 Udo Moeller
|
// Copyright (C) 2016 Udo Moeller
|
//
|
//
|
// This source file may be used and distributed without
|
// This source file may be used and distributed without
|
// restriction provided that this copyright statement is not
|
// restriction provided that this copyright statement is not
|
// removed from the file and that any derivative work contains
|
// removed from the file and that any derivative work contains
|
// the original copyright notice and the associated disclaimer.
|
// the original copyright notice and the associated disclaimer.
|
Line 69... |
Line 70... |
output [11:7] KILLADR;
|
output [11:7] KILLADR;
|
output [2:0] ICTODC;
|
output [2:0] ICTODC;
|
output STOP_CINV;
|
output STOP_CINV;
|
|
|
reg [27:4] addr_r;
|
reg [27:4] addr_r;
|
reg [7:0] maske,clear;
|
reg [7:0] clear;
|
reg do_koll;
|
reg do_koll;
|
reg [2:0] counter;
|
reg [2:0] counter;
|
reg [1:0] wpointer,rpointer;
|
reg [1:0] wpointer,rpointer;
|
reg [35:0] adrfifo;
|
reg [35:0] adrfifo;
|
reg [8:0] fifo_q,fifo_c;
|
reg [8:0] fifo_q,fifo_c;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.