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

Subversion Repositories or1k

[/] [or1k/] [tags/] [rel_5/] [or1200/] [rtl/] [verilog/] [or1200_defines.v] - Blame information for rev 737

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 504 lampret
//////////////////////////////////////////////////////////////////////
2
////                                                              ////
3
////  OR1200's definitions                                        ////
4
////                                                              ////
5
////  This file is part of the OpenRISC 1200 project              ////
6
////  http://www.opencores.org/cores/or1k/                        ////
7
////                                                              ////
8
////  Description                                                 ////
9
////  Parameters of the OR1200 core                               ////
10
////                                                              ////
11
////  To Do:                                                      ////
12
////   - add parameters that are missing                          ////
13
////                                                              ////
14
////  Author(s):                                                  ////
15
////      - Damjan Lampret, lampret@opencores.org                 ////
16
////                                                              ////
17
//////////////////////////////////////////////////////////////////////
18
////                                                              ////
19
//// Copyright (C) 2000 Authors and OPENCORES.ORG                 ////
20
////                                                              ////
21
//// This source file may be used and distributed without         ////
22
//// restriction provided that this copyright statement is not    ////
23
//// removed from the file and that any derivative work contains  ////
24
//// the original copyright notice and the associated disclaimer. ////
25
////                                                              ////
26
//// This source file is free software; you can redistribute it   ////
27
//// and/or modify it under the terms of the GNU Lesser General   ////
28
//// Public License as published by the Free Software Foundation; ////
29
//// either version 2.1 of the License, or (at your option) any   ////
30
//// later version.                                               ////
31
////                                                              ////
32
//// This source is distributed in the hope that it will be       ////
33
//// useful, but WITHOUT ANY WARRANTY; without even the implied   ////
34
//// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR      ////
35
//// PURPOSE.  See the GNU Lesser General Public License for more ////
36
//// details.                                                     ////
37
////                                                              ////
38
//// You should have received a copy of the GNU Lesser General    ////
39
//// Public License along with this source; if not, download it   ////
40
//// from http://www.opencores.org/lgpl.shtml                     ////
41
////                                                              ////
42
//////////////////////////////////////////////////////////////////////
43
//
44
// CVS Revision History
45
//
46
// $Log: not supported by cvs2svn $
47 737 lampret
// Revision 1.9  2002/03/11 01:26:26  lampret
48
// Fixed async loop. Changed multiplier type for ASIC.
49
//
50 735 lampret
// Revision 1.8  2002/02/11 04:33:17  lampret
51
// Speed optimizations (removed duplicate _cyc_ and _stb_). Fixed D/IMMU cache-inhibit attr.
52
//
53 660 lampret
// Revision 1.7  2002/02/01 19:56:54  lampret
54
// Fixed combinational loops.
55
//
56 636 lampret
// Revision 1.6  2002/01/19 14:10:22  lampret
57
// Fixed OR1200_XILINX_RAM32X1D.
58
//
59 597 lampret
// Revision 1.5  2002/01/18 07:56:00  lampret
60
// No more low/high priority interrupts (PICPR removed). Added tick timer exception. Added exception prefix (SR[EPH]). Fixed single-step bug whenreading NPC.
61
//
62 589 lampret
// Revision 1.4  2002/01/14 09:44:12  lampret
63
// Default ASIC configuration does not sample WB inputs.
64
//
65 569 lampret
// Revision 1.3  2002/01/08 00:51:08  lampret
66
// Fixed typo. OR1200_REGISTERED_OUTPUTS was not defined. Should be.
67
//
68 536 lampret
// Revision 1.2  2002/01/03 21:23:03  lampret
69
// Uncommented OR1200_REGISTERED_OUTPUTS for FPGA target.
70
//
71 512 lampret
// Revision 1.1  2002/01/03 08:16:15  lampret
72
// New prefixes for RTL files, prefixed module names. Updated cache controllers and MMUs.
73
//
74 504 lampret
// Revision 1.20  2001/12/04 05:02:36  lampret
75
// Added OR1200_GENERIC_MULTP2_32X32 and OR1200_ASIC_MULTP2_32X32
76
//
77
// Revision 1.19  2001/11/27 19:46:57  lampret
78
// Now FPGA and ASIC target are separate.
79
//
80
// Revision 1.18  2001/11/23 21:42:31  simons
81
// Program counter divided to PPC and NPC.
82
//
83
// Revision 1.17  2001/11/23 08:38:51  lampret
84
// Changed DSR/DRR behavior and exception detection.
85
//
86
// Revision 1.16  2001/11/20 21:30:38  lampret
87
// Added OR1200_REGISTERED_INPUTS.
88
//
89
// Revision 1.15  2001/11/19 14:29:48  simons
90
// Cashes disabled.
91
//
92
// Revision 1.14  2001/11/13 10:02:21  lampret
93
// Added 'setpc'. Renamed some signals (except_flushpipe into flushpipe etc)
94
//
95
// Revision 1.13  2001/11/12 01:45:40  lampret
96
// Moved flag bit into SR. Changed RF enable from constant enable to dynamic enable for read ports.
97
//
98
// Revision 1.12  2001/11/10 03:43:57  lampret
99
// Fixed exceptions.
100
//
101
// Revision 1.11  2001/11/02 18:57:14  lampret
102
// Modified virtual silicon instantiations.
103
//
104
// Revision 1.10  2001/10/21 17:57:16  lampret
105
// Removed params from generic_XX.v. Added translate_off/on in sprs.v and id.v. Removed spr_addr from dc.v and ic.v. Fixed CR+LF.
106
//
107
// Revision 1.9  2001/10/19 23:28:46  lampret
108
// Fixed some synthesis warnings. Configured with caches and MMUs.
109
//
110
// Revision 1.8  2001/10/14 13:12:09  lampret
111
// MP3 version.
112
//
113
// Revision 1.1.1.1  2001/10/06 10:18:36  igorm
114
// no message
115
//
116
// Revision 1.3  2001/08/17 08:01:19  lampret
117
// IC enable/disable.
118
//
119
// Revision 1.2  2001/08/13 03:36:20  lampret
120
// Added cfg regs. Moved all defines into one defines.v file. More cleanup.
121
//
122
// Revision 1.1  2001/08/09 13:39:33  lampret
123
// Major clean-up.
124
//
125
// Revision 1.2  2001/07/22 03:31:54  lampret
126
// Fixed RAM's oen bug. Cache bypass under development.
127
//
128
// Revision 1.1  2001/07/20 00:46:03  lampret
129
// Development version of RTL. Libraries are missing.
130
//
131
//
132
 
133
//
134
// Dump VCD
135
//
136
//`define OR1200_VCD_DUMP
137
 
138
//
139
// Generate debug messages during simulation
140
//
141
//`define OR1200_VERBOSE
142
 
143 737 lampret
//`define OR1200_ASIC
144 504 lampret
////////////////////////////////////////////////////////
145
//
146
// Typical configuration for an ASIC
147
//
148
`ifdef OR1200_ASIC
149
 
150
//
151
// Target ASIC memories
152
//
153
//`define OR1200_ARTISAN_SSP
154
//`define OR1200_ARTISAN_SDP
155
//`define OR1200_ARTISAN_STP
156
`define OR1200_VIRTUALSILICON_SSP
157
`define OR1200_VIRTUALSILICON_STP
158
 
159
//
160
// Do not implement Data cache
161
//
162
//`define OR1200_NO_DC
163
 
164
//
165
// Do not implement Insn cache
166
//
167
//`define OR1200_NO_IC
168
 
169
//
170
// Do not implement Data MMU
171
//
172
//`define OR1200_NO_DMMU
173
 
174
//
175
// Do not implement Insn MMU
176
//
177
//`define OR1200_NO_IMMU
178
 
179
//
180
// Register OR1200 WISHBONE outputs
181
// (at the moment correct operation
182
// only with registered outputs)
183
//
184 536 lampret
`define OR1200_REGISTERED_OUTPUTS
185 504 lampret
 
186
//
187
// Register OR1200 WISHBNE inputs
188
//
189 569 lampret
//`define OR1200_REGISTERED_INPUTS
190 504 lampret
 
191
//
192
// Select between ASIC optimized and generic multiplier
193
//
194 735 lampret
//`define OR1200_ASIC_MULTP2_32X32
195
`define OR1200_GENERIC_MULTP2_32X32
196 504 lampret
 
197
//
198
// Size/type of insn/data cache if implemented
199
//
200
// `define OR1200_IC_1W_4KB
201
`define OR1200_IC_1W_8KB
202
// `define OR1200_DC_1W_4KB
203
`define OR1200_DC_1W_8KB
204
 
205
`else
206
 
207
 
208
/////////////////////////////////////////////////////////
209
//
210
// Typical configuration for an FPGA
211
//
212
 
213
//
214
// Target FPGA memories
215
//
216
`define OR1200_XILINX_RAMB4
217 597 lampret
`define OR1200_XILINX_RAM32X1D
218 504 lampret
 
219
//
220
// Do not implement Data cache
221
//
222
//`define OR1200_NO_DC
223
 
224
//
225
// Do not implement Insn cache
226
//
227
//`define OR1200_NO_IC
228
 
229
//
230
// Do not implement Data MMU
231
//
232
//`define OR1200_NO_DMMU
233
 
234
//
235
// Do not implement Insn MMU
236
//
237
//`define OR1200_NO_IMMU
238
 
239
//
240
// Register OR1200 WISHBONE outputs
241
// (at the moment works only with
242
// registered outputs)
243
//
244 512 lampret
`define OR1200_REGISTERED_OUTPUTS
245 504 lampret
 
246
//
247
// Register OR1200 WISHBONE inputs
248
//
249
//`define OR1200_REGISTERED_INPUTS
250
 
251
//
252
// Select between ASIC and generic multiplier
253
//
254
//`define OR1200_ASIC_MULTP2_32X32
255
`define OR1200_GENERIC_MULTP2_32X32
256
 
257
//
258
// Size/type of insn/data cache if implemented
259
// (consider available FPGA memory resources)
260
//
261
`define OR1200_IC_1W_4KB
262
//`define OR1200_IC_1W_8KB
263
`define OR1200_DC_1W_4KB
264
//`define OR1200_DC_1W_8KB
265
 
266
`endif
267
 
268
 
269
//////////////////////////////////////////////////////////
270
//
271
// Do not change below unless you know what you are doing
272
//
273
 
274
// Operand width / register file address width
275
`define OR1200_OPERAND_WIDTH            32
276
`define OR1200_REGFILE_ADDR_WIDTH       5
277
 
278
//
279
// Implement rotate in the ALU
280
//
281
//`define OR1200_IMPL_ALU_ROTATE
282
 
283
//
284
// Type of ALU compare to implement
285
//
286
//`define OR1200_IMPL_ALU_COMP1
287
`define OR1200_IMPL_ALU_COMP2
288
 
289
//
290
// Select between low-power (larger) multiplier or faster multiplier
291
//
292
`define OR1200_LOWPWR_MULT
293
 
294
//
295
// Clock synchronization for RISC clk and WB divided clocks
296
//
297
// If you plan to run WB:RISC clock 1:1, you can comment these two
298
//
299
`define OR1200_CLKDIV_2_SUPPORTED
300
`define OR1200_CLKDIV_4_SUPPORTED
301
 
302
//
303
// Type of register file RAM
304
//
305
// `define OR1200_RFRAM_TWOPORT
306
 
307
//
308
// Define to use fast (and bigger) version of mem2reg aligner
309
//
310 597 lampret
`define OR1200_MEM2REG_FAST
311 504 lampret
 
312
//
313
// Simulate l.div and l.divu
314
//
315
// If commented, l.div/l.divu will produce undefined result. If enabled,
316
// div instructions will be simulated, but not synthesized ! OR1200
317
// does not have a hardware divider.
318
//
319
`define OR1200_SIM_ALU_DIV
320
`define OR1200_SIM_ALU_DIVU
321
 
322
//
323
// ALUOPs
324
//
325
`define OR1200_ALUOP_WIDTH      4
326 636 lampret
`define OR1200_ALUOP_NOP        4'd4
327 504 lampret
/* Order defined by arith insns that have two source operands both in regs
328
   (see binutils/include/opcode/or32.h) */
329
`define OR1200_ALUOP_ADD        4'd0
330
`define OR1200_ALUOP_ADDC       4'd1
331
`define OR1200_ALUOP_SUB        4'd2
332
`define OR1200_ALUOP_AND        4'd3
333 636 lampret
`define OR1200_ALUOP_OR         4'd4
334 504 lampret
`define OR1200_ALUOP_XOR        4'd5
335
`define OR1200_ALUOP_MUL        4'd6
336
`define OR1200_ALUOP_SHROT      4'd8
337
`define OR1200_ALUOP_DIV        4'd9
338
`define OR1200_ALUOP_DIVU       4'd10
339
/* Order not specifically defined. */
340
`define OR1200_ALUOP_IMM        4'd11
341
`define OR1200_ALUOP_MOVHI      4'd12
342
`define OR1200_ALUOP_COMP       4'd13
343
`define OR1200_ALUOP_MTSR       4'd14
344
`define OR1200_ALUOP_MFSR       4'd15
345
 
346
//
347
// MACOPs
348
//
349
`define OR1200_MACOP_WIDTH      2
350
`define OR1200_MACOP_NOP        2'b00
351
`define OR1200_MACOP_MAC        2'b01
352
`define OR1200_MACOP_MSB        2'b10
353
 
354
//
355
// Shift/rotate ops
356
//
357
`define OR1200_SHROTOP_WIDTH    2
358
`define OR1200_SHROTOP_NOP      2'd0
359
`define OR1200_SHROTOP_SLL      2'd0
360
`define OR1200_SHROTOP_SRL      2'd1
361
`define OR1200_SHROTOP_SRA      2'd2
362
`define OR1200_SHROTOP_ROR      2'd3
363
 
364
// Execution cycles per instruction
365
`define OR1200_MULTICYCLE_WIDTH 2
366
`define OR1200_ONE_CYCLE                2'd0
367
`define OR1200_TWO_CYCLES               2'd1
368
 
369
// Operand MUX selects
370
`define OR1200_SEL_WIDTH                2
371
`define OR1200_SEL_RF                   2'd0
372
`define OR1200_SEL_IMM                  2'd1
373
`define OR1200_SEL_EX_FORW              2'd2
374
`define OR1200_SEL_WB_FORW              2'd3
375
 
376
//
377
// BRANCHOPs
378
//
379
`define OR1200_BRANCHOP_WIDTH           3
380
`define OR1200_BRANCHOP_NOP             3'd0
381
`define OR1200_BRANCHOP_J               3'd1
382
`define OR1200_BRANCHOP_JR              3'd2
383
`define OR1200_BRANCHOP_BAL             3'd3
384
`define OR1200_BRANCHOP_BF              3'd4
385
`define OR1200_BRANCHOP_BNF             3'd5
386
`define OR1200_BRANCHOP_RFE             3'd6
387
 
388
//
389
// LSUOPs
390
//
391
// Bit 0: sign extend
392
// Bits 1-2: 00 doubleword, 01 byte, 10 halfword, 11 singleword
393
// Bit 3: 0 load, 1 store
394
`define OR1200_LSUOP_WIDTH              4
395
`define OR1200_LSUOP_NOP                4'b0000
396
`define OR1200_LSUOP_LBZ                4'b0010
397
`define OR1200_LSUOP_LBS                4'b0011
398
`define OR1200_LSUOP_LHZ                4'b0100
399
`define OR1200_LSUOP_LHS                4'b0101
400
`define OR1200_LSUOP_LWZ                4'b0110
401
`define OR1200_LSUOP_LWS                4'b0111
402
`define OR1200_LSUOP_LD         4'b0001
403
`define OR1200_LSUOP_SD         4'b1000
404
`define OR1200_LSUOP_SB         4'b1010
405
`define OR1200_LSUOP_SH         4'b1100
406
`define OR1200_LSUOP_SW         4'b1110
407
 
408
// FETCHOPs
409
`define OR1200_FETCHOP_WIDTH            1
410
`define OR1200_FETCHOP_NOP              1'b0
411
`define OR1200_FETCHOP_LW               1'b1
412
 
413
//
414
// Register File Write-Back OPs
415
//
416
// Bit 0: register file write enable
417
// Bits 2-1: write-back mux selects
418
`define OR1200_RFWBOP_WIDTH             3
419
`define OR1200_RFWBOP_NOP               3'b000
420
`define OR1200_RFWBOP_ALU               3'b001
421
`define OR1200_RFWBOP_LSU               3'b011
422
`define OR1200_RFWBOP_SPRS              3'b101
423
`define OR1200_RFWBOP_LR                3'b111
424
 
425
// Compare instructions
426
`define OR1200_COP_SFEQ       3'b000
427
`define OR1200_COP_SFNE       3'b001
428
`define OR1200_COP_SFGT       3'b010
429
`define OR1200_COP_SFGE       3'b011
430
`define OR1200_COP_SFLT       3'b100
431
`define OR1200_COP_SFLE       3'b101
432
`define OR1200_COP_X          3'b111
433
`define OR1200_SIGNED_COMPARE 'd3
434
`define OR1200_COMPOP_WIDTH     4
435
 
436
//
437
// TAGs for instruction bus
438
//
439
`define OR1200_ITAG_IDLE        4'h0    // idle bus
440
`define OR1200_ITAG_NI          4'h1    // normal insn
441
`define OR1200_ITAG_BE          4'hb    // Bus error exception
442
`define OR1200_ITAG_PE          4'hc    // Page fault exception
443
`define OR1200_ITAG_TE          4'hd    // TLB miss exception
444
 
445
//
446
// TAGs for data bus
447
//
448
`define OR1200_DTAG_IDLE        4'h0    // idle bus
449
`define OR1200_DTAG_ND          4'h1    // normal data
450
`define OR1200_DTAG_AE          4'ha    // Alignment exception
451
`define OR1200_DTAG_BE          4'hb    // Bus error exception
452
`define OR1200_DTAG_PE          4'hc    // Page fault exception
453
`define OR1200_DTAG_TE          4'hd    // TLB miss exception
454
 
455
 
456
//////////////////////////////////////////////
457
//
458
// ORBIS32 ISA specifics
459
//
460
 
461
// SHROT_OP position in machine word
462
`define OR1200_SHROTOP_POS              7:6
463
 
464
// ALU instructions multicycle field in machine word
465
`define OR1200_ALUMCYC_POS              9:8
466
 
467
//
468
// Instruction opcode groups (basic)
469
//
470
`define OR1200_OR32_J                 6'b000000
471
`define OR1200_OR32_JAL               6'b000001
472
`define OR1200_OR32_BNF               6'b000011
473
`define OR1200_OR32_BF                6'b000100
474
`define OR1200_OR32_NOP               6'b000101
475
`define OR1200_OR32_MOVHI             6'b000110
476
`define OR1200_OR32_XSYNC             6'b001000
477
`define OR1200_OR32_RFE               6'b001001
478
/* */
479
`define OR1200_OR32_JR                6'b010001
480
`define OR1200_OR32_JALR              6'b010010
481
`define OR1200_OR32_MACI              6'b010011
482
/* */
483
`define OR1200_OR32_LWZ               6'b100001
484
`define OR1200_OR32_LBZ               6'b100011
485
`define OR1200_OR32_LBS               6'b100100
486
`define OR1200_OR32_LHZ               6'b100101
487
`define OR1200_OR32_LHS               6'b100110
488
`define OR1200_OR32_ADDI              6'b100111
489
`define OR1200_OR32_ADDIC             6'b101000
490
`define OR1200_OR32_ANDI              6'b101001
491
`define OR1200_OR32_ORI               6'b101010
492
`define OR1200_OR32_XORI              6'b101011
493
`define OR1200_OR32_MULI              6'b101100
494
`define OR1200_OR32_MFSPR             6'b101101
495
`define OR1200_OR32_SH_ROTI           6'b101110
496
`define OR1200_OR32_SFXXI             6'b101111
497
/* */
498
`define OR1200_OR32_MTSPR             6'b110000
499
`define OR1200_OR32_MACMSB            6'b110001
500
/* */
501
`define OR1200_OR32_SW                6'b110101
502
`define OR1200_OR32_SB                6'b110110
503
`define OR1200_OR32_SH                6'b110111
504
`define OR1200_OR32_ALU               6'b111000
505
`define OR1200_OR32_SFXX              6'b111001
506
 
507
 
508
/////////////////////////////////////////////////////
509
//
510
// Exceptions
511
//
512
`define OR1200_EXCEPT_WIDTH 4
513
`define OR1200_EXCEPT_UNUSED            `OR1200_EXCEPT_WIDTH'hf
514
`define OR1200_EXCEPT_TRAP              `OR1200_EXCEPT_WIDTH'he
515
`define OR1200_EXCEPT_BREAK             `OR1200_EXCEPT_WIDTH'hd
516
`define OR1200_EXCEPT_SYSCALL           `OR1200_EXCEPT_WIDTH'hc
517
`define OR1200_EXCEPT_RANGE             `OR1200_EXCEPT_WIDTH'hb
518
`define OR1200_EXCEPT_ITLBMISS          `OR1200_EXCEPT_WIDTH'ha
519
`define OR1200_EXCEPT_DTLBMISS          `OR1200_EXCEPT_WIDTH'h9
520 589 lampret
`define OR1200_EXCEPT_INT               `OR1200_EXCEPT_WIDTH'h8
521 504 lampret
`define OR1200_EXCEPT_ILLEGAL           `OR1200_EXCEPT_WIDTH'h7
522
`define OR1200_EXCEPT_ALIGN             `OR1200_EXCEPT_WIDTH'h6
523 589 lampret
`define OR1200_EXCEPT_TICK              `OR1200_EXCEPT_WIDTH'h5
524 504 lampret
`define OR1200_EXCEPT_IPF               `OR1200_EXCEPT_WIDTH'h4
525
`define OR1200_EXCEPT_DPF               `OR1200_EXCEPT_WIDTH'h3
526
`define OR1200_EXCEPT_BUSERR            `OR1200_EXCEPT_WIDTH'h2
527
`define OR1200_EXCEPT_RESET             `OR1200_EXCEPT_WIDTH'h1
528
`define OR1200_EXCEPT_NONE              `OR1200_EXCEPT_WIDTH'h0
529
 
530
 
531
/////////////////////////////////////////////////////
532
//
533
// SPR groups
534
//
535
 
536
// Bits that define the group
537
`define OR1200_SPR_GROUP_BITS   15:11
538
 
539
// Width of the group bits
540
`define OR1200_SPR_GROUP_WIDTH  5
541
 
542
// Bits that define offset inside the group
543
`define OR1200_SPR_OFS_BITS 10:0
544
 
545
// List of groups
546
`define OR1200_SPR_GROUP_SYS    5'd00
547
`define OR1200_SPR_GROUP_DMMU   5'd01
548
`define OR1200_SPR_GROUP_IMMU   5'd02
549
`define OR1200_SPR_GROUP_DC     5'd03
550
`define OR1200_SPR_GROUP_IC     5'd04
551
`define OR1200_SPR_GROUP_MAC    5'd05
552
`define OR1200_SPR_GROUP_DU     5'd06
553
`define OR1200_SPR_GROUP_PM     5'd08
554
`define OR1200_SPR_GROUP_PIC    5'd09
555
`define OR1200_SPR_GROUP_TT     5'd10
556
 
557
 
558
/////////////////////////////////////////////////////
559
//
560
// System group
561
//
562
 
563
//
564
// System registers
565
//
566
`define OR1200_SPR_CFGR         7'd0
567
`define OR1200_SPR_RF           6'd32   // 1024 >> 5
568
`define OR1200_SPR_NPC          11'd16
569
`define OR1200_SPR_SR           11'd17
570
`define OR1200_SPR_PPC          11'd18
571
`define OR1200_SPR_EPCR         11'd32
572
`define OR1200_SPR_EEAR         11'd48
573
`define OR1200_SPR_ESR          11'd64
574
 
575
//
576
// SR bits
577
//
578 589 lampret
`define OR1200_SR_WIDTH 16
579
`define OR1200_SR_SM   0
580
`define OR1200_SR_TEE  1
581
`define OR1200_SR_IEE  2
582 504 lampret
`define OR1200_SR_DCE  3
583
`define OR1200_SR_ICE  4
584
`define OR1200_SR_DME  5
585
`define OR1200_SR_IME  6
586
`define OR1200_SR_LEE  7
587
`define OR1200_SR_CE   8
588
`define OR1200_SR_F    9
589 589 lampret
`define OR1200_SR_CY   10       // Unused
590
`define OR1200_SR_OV   11       // Unused
591
`define OR1200_SR_OVE  12       // Unused
592
`define OR1200_SR_DSX  13       // Unused
593
`define OR1200_SR_EPH  14
594
`define OR1200_SR_FO   15
595
`define OR1200_SR_CID  31:28    // Unimplemented
596 504 lampret
 
597
// Bits that define offset inside the group
598
`define OR1200_SPROFS_BITS 10:0
599
 
600
//
601
// VR, UPR and Configuration Registers
602
//
603
 
604
// Define if you want configuration registers implemented
605
`define OR1200_CFGR_IMPLEMENTED
606
 
607
// Define if you want full address decode inside SYS group
608
`define OR1200_SYS_FULL_DECODE
609
 
610
// Offsets of VR, UPR and CFGR registers
611
`define OR1200_SPRGRP_SYS_VR            4'h0
612
`define OR1200_SPRGRP_SYS_UPR           4'h1
613
`define OR1200_SPRGRP_SYS_CPUCFGR       4'h2
614
`define OR1200_SPRGRP_SYS_DMMUCFGR      4'h3
615
`define OR1200_SPRGRP_SYS_IMMUCFGR      4'h4
616
`define OR1200_SPRGRP_SYS_DCCFGR        4'h5
617
`define OR1200_SPRGRP_SYS_ICCFGR        4'h6
618
`define OR1200_SPRGRP_SYS_DCFGR 4'h7
619
 
620
// VR fields
621
`define OR1200_VR_REV_BITS              5:0
622
`define OR1200_VR_RES1_BITS             15:6
623
`define OR1200_VR_CFG_BITS              23:16
624
`define OR1200_VR_VER_BITS              31:24
625
 
626
// VR values
627
`define OR1200_VR_REV                   6'h00
628
`define OR1200_VR_RES1                  10'h000
629
`define OR1200_VR_CFG                   8'h00
630
`define OR1200_VR_VER                   8'h12
631
 
632
// UPR fields
633
`define OR1200_UPR_UP_BITS              0
634
`define OR1200_UPR_DCP_BITS             1
635
`define OR1200_UPR_ICP_BITS             2
636
`define OR1200_UPR_DMP_BITS             3
637
`define OR1200_UPR_IMP_BITS             4
638
`define OR1200_UPR_MP_BITS              5
639
`define OR1200_UPR_DUP_BITS             6
640
`define OR1200_UPR_PCUP_BITS            7
641
`define OR1200_UPR_PMP_BITS             8
642
`define OR1200_UPR_PICP_BITS            9
643
`define OR1200_UPR_TTP_BITS             10
644
`define OR1200_UPR_RES1_BITS            23:11
645
`define OR1200_UPR_CUP_BITS             31:24
646
 
647
// UPR values
648
`define OR1200_UPR_UP                   1'b1
649
`define OR1200_UPR_DCP                  1'b1
650
`define OR1200_UPR_ICP                  1'b1
651
`define OR1200_UPR_DMP                  1'b1
652
`define OR1200_UPR_IMP                  1'b1
653
`define OR1200_UPR_MP                   1'b1
654
`define OR1200_UPR_DUP                  1'b1
655
`define OR1200_UPR_PCUP         1'b0
656
`define OR1200_UPR_PMP                  1'b1
657
`define OR1200_UPR_PICP         1'b1
658
`define OR1200_UPR_TTP                  1'b1
659
`define OR1200_UPR_RES1         13'h0000
660
`define OR1200_UPR_CUP                  8'h00
661
 
662
// CPUCFGR fields
663
`define OR1200_CPUCFGR_NSGF_BITS        3:0
664
`define OR1200_CPUCFGR_HGF_BITS 4
665
`define OR1200_CPUCFGR_OB32S_BITS       5
666
`define OR1200_CPUCFGR_OB64S_BITS       6
667
`define OR1200_CPUCFGR_OF32S_BITS       7
668
`define OR1200_CPUCFGR_OF64S_BITS       8
669
`define OR1200_CPUCFGR_OV64S_BITS       9
670
`define OR1200_CPUCFGR_RES1_BITS        31:10
671
 
672
// CPUCFGR values
673
`define OR1200_CPUCFGR_NSGF             4'h0
674
`define OR1200_CPUCFGR_HGF              1'b0
675
`define OR1200_CPUCFGR_OB32S            1'b1
676
`define OR1200_CPUCFGR_OB64S            1'b0
677
`define OR1200_CPUCFGR_OF32S            1'b0
678
`define OR1200_CPUCFGR_OF64S            1'b0
679
`define OR1200_CPUCFGR_OV64S            1'b0
680
`define OR1200_CPUCFGR_RES1             22'h000000
681
 
682
// DMMUCFGR fields
683
`define OR1200_DMMUCFGR_NTW_BITS        1:0
684
`define OR1200_DMMUCFGR_NTS_BITS        4:2
685
`define OR1200_DMMUCFGR_NAE_BITS        7:5
686
`define OR1200_DMMUCFGR_CRI_BITS        8
687
`define OR1200_DMMUCFGR_PRI_BITS        9
688
`define OR1200_DMMUCFGR_TEIRI_BITS      10
689
`define OR1200_DMMUCFGR_HTR_BITS        11
690
`define OR1200_DMMUCFGR_RES1_BITS       31:12
691
 
692
// DMMUCFGR values
693
`define OR1200_DMMUCFGR_NTW             2'h0
694
`define OR1200_DMMUCFGR_NTS             3'h5
695
`define OR1200_DMMUCFGR_NAE             3'h0
696
`define OR1200_DMMUCFGR_CRI             1'b0
697
`define OR1200_DMMUCFGR_PRI             1'b0
698
`define OR1200_DMMUCFGR_TEIRI           1'b1
699
`define OR1200_DMMUCFGR_HTR             1'b0
700
`define OR1200_DMMUCFGR_RES1            20'h00000
701
 
702
// IMMUCFGR fields
703
`define OR1200_IMMUCFGR_NTW_BITS        1:0
704
`define OR1200_IMMUCFGR_NTS_BITS        4:2
705
`define OR1200_IMMUCFGR_NAE_BITS        7:5
706
`define OR1200_IMMUCFGR_CRI_BITS        8
707
`define OR1200_IMMUCFGR_PRI_BITS        9
708
`define OR1200_IMMUCFGR_TEIRI_BITS      10
709
`define OR1200_IMMUCFGR_HTR_BITS        11
710
`define OR1200_IMMUCFGR_RES1_BITS       31:12
711
 
712
// IMMUCFGR values
713
`define OR1200_IMMUCFGR_NTW             2'h0
714
`define OR1200_IMMUCFGR_NTS             3'h5
715
`define OR1200_IMMUCFGR_NAE             3'h0
716
`define OR1200_IMMUCFGR_CRI             1'b0
717
`define OR1200_IMMUCFGR_PRI             1'b0
718
`define OR1200_IMMUCFGR_TEIRI           1'b1
719
`define OR1200_IMMUCFGR_HTR             1'b0
720
`define OR1200_IMMUCFGR_RES1            20'h00000
721
 
722
// DCCFGR fields
723
`define OR1200_DCCFGR_NCW_BITS          2:0
724
`define OR1200_DCCFGR_NCS_BITS          6:3
725
`define OR1200_DCCFGR_CBS_BITS          7
726
`define OR1200_DCCFGR_CWS_BITS          8
727
`define OR1200_DCCFGR_CCRI_BITS 9
728
`define OR1200_DCCFGR_CBIRI_BITS        10
729
`define OR1200_DCCFGR_CBPRI_BITS        11
730
`define OR1200_DCCFGR_CBLRI_BITS        12
731
`define OR1200_DCCFGR_CBFRI_BITS        13
732
`define OR1200_DCCFGR_CBWBRI_BITS       14
733
`define OR1200_DCCFGR_RES1_BITS 31:15
734
 
735
// DCCFGR values
736
`define OR1200_DCCFGR_NCW               3'h0
737
`define OR1200_DCCFGR_NCS               4'h5
738
`define OR1200_DCCFGR_CBS               1'b0
739
`define OR1200_DCCFGR_CWS               1'b0
740
`define OR1200_DCCFGR_CCRI              1'b1
741
`define OR1200_DCCFGR_CBIRI             1'b1
742
`define OR1200_DCCFGR_CBPRI             1'b0
743
`define OR1200_DCCFGR_CBLRI             1'b0
744
`define OR1200_DCCFGR_CBFRI             1'b0
745
`define OR1200_DCCFGR_CBWBRI            1'b1
746
`define OR1200_DCCFGR_RES1              17'h00000
747
 
748
// ICCFGR fields
749
`define OR1200_ICCFGR_NCW_BITS          2:0
750
`define OR1200_ICCFGR_NCS_BITS          6:3
751
`define OR1200_ICCFGR_CBS_BITS          7
752
`define OR1200_ICCFGR_CWS_BITS          8
753
`define OR1200_ICCFGR_CCRI_BITS 9
754
`define OR1200_ICCFGR_CBIRI_BITS        10
755
`define OR1200_ICCFGR_CBPRI_BITS        11
756
`define OR1200_ICCFGR_CBLRI_BITS        12
757
`define OR1200_ICCFGR_CBFRI_BITS        13
758
`define OR1200_ICCFGR_CBWBRI_BITS       14
759
`define OR1200_ICCFGR_RES1_BITS 31:15
760
 
761
// ICCFGR values
762
`define OR1200_ICCFGR_NCW               3'h0
763
`define OR1200_ICCFGR_NCS               4'h5
764
`define OR1200_ICCFGR_CBS               1'b0
765
`define OR1200_ICCFGR_CWS               1'b0
766
`define OR1200_ICCFGR_CCRI              1'b1
767
`define OR1200_ICCFGR_CBIRI             1'b1
768
`define OR1200_ICCFGR_CBPRI             1'b0
769
`define OR1200_ICCFGR_CBLRI             1'b0
770
`define OR1200_ICCFGR_CBFRI             1'b0
771
`define OR1200_ICCFGR_CBWBRI            1'b1
772
`define OR1200_ICCFGR_RES1              17'h00000
773
 
774
// DCFGR fields
775
`define OR1200_DCFGR_NDP_BITS           2:0
776
`define OR1200_DCFGR_WPCI_BITS          3
777
`define OR1200_DCFGR_RES1_BITS          31:4
778
 
779
// DCFGR values
780
`define OR1200_DCFGR_NDP                3'h0
781
`define OR1200_DCFGR_WPCI               1'b0
782
`define OR1200_DCFGR_RES1               28'h0000000
783
 
784
 
785
/////////////////////////////////////////////////////
786
//
787
// Power Management (PM)
788
//
789
 
790
// Define it if you want PM implemented
791
`define OR1200_PM_IMPLEMENTED
792
 
793
// Bit positions inside PMR (don't change)
794
`define OR1200_PM_PMR_SDF 3:0
795
`define OR1200_PM_PMR_DME 4
796
`define OR1200_PM_PMR_SME 5
797
`define OR1200_PM_PMR_DCGE 6
798
`define OR1200_PM_PMR_UNUSED 31:7
799
 
800
// PMR offset inside PM group of registers
801
`define OR1200_PM_OFS_PMR 11'b0
802
 
803
// PM group
804
`define OR1200_SPRGRP_PM 5'd8
805
 
806
// Define if PMR can be read/written at any address inside PM group
807
`define OR1200_PM_PARTIAL_DECODING
808
 
809
// Define if reading PMR is allowed
810
`define OR1200_PM_READREGS
811
 
812
// Define if unused PMR bits should be zero
813
`define OR1200_PM_UNUSED_ZERO
814
 
815
 
816
/////////////////////////////////////////////////////
817
//
818
// Debug Unit (DU)
819
//
820
 
821
// Define it if you want DU implemented
822
`define OR1200_DU_IMPLEMENTED
823
 
824
// Address offsets of DU registers inside DU group
825
`define OR1200_DU_OFS_DMR1 5'd16
826
`define OR1200_DU_OFS_DMR2 5'd17
827
`define OR1200_DU_OFS_DSR 5'd20
828
`define OR1200_DU_OFS_DRR 5'd21
829
 
830
// Position of offset bits inside SPR address
831
`define OR1200_DUOFS_BITS 4:0
832
 
833
// Define if you want these DU registers to be implemented
834
`define OR1200_DU_DMR1
835
`define OR1200_DU_DMR2
836
`define OR1200_DU_DSR
837
`define OR1200_DU_DRR
838
 
839
// DMR1 bits
840
`define OR1200_DU_DMR1_ST 22
841
 
842
// DSR bits
843
`define OR1200_DU_DSR_WIDTH     14
844
`define OR1200_DU_DSR_RSTE      0
845
`define OR1200_DU_DSR_BUSEE     1
846
`define OR1200_DU_DSR_DPFE      2
847
`define OR1200_DU_DSR_IPFE      3
848 589 lampret
`define OR1200_DU_DSR_TTE       4
849 504 lampret
`define OR1200_DU_DSR_AE        5
850
`define OR1200_DU_DSR_IIE       6
851 589 lampret
`define OR1200_DU_DSR_IE        7
852 504 lampret
`define OR1200_DU_DSR_DME       8
853
`define OR1200_DU_DSR_IME       9
854
`define OR1200_DU_DSR_RE        10
855
`define OR1200_DU_DSR_SCE       11
856
`define OR1200_DU_DSR_BE        12
857
`define OR1200_DU_DSR_TE        13
858
 
859
// DRR bits
860
`define OR1200_DU_DRR_RSTE      0
861
`define OR1200_DU_DRR_BUSEE     1
862
`define OR1200_DU_DRR_DPFE      2
863
`define OR1200_DU_DRR_IPFE      3
864 589 lampret
`define OR1200_DU_DRR_TTE       4
865 504 lampret
`define OR1200_DU_DRR_AE        5
866
`define OR1200_DU_DRR_IIE       6
867 589 lampret
`define OR1200_DU_DRR_IE        7
868 504 lampret
`define OR1200_DU_DRR_DME       8
869
`define OR1200_DU_DRR_IME       9
870
`define OR1200_DU_DRR_RE        10
871
`define OR1200_DU_DRR_SCE       11
872
`define OR1200_DU_DRR_BE        12
873
`define OR1200_DU_DRR_TE        13
874
 
875
// Define if reading DU regs is allowed
876
`define OR1200_DU_READREGS
877
 
878
// Define if unused DU registers bits should be zero
879
`define OR1200_DU_UNUSED_ZERO
880
 
881
// DU operation commands
882
`define OR1200_DU_OP_READSPR    3'd4
883
`define OR1200_DU_OP_WRITESPR   3'd5
884
 
885 737 lampret
// Define if IF/LSU status is not needed by devel i/f
886
`define OR1200_DU_STATUS_UNIMPLEMENTED
887 504 lampret
 
888
/////////////////////////////////////////////////////
889
//
890
// Programmable Interrupt Controller (PIC)
891
//
892
 
893
// Define it if you want PIC implemented
894
`define OR1200_PIC_IMPLEMENTED
895
 
896
// Define number of interrupt inputs (2-31)
897
`define OR1200_PIC_INTS 20
898
 
899
// Address offsets of PIC registers inside PIC group
900
`define OR1200_PIC_OFS_PICMR 2'd0
901
`define OR1200_PIC_OFS_PICSR 2'd2
902
 
903
// Position of offset bits inside SPR address
904
`define OR1200_PICOFS_BITS 1:0
905
 
906
// Define if you want these PIC registers to be implemented
907
`define OR1200_PIC_PICMR
908
`define OR1200_PIC_PICSR
909
 
910
// Define if reading PIC registers is allowed
911
`define OR1200_PIC_READREGS
912
 
913
// Define if unused PIC register bits should be zero
914
`define OR1200_PIC_UNUSED_ZERO
915
 
916
 
917
/////////////////////////////////////////////////////
918
//
919
// Tick Timer (TT)
920
//
921
 
922
// Define it if you want TT implemented
923
`define OR1200_TT_IMPLEMENTED
924
 
925
// Address offsets of TT registers inside TT group
926
`define OR1200_TT_OFS_TTMR 1'd0
927
`define OR1200_TT_OFS_TTCR 1'd1
928
 
929
// Position of offset bits inside SPR group
930
`define OR1200_TTOFS_BITS 0
931
 
932
// Define if you want these TT registers to be implemented
933
`define OR1200_TT_TTMR
934
`define OR1200_TT_TTCR
935
 
936
// TTMR bits
937
`define OR1200_TT_TTMR_TP 27:0
938
`define OR1200_TT_TTMR_IP 28
939
`define OR1200_TT_TTMR_IE 29
940
`define OR1200_TT_TTMR_M 31:30
941
 
942
// Define if reading TT registers is allowed
943
`define OR1200_TT_READREGS
944
 
945
 
946
//////////////////////////////////////////////
947
//
948
// MAC
949
//
950
`define OR1200_MAC_ADDR         0        // MACLO 0xxxxxxxx1, MACHI 0xxxxxxxx0
951
`define OR1200_MAC_SPR_WE               // Define if MACLO/MACHI are SPR writable
952
 
953
 
954
//////////////////////////////////////////////
955
//
956
// Data MMU (DMMU)
957
//
958
 
959
//
960
// Address that selects between TLB TR and MR
961
//
962 660 lampret
`define OR1200_DTLB_TM_ADDR     7
963 504 lampret
 
964
//
965
// DTLBMR fields
966
//
967
`define OR1200_DTLBMR_V_BITS    0
968
`define OR1200_DTLBMR_CID_BITS  4:1
969
`define OR1200_DTLBMR_RES_BITS  11:5
970
`define OR1200_DTLBMR_VPN_BITS  31:13
971
 
972
//
973
// DTLBTR fields
974
//
975
`define OR1200_DTLBTR_CC_BITS   0
976
`define OR1200_DTLBTR_CI_BITS   1
977
`define OR1200_DTLBTR_WBC_BITS  2
978
`define OR1200_DTLBTR_WOM_BITS  3
979
`define OR1200_DTLBTR_A_BITS    4
980
`define OR1200_DTLBTR_D_BITS    5
981
`define OR1200_DTLBTR_URE_BITS  6
982
`define OR1200_DTLBTR_UWE_BITS  7
983
`define OR1200_DTLBTR_SRE_BITS  8
984
`define OR1200_DTLBTR_SWE_BITS  9
985
`define OR1200_DTLBTR_RES_BITS  11:10
986
`define OR1200_DTLBTR_PPN_BITS  31:13
987
 
988
//
989
// DTLB configuration
990
//
991
`define OR1200_DMMU_PS          13                                      // 13 for 8KB page size
992
`define OR1200_DTLB_INDXW       6                                       // 6 for 64 entry DTLB  7 for 128 entries
993
`define OR1200_DTLB_INDXL       `OR1200_DMMU_PS                         // 13                   13
994
`define OR1200_DTLB_INDXH       `OR1200_DMMU_PS+`OR1200_DTLB_INDXW-1    // 18                   19
995
`define OR1200_DTLB_INDX        `OR1200_DTLB_INDXH:`OR1200_DTLB_INDXL   // 18:13                19:13
996
`define OR1200_DTLB_TAGW        32-`OR1200_DTLB_INDXW-`OR1200_DMMU_PS   // 13                   12
997
`define OR1200_DTLB_TAGL        `OR1200_DTLB_INDXH+1                    // 19                   20
998
`define OR1200_DTLB_TAG         31:`OR1200_DTLB_TAGL                    // 31:19                31:20
999
`define OR1200_DTLBMRW          `OR1200_DTLB_TAGW+1                     // +1 because of V bit
1000
`define OR1200_DTLBTRW          32-`OR1200_DMMU_PS+5                    // +5 because of protection bits and CI
1001
 
1002 660 lampret
//
1003
// Cache inhibit while DMMU is not enabled/implemented
1004
//
1005
// cache inhibited 0GB-4GB              1'b1
1006 735 lampret
// cache inhibited 0GB-2GB              !dcpu_adr_i[31]
1007
// cache inhibited 0GB-1GB 2GB-3GB      !dcpu_adr_i[30]
1008
// cache inhibited 1GB-2GB 3GB-4GB      dcpu_adr_i[30]
1009
// cache inhibited 2GB-4GB (default)    dcpu_adr_i[31]
1010 660 lampret
// cached 0GB-4GB                       1'b0
1011
//
1012
`define OR1200_DMMU_CI                  dcpu_adr_i[31]
1013 504 lampret
 
1014 660 lampret
 
1015 504 lampret
//////////////////////////////////////////////
1016
//
1017
// Insn MMU (IMMU)
1018
//
1019
 
1020
//
1021
// Address that selects between TLB TR and MR
1022
//
1023 660 lampret
`define OR1200_ITLB_TM_ADDR     7
1024 504 lampret
 
1025
//
1026
// ITLBMR fields
1027
//
1028
`define OR1200_ITLBMR_V_BITS    0
1029
`define OR1200_ITLBMR_CID_BITS  4:1
1030
`define OR1200_ITLBMR_RES_BITS  11:5
1031
`define OR1200_ITLBMR_VPN_BITS  31:13
1032
 
1033
//
1034
// ITLBTR fields
1035
//
1036
`define OR1200_ITLBTR_CC_BITS   0
1037
`define OR1200_ITLBTR_CI_BITS   1
1038
`define OR1200_ITLBTR_WBC_BITS  2
1039
`define OR1200_ITLBTR_WOM_BITS  3
1040
`define OR1200_ITLBTR_A_BITS    4
1041
`define OR1200_ITLBTR_D_BITS    5
1042
`define OR1200_ITLBTR_SXE_BITS  6
1043
`define OR1200_ITLBTR_UXE_BITS  7
1044
`define OR1200_ITLBTR_RES_BITS  11:8
1045
`define OR1200_ITLBTR_PPN_BITS  31:13
1046
 
1047
//
1048
// ITLB configuration
1049
//
1050
`define OR1200_IMMU_PS          13                                      // 13 for 8KB page size
1051
`define OR1200_ITLB_INDXW       6                                       // 6 for 64 entry ITLB  7 for 128 entries
1052
`define OR1200_ITLB_INDXL       `OR1200_IMMU_PS                         // 13                   13
1053
`define OR1200_ITLB_INDXH       `OR1200_IMMU_PS+`OR1200_ITLB_INDXW-1    // 18                   19
1054
`define OR1200_ITLB_INDX        `OR1200_ITLB_INDXH:`OR1200_ITLB_INDXL   // 18:13                19:13
1055
`define OR1200_ITLB_TAGW        32-`OR1200_ITLB_INDXW-`OR1200_IMMU_PS   // 13                   12
1056
`define OR1200_ITLB_TAGL        `OR1200_ITLB_INDXH+1                    // 19                   20
1057
`define OR1200_ITLB_TAG         31:`OR1200_ITLB_TAGL                    // 31:19                31:20
1058
`define OR1200_ITLBMRW          `OR1200_ITLB_TAGW+1                     // +1 because of V bit
1059
`define OR1200_ITLBTRW          32-`OR1200_IMMU_PS+3                    // +3 because of protection bits and CI
1060
 
1061 660 lampret
//
1062
// Cache inhibit while IMMU is not enabled/implemented
1063 735 lampret
// Note: all combinations that use icpu_adr_i cause async loop
1064 660 lampret
//
1065
// cache inhibited 0GB-4GB              1'b1
1066 735 lampret
// cache inhibited 0GB-2GB              !icpu_adr_i[31]
1067
// cache inhibited 0GB-1GB 2GB-3GB      !icpu_adr_i[30]
1068
// cache inhibited 1GB-2GB 3GB-4GB      icpu_adr_i[30]
1069
// cache inhibited 2GB-4GB (default)    icpu_adr_i[31]
1070 660 lampret
// cached 0GB-4GB                       1'b0
1071
//
1072 735 lampret
`define OR1200_IMMU_CI                  1'b0
1073 504 lampret
 
1074 660 lampret
 
1075 504 lampret
/////////////////////////////////////////////////
1076
//
1077
// Insn cache (IC)
1078
//
1079
 
1080
// 3 for 8 bytes, 4 for 16 bytes etc
1081
`define OR1200_ICLS             4
1082
 
1083
//
1084
// IC configurations
1085
//
1086
`ifdef OR1200_IC_1W_4KB
1087
`define OR1200_ICSIZE                   12                      // 4096
1088
`define OR1200_ICINDX                   `OR1200_ICSIZE-2        // 10
1089
`define OR1200_ICINDXH                  `OR1200_ICSIZE-1        // 11
1090
`define OR1200_ICTAGL                   `OR1200_ICINDXH+1       // 12
1091
`define OR1200_ICTAG                    `OR1200_ICSIZE-`OR1200_ICLS     // 8
1092
`define OR1200_ICTAG_W                  21
1093
`endif
1094
`ifdef OR1200_IC_1W_8KB
1095
`define OR1200_ICSIZE                   13                      // 8192
1096
`define OR1200_ICINDX                   `OR1200_ICSIZE-2        // 11
1097
`define OR1200_ICINDXH                  `OR1200_ICSIZE-1        // 12
1098
`define OR1200_ICTAGL                   `OR1200_ICINDXH+1       // 13
1099
`define OR1200_ICTAG                    `OR1200_ICSIZE-`OR1200_ICLS     // 9
1100
`define OR1200_ICTAG_W                  20
1101
`endif
1102
 
1103
 
1104
/////////////////////////////////////////////////
1105
//
1106
// Data cache (DC)
1107
//
1108
 
1109
// 3 for 8 bytes, 4 for 16 bytes etc
1110
`define OR1200_DCLS             4
1111
 
1112 636 lampret
// Define to perform store refill (potential performance penalty)
1113
// `define OR1200_DC_STORE_REFILL
1114
 
1115 504 lampret
//
1116
// DC configurations
1117
//
1118
`ifdef OR1200_DC_1W_4KB
1119
`define OR1200_DCSIZE                   12                      // 4096
1120
`define OR1200_DCINDX                   `OR1200_DCSIZE-2        // 10
1121
`define OR1200_DCINDXH                  `OR1200_DCSIZE-1        // 11
1122
`define OR1200_DCTAGL                   `OR1200_DCINDXH+1       // 12
1123
`define OR1200_DCTAG                    `OR1200_DCSIZE-`OR1200_DCLS     // 8
1124
`define OR1200_DCTAG_W                  21
1125
`endif
1126
`ifdef OR1200_DC_1W_8KB
1127
`define OR1200_DCSIZE                   13                      // 8192
1128
`define OR1200_DCINDX                   `OR1200_DCSIZE-2        // 11
1129
`define OR1200_DCINDXH                  `OR1200_DCSIZE-1        // 12
1130
`define OR1200_DCTAGL                   `OR1200_DCINDXH+1       // 13
1131
`define OR1200_DCTAG                    `OR1200_DCSIZE-`OR1200_DCLS     // 9
1132
`define OR1200_DCTAG_W                  20
1133
`endif

powered by: WebSVN 2.1.0

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