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

Subversion Repositories or1k

[/] [or1k/] [tags/] [rel_13/] [or1200/] [rtl/] [verilog/] [or1200_dmmu_top.v] - Diff between revs 668 and 788

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 668 Rev 788
Line 42... Line 42...
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
//
//
// CVS Revision History
// CVS Revision History
//
//
// $Log: not supported by cvs2svn $
// $Log: not supported by cvs2svn $
 
// Revision 1.5  2002/02/14 15:34:02  simons
 
// Lapsus fixed.
 
//
// Revision 1.4  2002/02/11 04:33:17  lampret
// Revision 1.4  2002/02/11 04:33:17  lampret
// Speed optimizations (removed duplicate _cyc_ and _stb_). Fixed D/IMMU cache-inhibit attr.
// Speed optimizations (removed duplicate _cyc_ and _stb_). Fixed D/IMMU cache-inhibit attr.
//
//
// Revision 1.3  2002/01/28 01:16:00  lampret
// Revision 1.3  2002/01/28 01:16:00  lampret
// Changed 'void' nop-ops instead of insn[0] to use insn[16]. Debug unit stalls the tick timer. Prepared new flag generation for add and and insns. Blocked DC/IC while they are turned off. Fixed I/D MMU SPRs layout except WAYs. TODO: smart IC invalidate, l.j 2 and TLB ways.
// Changed 'void' nop-ops instead of insn[0] to use insn[16]. Debug unit stalls the tick timer. Prepared new flag generation for add and and insns. Blocked DC/IC while they are turned off. Fixed I/D MMU SPRs layout except WAYs. TODO: smart IC invalidate, l.j 2 and TLB ways.
Line 154... Line 157...
wire                            dtlb_swe;
wire                            dtlb_swe;
wire                            dtlb_sre;
wire                            dtlb_sre;
wire    [31:0]                   dtlb_dat_o;
wire    [31:0]                   dtlb_dat_o;
wire                            dtlb_en;
wire                            dtlb_en;
wire                            dtlb_ci;
wire                            dtlb_ci;
reg                             dtlb_done;
 
wire                            fault;
wire                            fault;
wire                            miss;
wire                            miss;
 
`ifdef OR1200_NO_DMMU
 
`else
 
reg                             dtlb_done;
reg     [31:`OR1200_DMMU_PS]    dcpu_vpn_r;
reg     [31:`OR1200_DMMU_PS]    dcpu_vpn_r;
 
`endif
 
 
//
//
// Implemented bits inside match and translate registers
// Implemented bits inside match and translate registers
//
//
// dtlbwYmrX: vpn 31-10  v 0
// dtlbwYmrX: vpn 31-10  v 0

powered by: WebSVN 2.1.0

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