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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [or1200/] [rtl/] [verilog/] [or1200_defines.v] - Blame information for rev 1582

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 1582 jcastillo
// Revision 1.43  2005/01/07 09:23:39  andreje
48
// l.ff1 and l.cmov instructions added
49
//
50 1334 andreje
// Revision 1.42  2004/06/08 18:17:36  lampret
51
// Non-functional changes. Coding style fixes.
52
//
53 1293 lampret
// Revision 1.41  2004/05/09 20:03:20  lampret
54
// By default l.cust5 insns are disabled
55
//
56 1288 lampret
// Revision 1.40  2004/05/09 19:49:04  lampret
57
// Added some l.cust5 custom instructions as example
58
//
59 1284 lampret
// Revision 1.39  2004/04/08 11:00:46  simont
60
// Add support for 512B instruction cache.
61
//
62 1273 simont
// Revision 1.38  2004/04/05 08:29:57  lampret
63
// Merged branch_qmem into main tree.
64
//
65 1267 lampret
// Revision 1.35.4.6  2004/02/11 01:40:11  lampret
66
// preliminary HW breakpoints support in debug unit (by default disabled). To enable define OR1200_DU_HWBKPTS.
67 1228 simons
//
68 1267 lampret
// Revision 1.35.4.5  2004/01/15 06:46:38  markom
69
// interface to debug changed; no more opselect; stb-ack protocol
70
//
71
// Revision 1.35.4.4  2004/01/11 22:45:46  andreje
72
// Separate instruction and data QMEM decoders, QMEM acknowledge and byte-select added
73
//
74
// Revision 1.35.4.3  2003/12/17 13:43:38  simons
75
// Exception prefix configuration changed.
76
//
77
// Revision 1.35.4.2  2003/12/05 00:05:03  lampret
78
// Static exception prefix.
79
//
80
// Revision 1.35.4.1  2003/07/08 15:36:37  lampret
81
// Added embedded memory QMEM.
82
//
83 1200 markom
// Revision 1.35  2003/04/24 00:16:07  lampret
84
// No functional changes. Added defines to disable implementation of multiplier/MAC
85
//
86 1159 lampret
// Revision 1.34  2003/04/20 22:23:57  lampret
87
// No functional change. Only added customization for exception vectors.
88
//
89 1155 lampret
// Revision 1.33  2003/04/07 20:56:07  lampret
90
// Fixed OR1200_CLKDIV_x_SUPPORTED defines. Better description.
91
//
92 1139 lampret
// Revision 1.32  2003/04/07 01:26:57  lampret
93
// RFRAM defines comments updated. Altera LPM option added.
94
//
95 1132 lampret
// Revision 1.31  2002/12/08 08:57:56  lampret
96
// Added optional support for WB B3 specification (xwb_cti_o, xwb_bte_o). Made xwb_cab_o optional.
97
//
98 1104 lampret
// Revision 1.30  2002/10/28 15:09:22  mohor
99
// Previous check-in was done by mistake.
100
//
101 1078 mohor
// Revision 1.29  2002/10/28 15:03:50  mohor
102 1267 lampret
// Signal scanb_sen renamed to scanb_en.
103 1077 mohor
//
104
// Revision 1.28  2002/10/17 20:04:40  lampret
105
// Added BIST scan. Special VS RAMs need to be used to implement BIST.
106
//
107 1063 lampret
// Revision 1.27  2002/09/16 03:13:23  lampret
108
// Removed obsolete comment.
109
//
110 1055 lampret
// Revision 1.26  2002/09/08 05:52:16  lampret
111
// Added optional l.div/l.divu insns. By default they are disabled.
112
//
113 1035 lampret
// Revision 1.25  2002/09/07 19:16:10  lampret
114
// If SR[CY] implemented with OR1200_IMPL_ADDC enabled, l.add/l.addi also set SR[CY].
115
//
116 1033 lampret
// Revision 1.24  2002/09/07 05:42:02  lampret
117
// Added optional SR[CY]. Added define to enable additional (compare) flag modifiers. Defines are OR1200_IMPL_ADDC and OR1200_ADDITIONAL_FLAG_MODIFIERS.
118
//
119 1032 lampret
// Revision 1.23  2002/09/04 00:50:34  lampret
120
// Now most of the configuration registers are updatded automatically based on defines in or1200_defines.v.
121
//
122 1023 lampret
// Revision 1.22  2002/09/03 22:28:21  lampret
123
// As per Taylor Su suggestion all case blocks are full case by default and optionally (OR1200_CASE_DEFAULT) can be disabled to increase clock frequncy.
124
//
125 1022 lampret
// Revision 1.21  2002/08/22 02:18:55  lampret
126
// Store buffer has been tested and it works. BY default it is still disabled until uClinux confirms correct operation on FPGA board.
127
//
128 994 lampret
// Revision 1.20  2002/08/18 21:59:45  lampret
129
// Disable SB until it is tested
130
//
131 984 lampret
// Revision 1.19  2002/08/18 19:53:08  lampret
132
// Added store buffer.
133
//
134 977 lampret
// Revision 1.18  2002/08/15 06:04:11  lampret
135
// Fixed Xilinx trace buffer address. REported by Taylor Su.
136
//
137 962 lampret
// Revision 1.17  2002/08/12 05:31:44  lampret
138
// Added OR1200_WB_RETRY. Moved WB registered outsputs / samples inputs into lower section.
139
//
140 944 lampret
// Revision 1.16  2002/07/14 22:17:17  lampret
141
// Added simple trace buffer [only for Xilinx Virtex target]. Fixed instruction fetch abort when new exception is recognized.
142
//
143 895 lampret
// Revision 1.15  2002/06/08 16:20:21  lampret
144
// Added defines for enabling generic FF based memory macro for register file.
145
//
146 870 lampret
// Revision 1.14  2002/03/29 16:24:06  lampret
147
// Changed comment about synopsys to _synopsys_ because synthesis was complaining about unknown directives
148
//
149 790 lampret
// Revision 1.13  2002/03/29 15:16:55  lampret
150
// Some of the warnings fixed.
151
//
152 788 lampret
// Revision 1.12  2002/03/28 19:25:42  lampret
153
// Added second type of Virtual Silicon two-port SRAM (for register file). Changed defines for VS STP RAMs.
154
//
155 778 lampret
// Revision 1.11  2002/03/28 19:13:17  lampret
156
// Updated defines.
157
//
158 776 lampret
// Revision 1.10  2002/03/14 00:30:24  lampret
159
// Added alternative for critical path in DU.
160
//
161 737 lampret
// Revision 1.9  2002/03/11 01:26:26  lampret
162
// Fixed async loop. Changed multiplier type for ASIC.
163
//
164 735 lampret
// Revision 1.8  2002/02/11 04:33:17  lampret
165
// Speed optimizations (removed duplicate _cyc_ and _stb_). Fixed D/IMMU cache-inhibit attr.
166
//
167 660 lampret
// Revision 1.7  2002/02/01 19:56:54  lampret
168
// Fixed combinational loops.
169
//
170 636 lampret
// Revision 1.6  2002/01/19 14:10:22  lampret
171
// Fixed OR1200_XILINX_RAM32X1D.
172
//
173 597 lampret
// Revision 1.5  2002/01/18 07:56:00  lampret
174
// No more low/high priority interrupts (PICPR removed). Added tick timer exception. Added exception prefix (SR[EPH]). Fixed single-step bug whenreading NPC.
175
//
176 589 lampret
// Revision 1.4  2002/01/14 09:44:12  lampret
177
// Default ASIC configuration does not sample WB inputs.
178
//
179 569 lampret
// Revision 1.3  2002/01/08 00:51:08  lampret
180
// Fixed typo. OR1200_REGISTERED_OUTPUTS was not defined. Should be.
181
//
182 536 lampret
// Revision 1.2  2002/01/03 21:23:03  lampret
183
// Uncommented OR1200_REGISTERED_OUTPUTS for FPGA target.
184
//
185 512 lampret
// Revision 1.1  2002/01/03 08:16:15  lampret
186
// New prefixes for RTL files, prefixed module names. Updated cache controllers and MMUs.
187
//
188 504 lampret
// Revision 1.20  2001/12/04 05:02:36  lampret
189
// Added OR1200_GENERIC_MULTP2_32X32 and OR1200_ASIC_MULTP2_32X32
190
//
191
// Revision 1.19  2001/11/27 19:46:57  lampret
192
// Now FPGA and ASIC target are separate.
193
//
194
// Revision 1.18  2001/11/23 21:42:31  simons
195
// Program counter divided to PPC and NPC.
196
//
197
// Revision 1.17  2001/11/23 08:38:51  lampret
198
// Changed DSR/DRR behavior and exception detection.
199
//
200
// Revision 1.16  2001/11/20 21:30:38  lampret
201
// Added OR1200_REGISTERED_INPUTS.
202
//
203
// Revision 1.15  2001/11/19 14:29:48  simons
204
// Cashes disabled.
205
//
206
// Revision 1.14  2001/11/13 10:02:21  lampret
207
// Added 'setpc'. Renamed some signals (except_flushpipe into flushpipe etc)
208
//
209
// Revision 1.13  2001/11/12 01:45:40  lampret
210
// Moved flag bit into SR. Changed RF enable from constant enable to dynamic enable for read ports.
211
//
212
// Revision 1.12  2001/11/10 03:43:57  lampret
213
// Fixed exceptions.
214
//
215
// Revision 1.11  2001/11/02 18:57:14  lampret
216
// Modified virtual silicon instantiations.
217
//
218
// Revision 1.10  2001/10/21 17:57:16  lampret
219
// 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.
220
//
221
// Revision 1.9  2001/10/19 23:28:46  lampret
222
// Fixed some synthesis warnings. Configured with caches and MMUs.
223
//
224
// Revision 1.8  2001/10/14 13:12:09  lampret
225
// MP3 version.
226
//
227
// Revision 1.1.1.1  2001/10/06 10:18:36  igorm
228
// no message
229
//
230
// Revision 1.3  2001/08/17 08:01:19  lampret
231
// IC enable/disable.
232
//
233
// Revision 1.2  2001/08/13 03:36:20  lampret
234
// Added cfg regs. Moved all defines into one defines.v file. More cleanup.
235
//
236
// Revision 1.1  2001/08/09 13:39:33  lampret
237
// Major clean-up.
238
//
239
// Revision 1.2  2001/07/22 03:31:54  lampret
240
// Fixed RAM's oen bug. Cache bypass under development.
241
//
242
// Revision 1.1  2001/07/20 00:46:03  lampret
243
// Development version of RTL. Libraries are missing.
244
//
245
//
246
 
247
//
248
// Dump VCD
249
//
250
//`define OR1200_VCD_DUMP
251
 
252
//
253
// Generate debug messages during simulation
254
//
255
//`define OR1200_VERBOSE
256
 
257 1078 mohor
//  `define OR1200_ASIC
258 504 lampret
////////////////////////////////////////////////////////
259
//
260
// Typical configuration for an ASIC
261
//
262
`ifdef OR1200_ASIC
263
 
264
//
265
// Target ASIC memories
266
//
267
//`define OR1200_ARTISAN_SSP
268
//`define OR1200_ARTISAN_SDP
269
//`define OR1200_ARTISAN_STP
270
`define OR1200_VIRTUALSILICON_SSP
271 1077 mohor
//`define OR1200_VIRTUALSILICON_STP_T1
272 778 lampret
//`define OR1200_VIRTUALSILICON_STP_T2
273 504 lampret
 
274
//
275
// Do not implement Data cache
276
//
277
//`define OR1200_NO_DC
278
 
279
//
280
// Do not implement Insn cache
281
//
282
//`define OR1200_NO_IC
283
 
284
//
285
// Do not implement Data MMU
286
//
287
//`define OR1200_NO_DMMU
288
 
289
//
290
// Do not implement Insn MMU
291
//
292
//`define OR1200_NO_IMMU
293
 
294
//
295 944 lampret
// Select between ASIC optimized and generic multiplier
296 504 lampret
//
297 735 lampret
//`define OR1200_ASIC_MULTP2_32X32
298
`define OR1200_GENERIC_MULTP2_32X32
299 504 lampret
 
300
//
301
// Size/type of insn/data cache if implemented
302
//
303 1273 simont
// `define OR1200_IC_1W_512B
304 504 lampret
// `define OR1200_IC_1W_4KB
305
`define OR1200_IC_1W_8KB
306
// `define OR1200_DC_1W_4KB
307
`define OR1200_DC_1W_8KB
308
 
309
`else
310
 
311
 
312
/////////////////////////////////////////////////////////
313
//
314
// Typical configuration for an FPGA
315
//
316
 
317
//
318
// Target FPGA memories
319
//
320 1132 lampret
//`define OR1200_ALTERA_LPM
321 1582 jcastillo
//`define OR1200_XILINX_RAMB16
322 1293 lampret
//`define OR1200_XILINX_RAMB4
323 776 lampret
//`define OR1200_XILINX_RAM32X1D
324 895 lampret
//`define OR1200_USE_RAM16X1D_FOR_RAM32X1D
325 504 lampret
 
326
//
327
// Do not implement Data cache
328
//
329 1293 lampret
`define OR1200_NO_DC
330 504 lampret
 
331
//
332
// Do not implement Insn cache
333
//
334 1293 lampret
`define OR1200_NO_IC
335 504 lampret
 
336
//
337
// Do not implement Data MMU
338
//
339 1293 lampret
`define OR1200_NO_DMMU
340 504 lampret
 
341
//
342
// Do not implement Insn MMU
343
//
344 1293 lampret
`define OR1200_NO_IMMU
345 504 lampret
 
346
//
347 944 lampret
// Select between ASIC and generic multiplier
348 504 lampret
//
349 944 lampret
// (Generic seems to trigger a bug in the Cadence Ncsim simulator)
350 504 lampret
//
351
//`define OR1200_ASIC_MULTP2_32X32
352
`define OR1200_GENERIC_MULTP2_32X32
353
 
354
//
355
// Size/type of insn/data cache if implemented
356
// (consider available FPGA memory resources)
357
//
358 1273 simont
//`define OR1200_IC_1W_512B
359 504 lampret
`define OR1200_IC_1W_4KB
360
//`define OR1200_IC_1W_8KB
361
`define OR1200_DC_1W_4KB
362
//`define OR1200_DC_1W_8KB
363
 
364
`endif
365
 
366
 
367
//////////////////////////////////////////////////////////
368
//
369
// Do not change below unless you know what you are doing
370
//
371
 
372 788 lampret
//
373 1063 lampret
// Enable RAM BIST
374
//
375
// At the moment this only works for Virtual Silicon
376
// single port RAMs. For other RAMs it has not effect.
377
// Special wrapper for VS RAMs needs to be provided
378
// with scan flops to facilitate bist scan.
379
//
380 1078 mohor
//`define OR1200_BIST
381 1063 lampret
 
382
//
383 944 lampret
// Register OR1200 WISHBONE outputs
384
// (must be defined/enabled)
385
//
386
`define OR1200_REGISTERED_OUTPUTS
387
 
388
//
389
// Register OR1200 WISHBONE inputs
390
//
391
// (must be undefined/disabled)
392
//
393
//`define OR1200_REGISTERED_INPUTS
394
 
395
//
396 895 lampret
// Disable bursts if they are not supported by the
397
// memory subsystem (only affect cache line fill)
398
//
399
//`define OR1200_NO_BURSTS
400
//
401
 
402
//
403 944 lampret
// WISHBONE retry counter range
404
//
405
// 2^value range for retry counter. Retry counter
406
// is activated whenever *wb_rty_i is asserted and
407
// until retry counter expires, corresponding
408
// WISHBONE interface is deactivated.
409
//
410
// To disable retry counters and *wb_rty_i all together,
411
// undefine this macro.
412
//
413
//`define OR1200_WB_RETRY 7
414
 
415
//
416 1104 lampret
// WISHBONE Consecutive Address Burst
417
//
418
// This was used prior to WISHBONE B3 specification
419
// to identify bursts. It is no longer needed but
420
// remains enabled for compatibility with old designs.
421
//
422
// To remove *wb_cab_o ports undefine this macro.
423
//
424
`define OR1200_WB_CAB
425
 
426
//
427
// WISHBONE B3 compatible interface
428
//
429
// This follows the WISHBONE B3 specification.
430
// It is not enabled by default because most
431
// designs still don't use WB b3.
432
//
433
// To enable *wb_cti_o/*wb_bte_o ports,
434
// define this macro.
435
//
436
//`define OR1200_WB_B3
437
 
438
//
439 788 lampret
// Enable additional synthesis directives if using
440 790 lampret
// _Synopsys_ synthesis tool
441 788 lampret
//
442
//`define OR1200_ADDITIONAL_SYNOPSYS_DIRECTIVES
443
 
444
//
445 1022 lampret
// Enables default statement in some case blocks
446
// and disables Synopsys synthesis directive full_case
447
//
448
// By default it is enabled. When disabled it
449
// can increase clock frequency.
450
//
451
`define OR1200_CASE_DEFAULT
452
 
453
//
454 504 lampret
// Operand width / register file address width
455 788 lampret
//
456
// (DO NOT CHANGE)
457
//
458 504 lampret
`define OR1200_OPERAND_WIDTH            32
459
`define OR1200_REGFILE_ADDR_WIDTH       5
460
 
461
//
462 1032 lampret
// l.add/l.addi/l.and and optional l.addc/l.addic
463
// also set (compare) flag when result of their
464
// operation equals zero
465
//
466
// At the time of writing this, default or32
467
// C/C++ compiler doesn't generate code that
468
// would benefit from this optimization.
469
//
470
// By default this optimization is disabled to
471
// save area.
472
//
473
//`define OR1200_ADDITIONAL_FLAG_MODIFIERS
474
 
475
//
476 1267 lampret
// Implement l.addc/l.addic instructions
477 1032 lampret
//
478
// By default implementation of l.addc/l.addic
479 1267 lampret
// instructions is enabled in case you need them.
480
// If you don't use them, then disable implementation
481
// to save area.
482 1032 lampret
//
483 1267 lampret
`define OR1200_IMPL_ADDC
484
 
485 1033 lampret
//
486 1267 lampret
// Implement carry bit SR[CY]
487
//
488
// By default implementation of SR[CY] is enabled
489
// to be compliant with the simulator. However
490
// SR[CY] is explicitly only used by l.addc/l.addic
491
// instructions and if these two insns are not
492
// implemented there is not much point having SR[CY].
493
//
494
`define OR1200_IMPL_CY
495 1032 lampret
 
496
//
497 1035 lampret
// Implement optional l.div/l.divu instructions
498
//
499
// By default divide instructions are not implemented
500
// to save area and increase clock frequency. or32 C/C++
501
// compiler can use soft library for division.
502
//
503 1159 lampret
// To implement divide, multiplier needs to be implemented.
504
//
505 1035 lampret
//`define OR1200_IMPL_DIV
506
 
507
//
508 504 lampret
// Implement rotate in the ALU
509
//
510 1032 lampret
// At the time of writing this, or32
511
// C/C++ compiler doesn't generate rotate
512
// instructions. However or32 assembler
513
// can assemble code that uses rotate insn.
514
// This means that rotate instructions
515
// must be used manually inserted.
516
//
517
// By default implementation of rotate
518
// is disabled to save area and increase
519
// clock frequency.
520
//
521 504 lampret
//`define OR1200_IMPL_ALU_ROTATE
522
 
523
//
524
// Type of ALU compare to implement
525
//
526 1032 lampret
// Try either one to find what yields
527
// higher clock frequencyin your case.
528
//
529 504 lampret
//`define OR1200_IMPL_ALU_COMP1
530
`define OR1200_IMPL_ALU_COMP2
531
 
532
//
533 1159 lampret
// Implement multiplier
534 504 lampret
//
535 1159 lampret
// By default multiplier is implemented
536
//
537
`define OR1200_MULT_IMPLEMENTED
538
 
539
//
540
// Implement multiply-and-accumulate
541
//
542
// By default MAC is implemented. To
543
// implement MAC, multiplier needs to be
544
// implemented.
545
//
546
`define OR1200_MAC_IMPLEMENTED
547
 
548
//
549
// Low power, slower multiplier
550
//
551
// Select between low-power (larger) multiplier
552
// and faster multiplier. The actual difference
553
// is only AND logic that prevents distribution
554
// of operands into the multiplier when instruction
555
// in execution is not multiply instruction
556
//
557 776 lampret
//`define OR1200_LOWPWR_MULT
558 504 lampret
 
559
//
560 1139 lampret
// Clock ratio RISC clock versus WB clock
561 504 lampret
//
562 1139 lampret
// If you plan to run WB:RISC clock fixed to 1:1, disable
563
// both defines
564 504 lampret
//
565 1139 lampret
// For WB:RISC 1:2 or 1:1, enable OR1200_CLKDIV_2_SUPPORTED
566
// and use clmode to set ratio
567
//
568
// For WB:RISC 1:4, 1:2 or 1:1, enable both defines and use
569
// clmode to set ratio
570
//
571 504 lampret
`define OR1200_CLKDIV_2_SUPPORTED
572 776 lampret
//`define OR1200_CLKDIV_4_SUPPORTED
573 504 lampret
 
574
//
575
// Type of register file RAM
576
//
577 1132 lampret
// Memory macro w/ two ports (see or1200_tpram_32x32.v)
578 1582 jcastillo
//`define OR1200_RFRAM_TWOPORT
579 870 lampret
//
580 1132 lampret
// Memory macro dual port (see or1200_dpram_32x32.v)
581 1293 lampret
//`define OR1200_RFRAM_DUALPORT
582 870 lampret
//
583 1132 lampret
// Generic (flip-flop based) register file (see or1200_rfram_generic.v)
584 1293 lampret
`define OR1200_RFRAM_GENERIC
585 504 lampret
 
586
//
587 776 lampret
// Type of mem2reg aligner to implement.
588 504 lampret
//
589 776 lampret
// Once OR1200_IMPL_MEM2REG2 yielded faster
590
// circuit, however with today tools it will
591
// most probably give you slower circuit.
592
//
593
`define OR1200_IMPL_MEM2REG1
594
//`define OR1200_IMPL_MEM2REG2
595 504 lampret
 
596
//
597
// ALUOPs
598
//
599
`define OR1200_ALUOP_WIDTH      4
600 636 lampret
`define OR1200_ALUOP_NOP        4'd4
601 504 lampret
/* Order defined by arith insns that have two source operands both in regs
602
   (see binutils/include/opcode/or32.h) */
603
`define OR1200_ALUOP_ADD        4'd0
604
`define OR1200_ALUOP_ADDC       4'd1
605
`define OR1200_ALUOP_SUB        4'd2
606
`define OR1200_ALUOP_AND        4'd3
607 636 lampret
`define OR1200_ALUOP_OR         4'd4
608 504 lampret
`define OR1200_ALUOP_XOR        4'd5
609
`define OR1200_ALUOP_MUL        4'd6
610 1284 lampret
`define OR1200_ALUOP_CUST5      4'd7
611 504 lampret
`define OR1200_ALUOP_SHROT      4'd8
612
`define OR1200_ALUOP_DIV        4'd9
613
`define OR1200_ALUOP_DIVU       4'd10
614
/* Order not specifically defined. */
615
`define OR1200_ALUOP_IMM        4'd11
616
`define OR1200_ALUOP_MOVHI      4'd12
617
`define OR1200_ALUOP_COMP       4'd13
618
`define OR1200_ALUOP_MTSR       4'd14
619
`define OR1200_ALUOP_MFSR       4'd15
620 1334 andreje
`define OR1200_ALUOP_CMOV 4'd14
621
`define OR1200_ALUOP_FF1  4'd15
622 504 lampret
//
623
// MACOPs
624
//
625
`define OR1200_MACOP_WIDTH      2
626
`define OR1200_MACOP_NOP        2'b00
627
`define OR1200_MACOP_MAC        2'b01
628
`define OR1200_MACOP_MSB        2'b10
629
 
630
//
631
// Shift/rotate ops
632
//
633
`define OR1200_SHROTOP_WIDTH    2
634
`define OR1200_SHROTOP_NOP      2'd0
635
`define OR1200_SHROTOP_SLL      2'd0
636
`define OR1200_SHROTOP_SRL      2'd1
637
`define OR1200_SHROTOP_SRA      2'd2
638
`define OR1200_SHROTOP_ROR      2'd3
639
 
640
// Execution cycles per instruction
641
`define OR1200_MULTICYCLE_WIDTH 2
642
`define OR1200_ONE_CYCLE                2'd0
643
`define OR1200_TWO_CYCLES               2'd1
644
 
645
// Operand MUX selects
646
`define OR1200_SEL_WIDTH                2
647
`define OR1200_SEL_RF                   2'd0
648
`define OR1200_SEL_IMM                  2'd1
649
`define OR1200_SEL_EX_FORW              2'd2
650
`define OR1200_SEL_WB_FORW              2'd3
651
 
652
//
653
// BRANCHOPs
654
//
655
`define OR1200_BRANCHOP_WIDTH           3
656
`define OR1200_BRANCHOP_NOP             3'd0
657
`define OR1200_BRANCHOP_J               3'd1
658
`define OR1200_BRANCHOP_JR              3'd2
659
`define OR1200_BRANCHOP_BAL             3'd3
660
`define OR1200_BRANCHOP_BF              3'd4
661
`define OR1200_BRANCHOP_BNF             3'd5
662
`define OR1200_BRANCHOP_RFE             3'd6
663
 
664
//
665
// LSUOPs
666
//
667
// Bit 0: sign extend
668
// Bits 1-2: 00 doubleword, 01 byte, 10 halfword, 11 singleword
669
// Bit 3: 0 load, 1 store
670
`define OR1200_LSUOP_WIDTH              4
671
`define OR1200_LSUOP_NOP                4'b0000
672
`define OR1200_LSUOP_LBZ                4'b0010
673
`define OR1200_LSUOP_LBS                4'b0011
674
`define OR1200_LSUOP_LHZ                4'b0100
675
`define OR1200_LSUOP_LHS                4'b0101
676
`define OR1200_LSUOP_LWZ                4'b0110
677
`define OR1200_LSUOP_LWS                4'b0111
678
`define OR1200_LSUOP_LD         4'b0001
679
`define OR1200_LSUOP_SD         4'b1000
680
`define OR1200_LSUOP_SB         4'b1010
681
`define OR1200_LSUOP_SH         4'b1100
682
`define OR1200_LSUOP_SW         4'b1110
683
 
684
// FETCHOPs
685
`define OR1200_FETCHOP_WIDTH            1
686
`define OR1200_FETCHOP_NOP              1'b0
687
`define OR1200_FETCHOP_LW               1'b1
688
 
689
//
690
// Register File Write-Back OPs
691
//
692
// Bit 0: register file write enable
693
// Bits 2-1: write-back mux selects
694
`define OR1200_RFWBOP_WIDTH             3
695
`define OR1200_RFWBOP_NOP               3'b000
696
`define OR1200_RFWBOP_ALU               3'b001
697
`define OR1200_RFWBOP_LSU               3'b011
698
`define OR1200_RFWBOP_SPRS              3'b101
699
`define OR1200_RFWBOP_LR                3'b111
700
 
701
// Compare instructions
702
`define OR1200_COP_SFEQ       3'b000
703
`define OR1200_COP_SFNE       3'b001
704
`define OR1200_COP_SFGT       3'b010
705
`define OR1200_COP_SFGE       3'b011
706
`define OR1200_COP_SFLT       3'b100
707
`define OR1200_COP_SFLE       3'b101
708
`define OR1200_COP_X          3'b111
709
`define OR1200_SIGNED_COMPARE 'd3
710
`define OR1200_COMPOP_WIDTH     4
711
 
712
//
713
// TAGs for instruction bus
714
//
715
`define OR1200_ITAG_IDLE        4'h0    // idle bus
716
`define OR1200_ITAG_NI          4'h1    // normal insn
717
`define OR1200_ITAG_BE          4'hb    // Bus error exception
718
`define OR1200_ITAG_PE          4'hc    // Page fault exception
719
`define OR1200_ITAG_TE          4'hd    // TLB miss exception
720
 
721
//
722
// TAGs for data bus
723
//
724
`define OR1200_DTAG_IDLE        4'h0    // idle bus
725
`define OR1200_DTAG_ND          4'h1    // normal data
726
`define OR1200_DTAG_AE          4'ha    // Alignment exception
727
`define OR1200_DTAG_BE          4'hb    // Bus error exception
728
`define OR1200_DTAG_PE          4'hc    // Page fault exception
729
`define OR1200_DTAG_TE          4'hd    // TLB miss exception
730
 
731
 
732
//////////////////////////////////////////////
733
//
734
// ORBIS32 ISA specifics
735
//
736
 
737
// SHROT_OP position in machine word
738
`define OR1200_SHROTOP_POS              7:6
739
 
740
// ALU instructions multicycle field in machine word
741
`define OR1200_ALUMCYC_POS              9:8
742
 
743
//
744
// Instruction opcode groups (basic)
745
//
746
`define OR1200_OR32_J                 6'b000000
747
`define OR1200_OR32_JAL               6'b000001
748
`define OR1200_OR32_BNF               6'b000011
749
`define OR1200_OR32_BF                6'b000100
750
`define OR1200_OR32_NOP               6'b000101
751
`define OR1200_OR32_MOVHI             6'b000110
752
`define OR1200_OR32_XSYNC             6'b001000
753
`define OR1200_OR32_RFE               6'b001001
754
/* */
755
`define OR1200_OR32_JR                6'b010001
756
`define OR1200_OR32_JALR              6'b010010
757
`define OR1200_OR32_MACI              6'b010011
758
/* */
759
`define OR1200_OR32_LWZ               6'b100001
760
`define OR1200_OR32_LBZ               6'b100011
761
`define OR1200_OR32_LBS               6'b100100
762
`define OR1200_OR32_LHZ               6'b100101
763
`define OR1200_OR32_LHS               6'b100110
764
`define OR1200_OR32_ADDI              6'b100111
765
`define OR1200_OR32_ADDIC             6'b101000
766
`define OR1200_OR32_ANDI              6'b101001
767
`define OR1200_OR32_ORI               6'b101010
768
`define OR1200_OR32_XORI              6'b101011
769
`define OR1200_OR32_MULI              6'b101100
770
`define OR1200_OR32_MFSPR             6'b101101
771
`define OR1200_OR32_SH_ROTI           6'b101110
772
`define OR1200_OR32_SFXXI             6'b101111
773
/* */
774
`define OR1200_OR32_MTSPR             6'b110000
775
`define OR1200_OR32_MACMSB            6'b110001
776
/* */
777
`define OR1200_OR32_SW                6'b110101
778
`define OR1200_OR32_SB                6'b110110
779
`define OR1200_OR32_SH                6'b110111
780
`define OR1200_OR32_ALU               6'b111000
781
`define OR1200_OR32_SFXX              6'b111001
782 1288 lampret
//`define OR1200_OR32_CUST5             6'b111100
783 504 lampret
 
784
 
785
/////////////////////////////////////////////////////
786
//
787
// Exceptions
788
//
789 1155 lampret
 
790
//
791
// Exception vectors per OR1K architecture:
792 1228 simons
// 0xPPPPP100 - reset
793
// 0xPPPPP200 - bus error
794 1155 lampret
// ... etc
795
// where P represents exception prefix.
796
//
797
// Exception vectors can be customized as per
798
// the following formula:
799 1228 simons
// 0xPPPPPNVV - exception N
800 1155 lampret
//
801
// P represents exception prefix
802
// N represents exception N
803
// VV represents length of the individual vector space,
804
//   usually it is 8 bits wide and starts with all bits zero
805
//
806
 
807
//
808 1228 simons
// PPPPP and VV parts
809 1155 lampret
//
810 1228 simons
// Sum of these two defines needs to be 28
811 1155 lampret
//
812 1228 simons
`define OR1200_EXCEPT_EPH0_P 20'h00000
813
`define OR1200_EXCEPT_EPH1_P 20'hF0000
814
`define OR1200_EXCEPT_V            8'h00
815 1155 lampret
 
816
//
817
// N part width
818
//
819 504 lampret
`define OR1200_EXCEPT_WIDTH 4
820 1155 lampret
 
821
//
822
// Definition of exception vectors
823
//
824
// To avoid implementation of a certain exception,
825
// simply comment out corresponding line
826
//
827 504 lampret
`define OR1200_EXCEPT_UNUSED            `OR1200_EXCEPT_WIDTH'hf
828
`define OR1200_EXCEPT_TRAP              `OR1200_EXCEPT_WIDTH'he
829
`define OR1200_EXCEPT_BREAK             `OR1200_EXCEPT_WIDTH'hd
830
`define OR1200_EXCEPT_SYSCALL           `OR1200_EXCEPT_WIDTH'hc
831
`define OR1200_EXCEPT_RANGE             `OR1200_EXCEPT_WIDTH'hb
832
`define OR1200_EXCEPT_ITLBMISS          `OR1200_EXCEPT_WIDTH'ha
833
`define OR1200_EXCEPT_DTLBMISS          `OR1200_EXCEPT_WIDTH'h9
834 589 lampret
`define OR1200_EXCEPT_INT               `OR1200_EXCEPT_WIDTH'h8
835 504 lampret
`define OR1200_EXCEPT_ILLEGAL           `OR1200_EXCEPT_WIDTH'h7
836
`define OR1200_EXCEPT_ALIGN             `OR1200_EXCEPT_WIDTH'h6
837 589 lampret
`define OR1200_EXCEPT_TICK              `OR1200_EXCEPT_WIDTH'h5
838 504 lampret
`define OR1200_EXCEPT_IPF               `OR1200_EXCEPT_WIDTH'h4
839
`define OR1200_EXCEPT_DPF               `OR1200_EXCEPT_WIDTH'h3
840
`define OR1200_EXCEPT_BUSERR            `OR1200_EXCEPT_WIDTH'h2
841
`define OR1200_EXCEPT_RESET             `OR1200_EXCEPT_WIDTH'h1
842
`define OR1200_EXCEPT_NONE              `OR1200_EXCEPT_WIDTH'h0
843
 
844
 
845
/////////////////////////////////////////////////////
846
//
847
// SPR groups
848
//
849
 
850
// Bits that define the group
851
`define OR1200_SPR_GROUP_BITS   15:11
852
 
853
// Width of the group bits
854
`define OR1200_SPR_GROUP_WIDTH  5
855
 
856
// Bits that define offset inside the group
857
`define OR1200_SPR_OFS_BITS 10:0
858
 
859
// List of groups
860
`define OR1200_SPR_GROUP_SYS    5'd00
861
`define OR1200_SPR_GROUP_DMMU   5'd01
862
`define OR1200_SPR_GROUP_IMMU   5'd02
863
`define OR1200_SPR_GROUP_DC     5'd03
864
`define OR1200_SPR_GROUP_IC     5'd04
865
`define OR1200_SPR_GROUP_MAC    5'd05
866
`define OR1200_SPR_GROUP_DU     5'd06
867
`define OR1200_SPR_GROUP_PM     5'd08
868
`define OR1200_SPR_GROUP_PIC    5'd09
869
`define OR1200_SPR_GROUP_TT     5'd10
870
 
871
 
872
/////////////////////////////////////////////////////
873
//
874
// System group
875
//
876
 
877
//
878
// System registers
879
//
880
`define OR1200_SPR_CFGR         7'd0
881
`define OR1200_SPR_RF           6'd32   // 1024 >> 5
882
`define OR1200_SPR_NPC          11'd16
883
`define OR1200_SPR_SR           11'd17
884
`define OR1200_SPR_PPC          11'd18
885
`define OR1200_SPR_EPCR         11'd32
886
`define OR1200_SPR_EEAR         11'd48
887
`define OR1200_SPR_ESR          11'd64
888
 
889
//
890
// SR bits
891
//
892 589 lampret
`define OR1200_SR_WIDTH 16
893
`define OR1200_SR_SM   0
894
`define OR1200_SR_TEE  1
895
`define OR1200_SR_IEE  2
896 504 lampret
`define OR1200_SR_DCE  3
897
`define OR1200_SR_ICE  4
898
`define OR1200_SR_DME  5
899
`define OR1200_SR_IME  6
900
`define OR1200_SR_LEE  7
901
`define OR1200_SR_CE   8
902
`define OR1200_SR_F    9
903 589 lampret
`define OR1200_SR_CY   10       // Unused
904
`define OR1200_SR_OV   11       // Unused
905
`define OR1200_SR_OVE  12       // Unused
906
`define OR1200_SR_DSX  13       // Unused
907
`define OR1200_SR_EPH  14
908
`define OR1200_SR_FO   15
909
`define OR1200_SR_CID  31:28    // Unimplemented
910 504 lampret
 
911 1267 lampret
//
912 504 lampret
// Bits that define offset inside the group
913 1267 lampret
//
914 504 lampret
`define OR1200_SPROFS_BITS 10:0
915
 
916 1228 simons
//
917
// Default Exception Prefix
918
//
919
// 1'b0 - OR1200_EXCEPT_EPH0_P (0x0000_0000)
920
// 1'b1 - OR1200_EXCEPT_EPH1_P (0xF000_0000)
921
//
922
`define OR1200_SR_EPH_DEF       1'b0
923 504 lampret
 
924
/////////////////////////////////////////////////////
925
//
926
// Power Management (PM)
927
//
928
 
929
// Define it if you want PM implemented
930
`define OR1200_PM_IMPLEMENTED
931
 
932
// Bit positions inside PMR (don't change)
933
`define OR1200_PM_PMR_SDF 3:0
934
`define OR1200_PM_PMR_DME 4
935
`define OR1200_PM_PMR_SME 5
936
`define OR1200_PM_PMR_DCGE 6
937
`define OR1200_PM_PMR_UNUSED 31:7
938
 
939
// PMR offset inside PM group of registers
940
`define OR1200_PM_OFS_PMR 11'b0
941
 
942
// PM group
943
`define OR1200_SPRGRP_PM 5'd8
944
 
945
// Define if PMR can be read/written at any address inside PM group
946
`define OR1200_PM_PARTIAL_DECODING
947
 
948
// Define if reading PMR is allowed
949
`define OR1200_PM_READREGS
950
 
951
// Define if unused PMR bits should be zero
952
`define OR1200_PM_UNUSED_ZERO
953
 
954
 
955
/////////////////////////////////////////////////////
956
//
957
// Debug Unit (DU)
958
//
959
 
960
// Define it if you want DU implemented
961
`define OR1200_DU_IMPLEMENTED
962
 
963 1267 lampret
//
964
// Define if you want HW Breakpoints
965
// (if HW breakpoints are not implemented
966
// only default software trapping is
967
// possible with l.trap insn - this is
968
// however already enough for use
969
// with or32 gdb)
970
//
971
//`define OR1200_DU_HWBKPTS
972
 
973
// Number of DVR/DCR pairs if HW breakpoints enabled
974
`define OR1200_DU_DVRDCR_PAIRS 8
975
 
976 895 lampret
// Define if you want trace buffer
977 1293 lampret
//`define OR1200_DU_TB_IMPLEMENTED
978 895 lampret
 
979 1267 lampret
//
980 504 lampret
// Address offsets of DU registers inside DU group
981 1267 lampret
//
982 1293 lampret
// To not implement a register, doq not define its address
983 1267 lampret
//
984
`ifdef OR1200_DU_HWBKPTS
985
`define OR1200_DU_DVR0          11'd0
986
`define OR1200_DU_DVR1          11'd1
987
`define OR1200_DU_DVR2          11'd2
988
`define OR1200_DU_DVR3          11'd3
989
`define OR1200_DU_DVR4          11'd4
990
`define OR1200_DU_DVR5          11'd5
991
`define OR1200_DU_DVR6          11'd6
992
`define OR1200_DU_DVR7          11'd7
993
`define OR1200_DU_DCR0          11'd8
994
`define OR1200_DU_DCR1          11'd9
995
`define OR1200_DU_DCR2          11'd10
996
`define OR1200_DU_DCR3          11'd11
997
`define OR1200_DU_DCR4          11'd12
998
`define OR1200_DU_DCR5          11'd13
999
`define OR1200_DU_DCR6          11'd14
1000
`define OR1200_DU_DCR7          11'd15
1001
`endif
1002
`define OR1200_DU_DMR1          11'd16
1003
`ifdef OR1200_DU_HWBKPTS
1004
`define OR1200_DU_DMR2          11'd17
1005
`define OR1200_DU_DWCR0         11'd18
1006
`define OR1200_DU_DWCR1         11'd19
1007
`endif
1008
`define OR1200_DU_DSR           11'd20
1009
`define OR1200_DU_DRR           11'd21
1010
`ifdef OR1200_DU_TB_IMPLEMENTED
1011
`define OR1200_DU_TBADR         11'h0ff
1012
`define OR1200_DU_TBIA          11'h1xx
1013
`define OR1200_DU_TBIM          11'h2xx
1014
`define OR1200_DU_TBAR          11'h3xx
1015
`define OR1200_DU_TBTS          11'h4xx
1016
`endif
1017 504 lampret
 
1018
// Position of offset bits inside SPR address
1019 1267 lampret
`define OR1200_DUOFS_BITS       10:0
1020 504 lampret
 
1021 1267 lampret
// DCR bits
1022
`define OR1200_DU_DCR_DP        0
1023
`define OR1200_DU_DCR_CC        3:1
1024
`define OR1200_DU_DCR_SC        4
1025
`define OR1200_DU_DCR_CT        7:5
1026 504 lampret
 
1027
// DMR1 bits
1028 1267 lampret
`define OR1200_DU_DMR1_CW0      1:0
1029
`define OR1200_DU_DMR1_CW1      3:2
1030
`define OR1200_DU_DMR1_CW2      5:4
1031
`define OR1200_DU_DMR1_CW3      7:6
1032
`define OR1200_DU_DMR1_CW4      9:8
1033
`define OR1200_DU_DMR1_CW5      11:10
1034
`define OR1200_DU_DMR1_CW6      13:12
1035
`define OR1200_DU_DMR1_CW7      15:14
1036
`define OR1200_DU_DMR1_CW8      17:16
1037
`define OR1200_DU_DMR1_CW9      19:18
1038
`define OR1200_DU_DMR1_CW10     21:20
1039
`define OR1200_DU_DMR1_ST       22
1040
`define OR1200_DU_DMR1_BT       23
1041
`define OR1200_DU_DMR1_DXFW     24
1042
`define OR1200_DU_DMR1_ETE      25
1043 504 lampret
 
1044 1267 lampret
// DMR2 bits
1045
`define OR1200_DU_DMR2_WCE0     0
1046
`define OR1200_DU_DMR2_WCE1     1
1047
`define OR1200_DU_DMR2_AWTC     12:2
1048
`define OR1200_DU_DMR2_WGB      23:13
1049
 
1050
// DWCR bits
1051
`define OR1200_DU_DWCR_COUNT    15:0
1052
`define OR1200_DU_DWCR_MATCH    31:16
1053
 
1054 504 lampret
// DSR bits
1055
`define OR1200_DU_DSR_WIDTH     14
1056
`define OR1200_DU_DSR_RSTE      0
1057
`define OR1200_DU_DSR_BUSEE     1
1058
`define OR1200_DU_DSR_DPFE      2
1059
`define OR1200_DU_DSR_IPFE      3
1060 589 lampret
`define OR1200_DU_DSR_TTE       4
1061 504 lampret
`define OR1200_DU_DSR_AE        5
1062
`define OR1200_DU_DSR_IIE       6
1063 589 lampret
`define OR1200_DU_DSR_IE        7
1064 504 lampret
`define OR1200_DU_DSR_DME       8
1065
`define OR1200_DU_DSR_IME       9
1066
`define OR1200_DU_DSR_RE        10
1067
`define OR1200_DU_DSR_SCE       11
1068
`define OR1200_DU_DSR_BE        12
1069
`define OR1200_DU_DSR_TE        13
1070
 
1071
// DRR bits
1072
`define OR1200_DU_DRR_RSTE      0
1073
`define OR1200_DU_DRR_BUSEE     1
1074
`define OR1200_DU_DRR_DPFE      2
1075
`define OR1200_DU_DRR_IPFE      3
1076 589 lampret
`define OR1200_DU_DRR_TTE       4
1077 504 lampret
`define OR1200_DU_DRR_AE        5
1078
`define OR1200_DU_DRR_IIE       6
1079 589 lampret
`define OR1200_DU_DRR_IE        7
1080 504 lampret
`define OR1200_DU_DRR_DME       8
1081
`define OR1200_DU_DRR_IME       9
1082
`define OR1200_DU_DRR_RE        10
1083
`define OR1200_DU_DRR_SCE       11
1084
`define OR1200_DU_DRR_BE        12
1085
`define OR1200_DU_DRR_TE        13
1086
 
1087
// Define if reading DU regs is allowed
1088
`define OR1200_DU_READREGS
1089
 
1090
// Define if unused DU registers bits should be zero
1091
`define OR1200_DU_UNUSED_ZERO
1092
 
1093 737 lampret
// Define if IF/LSU status is not needed by devel i/f
1094
`define OR1200_DU_STATUS_UNIMPLEMENTED
1095 504 lampret
 
1096
/////////////////////////////////////////////////////
1097
//
1098
// Programmable Interrupt Controller (PIC)
1099
//
1100
 
1101
// Define it if you want PIC implemented
1102
`define OR1200_PIC_IMPLEMENTED
1103
 
1104
// Define number of interrupt inputs (2-31)
1105
`define OR1200_PIC_INTS 20
1106
 
1107
// Address offsets of PIC registers inside PIC group
1108
`define OR1200_PIC_OFS_PICMR 2'd0
1109
`define OR1200_PIC_OFS_PICSR 2'd2
1110
 
1111
// Position of offset bits inside SPR address
1112
`define OR1200_PICOFS_BITS 1:0
1113
 
1114
// Define if you want these PIC registers to be implemented
1115
`define OR1200_PIC_PICMR
1116
`define OR1200_PIC_PICSR
1117
 
1118
// Define if reading PIC registers is allowed
1119
`define OR1200_PIC_READREGS
1120
 
1121
// Define if unused PIC register bits should be zero
1122
`define OR1200_PIC_UNUSED_ZERO
1123
 
1124
 
1125
/////////////////////////////////////////////////////
1126
//
1127
// Tick Timer (TT)
1128
//
1129
 
1130
// Define it if you want TT implemented
1131
`define OR1200_TT_IMPLEMENTED
1132
 
1133
// Address offsets of TT registers inside TT group
1134
`define OR1200_TT_OFS_TTMR 1'd0
1135
`define OR1200_TT_OFS_TTCR 1'd1
1136
 
1137
// Position of offset bits inside SPR group
1138
`define OR1200_TTOFS_BITS 0
1139
 
1140
// Define if you want these TT registers to be implemented
1141
`define OR1200_TT_TTMR
1142
`define OR1200_TT_TTCR
1143
 
1144
// TTMR bits
1145
`define OR1200_TT_TTMR_TP 27:0
1146
`define OR1200_TT_TTMR_IP 28
1147
`define OR1200_TT_TTMR_IE 29
1148
`define OR1200_TT_TTMR_M 31:30
1149
 
1150
// Define if reading TT registers is allowed
1151
`define OR1200_TT_READREGS
1152
 
1153
 
1154
//////////////////////////////////////////////
1155
//
1156
// MAC
1157
//
1158
`define OR1200_MAC_ADDR         0        // MACLO 0xxxxxxxx1, MACHI 0xxxxxxxx0
1159
`define OR1200_MAC_SPR_WE               // Define if MACLO/MACHI are SPR writable
1160
 
1161
 
1162
//////////////////////////////////////////////
1163
//
1164
// Data MMU (DMMU)
1165
//
1166
 
1167
//
1168
// Address that selects between TLB TR and MR
1169
//
1170 660 lampret
`define OR1200_DTLB_TM_ADDR     7
1171 504 lampret
 
1172
//
1173
// DTLBMR fields
1174
//
1175
`define OR1200_DTLBMR_V_BITS    0
1176
`define OR1200_DTLBMR_CID_BITS  4:1
1177
`define OR1200_DTLBMR_RES_BITS  11:5
1178
`define OR1200_DTLBMR_VPN_BITS  31:13
1179
 
1180
//
1181
// DTLBTR fields
1182
//
1183
`define OR1200_DTLBTR_CC_BITS   0
1184
`define OR1200_DTLBTR_CI_BITS   1
1185
`define OR1200_DTLBTR_WBC_BITS  2
1186
`define OR1200_DTLBTR_WOM_BITS  3
1187
`define OR1200_DTLBTR_A_BITS    4
1188
`define OR1200_DTLBTR_D_BITS    5
1189
`define OR1200_DTLBTR_URE_BITS  6
1190
`define OR1200_DTLBTR_UWE_BITS  7
1191
`define OR1200_DTLBTR_SRE_BITS  8
1192
`define OR1200_DTLBTR_SWE_BITS  9
1193
`define OR1200_DTLBTR_RES_BITS  11:10
1194
`define OR1200_DTLBTR_PPN_BITS  31:13
1195
 
1196
//
1197
// DTLB configuration
1198
//
1199
`define OR1200_DMMU_PS          13                                      // 13 for 8KB page size
1200
`define OR1200_DTLB_INDXW       6                                       // 6 for 64 entry DTLB  7 for 128 entries
1201
`define OR1200_DTLB_INDXL       `OR1200_DMMU_PS                         // 13                   13
1202
`define OR1200_DTLB_INDXH       `OR1200_DMMU_PS+`OR1200_DTLB_INDXW-1    // 18                   19
1203
`define OR1200_DTLB_INDX        `OR1200_DTLB_INDXH:`OR1200_DTLB_INDXL   // 18:13                19:13
1204
`define OR1200_DTLB_TAGW        32-`OR1200_DTLB_INDXW-`OR1200_DMMU_PS   // 13                   12
1205
`define OR1200_DTLB_TAGL        `OR1200_DTLB_INDXH+1                    // 19                   20
1206
`define OR1200_DTLB_TAG         31:`OR1200_DTLB_TAGL                    // 31:19                31:20
1207
`define OR1200_DTLBMRW          `OR1200_DTLB_TAGW+1                     // +1 because of V bit
1208
`define OR1200_DTLBTRW          32-`OR1200_DMMU_PS+5                    // +5 because of protection bits and CI
1209
 
1210 660 lampret
//
1211
// Cache inhibit while DMMU is not enabled/implemented
1212
//
1213
// cache inhibited 0GB-4GB              1'b1
1214 735 lampret
// cache inhibited 0GB-2GB              !dcpu_adr_i[31]
1215
// cache inhibited 0GB-1GB 2GB-3GB      !dcpu_adr_i[30]
1216
// cache inhibited 1GB-2GB 3GB-4GB      dcpu_adr_i[30]
1217
// cache inhibited 2GB-4GB (default)    dcpu_adr_i[31]
1218 660 lampret
// cached 0GB-4GB                       1'b0
1219
//
1220
`define OR1200_DMMU_CI                  dcpu_adr_i[31]
1221 504 lampret
 
1222 660 lampret
 
1223 504 lampret
//////////////////////////////////////////////
1224
//
1225
// Insn MMU (IMMU)
1226
//
1227
 
1228
//
1229
// Address that selects between TLB TR and MR
1230
//
1231 660 lampret
`define OR1200_ITLB_TM_ADDR     7
1232 504 lampret
 
1233
//
1234
// ITLBMR fields
1235
//
1236
`define OR1200_ITLBMR_V_BITS    0
1237
`define OR1200_ITLBMR_CID_BITS  4:1
1238
`define OR1200_ITLBMR_RES_BITS  11:5
1239
`define OR1200_ITLBMR_VPN_BITS  31:13
1240
 
1241
//
1242
// ITLBTR fields
1243
//
1244
`define OR1200_ITLBTR_CC_BITS   0
1245
`define OR1200_ITLBTR_CI_BITS   1
1246
`define OR1200_ITLBTR_WBC_BITS  2
1247
`define OR1200_ITLBTR_WOM_BITS  3
1248
`define OR1200_ITLBTR_A_BITS    4
1249
`define OR1200_ITLBTR_D_BITS    5
1250
`define OR1200_ITLBTR_SXE_BITS  6
1251
`define OR1200_ITLBTR_UXE_BITS  7
1252
`define OR1200_ITLBTR_RES_BITS  11:8
1253
`define OR1200_ITLBTR_PPN_BITS  31:13
1254
 
1255
//
1256
// ITLB configuration
1257
//
1258
`define OR1200_IMMU_PS          13                                      // 13 for 8KB page size
1259
`define OR1200_ITLB_INDXW       6                                       // 6 for 64 entry ITLB  7 for 128 entries
1260
`define OR1200_ITLB_INDXL       `OR1200_IMMU_PS                         // 13                   13
1261
`define OR1200_ITLB_INDXH       `OR1200_IMMU_PS+`OR1200_ITLB_INDXW-1    // 18                   19
1262
`define OR1200_ITLB_INDX        `OR1200_ITLB_INDXH:`OR1200_ITLB_INDXL   // 18:13                19:13
1263
`define OR1200_ITLB_TAGW        32-`OR1200_ITLB_INDXW-`OR1200_IMMU_PS   // 13                   12
1264
`define OR1200_ITLB_TAGL        `OR1200_ITLB_INDXH+1                    // 19                   20
1265
`define OR1200_ITLB_TAG         31:`OR1200_ITLB_TAGL                    // 31:19                31:20
1266
`define OR1200_ITLBMRW          `OR1200_ITLB_TAGW+1                     // +1 because of V bit
1267
`define OR1200_ITLBTRW          32-`OR1200_IMMU_PS+3                    // +3 because of protection bits and CI
1268
 
1269 660 lampret
//
1270
// Cache inhibit while IMMU is not enabled/implemented
1271 735 lampret
// Note: all combinations that use icpu_adr_i cause async loop
1272 660 lampret
//
1273
// cache inhibited 0GB-4GB              1'b1
1274 735 lampret
// cache inhibited 0GB-2GB              !icpu_adr_i[31]
1275
// cache inhibited 0GB-1GB 2GB-3GB      !icpu_adr_i[30]
1276
// cache inhibited 1GB-2GB 3GB-4GB      icpu_adr_i[30]
1277
// cache inhibited 2GB-4GB (default)    icpu_adr_i[31]
1278 660 lampret
// cached 0GB-4GB                       1'b0
1279
//
1280 735 lampret
`define OR1200_IMMU_CI                  1'b0
1281 504 lampret
 
1282 660 lampret
 
1283 504 lampret
/////////////////////////////////////////////////
1284
//
1285
// Insn cache (IC)
1286
//
1287
 
1288
// 3 for 8 bytes, 4 for 16 bytes etc
1289
`define OR1200_ICLS             4
1290
 
1291
//
1292
// IC configurations
1293
//
1294 1273 simont
`ifdef OR1200_IC_1W_512B
1295
`define OR1200_ICSIZE   9     // 512
1296
`define OR1200_ICINDX   `OR1200_ICSIZE-2 // 7
1297
`define OR1200_ICINDXH  `OR1200_ICSIZE-1 // 8
1298
`define OR1200_ICTAGL   `OR1200_ICINDXH+1 // 9
1299
`define OR1200_ICTAG    `OR1200_ICSIZE-`OR1200_ICLS // 5
1300
`define OR1200_ICTAG_W  24
1301
`endif
1302 504 lampret
`ifdef OR1200_IC_1W_4KB
1303
`define OR1200_ICSIZE                   12                      // 4096
1304
`define OR1200_ICINDX                   `OR1200_ICSIZE-2        // 10
1305
`define OR1200_ICINDXH                  `OR1200_ICSIZE-1        // 11
1306
`define OR1200_ICTAGL                   `OR1200_ICINDXH+1       // 12
1307
`define OR1200_ICTAG                    `OR1200_ICSIZE-`OR1200_ICLS     // 8
1308
`define OR1200_ICTAG_W                  21
1309
`endif
1310
`ifdef OR1200_IC_1W_8KB
1311
`define OR1200_ICSIZE                   13                      // 8192
1312
`define OR1200_ICINDX                   `OR1200_ICSIZE-2        // 11
1313
`define OR1200_ICINDXH                  `OR1200_ICSIZE-1        // 12
1314
`define OR1200_ICTAGL                   `OR1200_ICINDXH+1       // 13
1315
`define OR1200_ICTAG                    `OR1200_ICSIZE-`OR1200_ICLS     // 9
1316
`define OR1200_ICTAG_W                  20
1317
`endif
1318
 
1319
 
1320
/////////////////////////////////////////////////
1321
//
1322
// Data cache (DC)
1323
//
1324
 
1325
// 3 for 8 bytes, 4 for 16 bytes etc
1326
`define OR1200_DCLS             4
1327
 
1328 636 lampret
// Define to perform store refill (potential performance penalty)
1329
// `define OR1200_DC_STORE_REFILL
1330
 
1331 504 lampret
//
1332
// DC configurations
1333
//
1334
`ifdef OR1200_DC_1W_4KB
1335
`define OR1200_DCSIZE                   12                      // 4096
1336
`define OR1200_DCINDX                   `OR1200_DCSIZE-2        // 10
1337
`define OR1200_DCINDXH                  `OR1200_DCSIZE-1        // 11
1338
`define OR1200_DCTAGL                   `OR1200_DCINDXH+1       // 12
1339
`define OR1200_DCTAG                    `OR1200_DCSIZE-`OR1200_DCLS     // 8
1340
`define OR1200_DCTAG_W                  21
1341
`endif
1342
`ifdef OR1200_DC_1W_8KB
1343
`define OR1200_DCSIZE                   13                      // 8192
1344
`define OR1200_DCINDX                   `OR1200_DCSIZE-2        // 11
1345
`define OR1200_DCINDXH                  `OR1200_DCSIZE-1        // 12
1346
`define OR1200_DCTAGL                   `OR1200_DCINDXH+1       // 13
1347
`define OR1200_DCTAG                    `OR1200_DCSIZE-`OR1200_DCLS     // 9
1348
`define OR1200_DCTAG_W                  20
1349
`endif
1350 994 lampret
 
1351
/////////////////////////////////////////////////
1352
//
1353
// Store buffer (SB)
1354
//
1355
 
1356
//
1357
// Store buffer
1358
//
1359
// It will improve performance by "caching" CPU stores
1360
// using store buffer. This is most important for function
1361
// prologues because DC can only work in write though mode
1362
// and all stores would have to complete external WB writes
1363
// to memory.
1364
// Store buffer is between DC and data BIU.
1365
// All stores will be stored into store buffer and immediately
1366
// completed by the CPU, even though actual external writes
1367
// will be performed later. As a consequence store buffer masks
1368
// all data bus errors related to stores (data bus errors
1369
// related to loads are delivered normally).
1370
// All pending CPU loads will wait until store buffer is empty to
1371
// ensure strict memory model. Right now this is necessary because
1372
// we don't make destinction between cached and cache inhibited
1373
// address space, so we simply empty store buffer until loads
1374
// can begin.
1375
//
1376
// It makes design a bit bigger, depending what is the number of
1377
// entries in SB FIFO. Number of entries can be changed further
1378
// down.
1379
//
1380
//`define OR1200_SB_IMPLEMENTED
1381
 
1382
//
1383
// Number of store buffer entries
1384
//
1385
// Verified number of entries are 4 and 8 entries
1386
// (2 and 3 for OR1200_SB_LOG). OR1200_SB_ENTRIES must
1387
// always match 2**OR1200_SB_LOG.
1388
// To disable store buffer, undefine
1389
// OR1200_SB_IMPLEMENTED.
1390
//
1391
`define OR1200_SB_LOG           2       // 2 or 3
1392
`define OR1200_SB_ENTRIES       4       // 4 or 8
1393 1023 lampret
 
1394
 
1395 1267 lampret
/////////////////////////////////////////////////
1396
//
1397
// Quick Embedded Memory (QMEM)
1398
//
1399
 
1400
//
1401
// Quick Embedded Memory
1402
//
1403
// Instantiation of dedicated insn/data memory (RAM or ROM).
1404
// Insn fetch has effective throughput 1insn / clock cycle.
1405
// Data load takes two clock cycles / access, data store
1406
// takes 1 clock cycle / access (if there is no insn fetch)).
1407
// Memory instantiation is shared between insn and data,
1408
// meaning if insn fetch are performed, data load/store
1409
// performance will be lower.
1410
//
1411
// Main reason for QMEM is to put some time critical functions
1412
// into this memory and to have predictable and fast access
1413
// to these functions. (soft fpu, context switch, exception
1414
// handlers, stack, etc)
1415
//
1416
// It makes design a bit bigger and slower. QMEM sits behind
1417
// IMMU/DMMU so all addresses are physical (so the MMUs can be
1418
// used with QMEM and QMEM is seen by the CPU just like any other
1419
// memory in the system). IC/DC are sitting behind QMEM so the
1420
// whole design timing might be worse with QMEM implemented.
1421
//
1422
`define OR1200_QMEM_IMPLEMENTED
1423
 
1424
//
1425
// Base address and mask of QMEM
1426
//
1427
// Base address defines first address of QMEM. Mask defines
1428
// QMEM range in address space. Actual size of QMEM is however
1429
// determined with instantiated RAM/ROM. However bigger
1430
// mask will reserve more address space for QMEM, but also
1431
// make design faster, while more tight mask will take
1432
// less address space but also make design slower. If
1433
// instantiated RAM/ROM is smaller than space reserved with
1434
// the mask, instatiated RAM/ROM will also be shadowed
1435
// at higher addresses in reserved space.
1436
//
1437
`define OR1200_QMEM_IADDR       32'h0080_0000
1438
`define OR1200_QMEM_IMASK       32'hfff0_0000   // Max QMEM size 1MB
1439
`define OR1200_QMEM_DADDR  32'h0080_0000
1440
`define OR1200_QMEM_DMASK  32'hfff0_0000 // Max QMEM size 1MB
1441
 
1442
//
1443
// QMEM interface byte-select capability
1444
//
1445
// To enable qmem_sel* ports, define this macro.
1446
//
1447
//`define OR1200_QMEM_BSEL
1448
 
1449
//
1450
// QMEM interface acknowledge
1451
//
1452
// To enable qmem_ack port, define this macro.
1453
//
1454
//`define OR1200_QMEM_ACK
1455
 
1456 1023 lampret
/////////////////////////////////////////////////////
1457
//
1458
// VR, UPR and Configuration Registers
1459
//
1460
//
1461
// VR, UPR and configuration registers are optional. If 
1462
// implemented, operating system can automatically figure
1463
// out how to use the processor because it knows 
1464
// what units are available in the processor and how they
1465
// are configured.
1466
//
1467
// This section must be last in or1200_defines.v file so
1468
// that all units are already configured and thus
1469
// configuration registers are properly set.
1470
// 
1471
 
1472
// Define if you want configuration registers implemented
1473
`define OR1200_CFGR_IMPLEMENTED
1474
 
1475
// Define if you want full address decode inside SYS group
1476
`define OR1200_SYS_FULL_DECODE
1477
 
1478
// Offsets of VR, UPR and CFGR registers
1479
`define OR1200_SPRGRP_SYS_VR            4'h0
1480
`define OR1200_SPRGRP_SYS_UPR           4'h1
1481
`define OR1200_SPRGRP_SYS_CPUCFGR       4'h2
1482
`define OR1200_SPRGRP_SYS_DMMUCFGR      4'h3
1483
`define OR1200_SPRGRP_SYS_IMMUCFGR      4'h4
1484
`define OR1200_SPRGRP_SYS_DCCFGR        4'h5
1485
`define OR1200_SPRGRP_SYS_ICCFGR        4'h6
1486
`define OR1200_SPRGRP_SYS_DCFGR 4'h7
1487
 
1488
// VR fields
1489
`define OR1200_VR_REV_BITS              5:0
1490
`define OR1200_VR_RES1_BITS             15:6
1491
`define OR1200_VR_CFG_BITS              23:16
1492
`define OR1200_VR_VER_BITS              31:24
1493
 
1494
// VR values
1495 1267 lampret
`define OR1200_VR_REV                   6'h01
1496 1023 lampret
`define OR1200_VR_RES1                  10'h000
1497
`define OR1200_VR_CFG                   8'h00
1498
`define OR1200_VR_VER                   8'h12
1499
 
1500
// UPR fields
1501
`define OR1200_UPR_UP_BITS              0
1502
`define OR1200_UPR_DCP_BITS             1
1503
`define OR1200_UPR_ICP_BITS             2
1504
`define OR1200_UPR_DMP_BITS             3
1505
`define OR1200_UPR_IMP_BITS             4
1506
`define OR1200_UPR_MP_BITS              5
1507
`define OR1200_UPR_DUP_BITS             6
1508
`define OR1200_UPR_PCUP_BITS            7
1509
`define OR1200_UPR_PMP_BITS             8
1510
`define OR1200_UPR_PICP_BITS            9
1511
`define OR1200_UPR_TTP_BITS             10
1512
`define OR1200_UPR_RES1_BITS            23:11
1513
`define OR1200_UPR_CUP_BITS             31:24
1514
 
1515
// UPR values
1516
`define OR1200_UPR_UP                   1'b1
1517
`ifdef OR1200_NO_DC
1518
`define OR1200_UPR_DCP                  1'b0
1519
`else
1520
`define OR1200_UPR_DCP                  1'b1
1521
`endif
1522
`ifdef OR1200_NO_IC
1523
`define OR1200_UPR_ICP                  1'b0
1524
`else
1525
`define OR1200_UPR_ICP                  1'b1
1526
`endif
1527
`ifdef OR1200_NO_DMMU
1528
`define OR1200_UPR_DMP                  1'b0
1529
`else
1530
`define OR1200_UPR_DMP                  1'b1
1531
`endif
1532
`ifdef OR1200_NO_IMMU
1533
`define OR1200_UPR_IMP                  1'b0
1534
`else
1535
`define OR1200_UPR_IMP                  1'b1
1536
`endif
1537
`define OR1200_UPR_MP                   1'b1    // MAC always present
1538
`ifdef OR1200_DU_IMPLEMENTED
1539
`define OR1200_UPR_DUP                  1'b1
1540
`else
1541
`define OR1200_UPR_DUP                  1'b0
1542
`endif
1543
`define OR1200_UPR_PCUP                 1'b0    // Performance counters not present
1544
`ifdef OR1200_DU_IMPLEMENTED
1545
`define OR1200_UPR_PMP                  1'b1
1546
`else
1547
`define OR1200_UPR_PMP                  1'b0
1548
`endif
1549
`ifdef OR1200_DU_IMPLEMENTED
1550
`define OR1200_UPR_PICP                 1'b1
1551
`else
1552
`define OR1200_UPR_PICP                 1'b0
1553
`endif
1554
`ifdef OR1200_DU_IMPLEMENTED
1555
`define OR1200_UPR_TTP                  1'b1
1556
`else
1557
`define OR1200_UPR_TTP                  1'b0
1558
`endif
1559
`define OR1200_UPR_RES1                 13'h0000
1560
`define OR1200_UPR_CUP                  8'h00
1561
 
1562
// CPUCFGR fields
1563
`define OR1200_CPUCFGR_NSGF_BITS        3:0
1564
`define OR1200_CPUCFGR_HGF_BITS 4
1565
`define OR1200_CPUCFGR_OB32S_BITS       5
1566
`define OR1200_CPUCFGR_OB64S_BITS       6
1567
`define OR1200_CPUCFGR_OF32S_BITS       7
1568
`define OR1200_CPUCFGR_OF64S_BITS       8
1569
`define OR1200_CPUCFGR_OV64S_BITS       9
1570
`define OR1200_CPUCFGR_RES1_BITS        31:10
1571
 
1572
// CPUCFGR values
1573
`define OR1200_CPUCFGR_NSGF             4'h0
1574
`define OR1200_CPUCFGR_HGF              1'b0
1575
`define OR1200_CPUCFGR_OB32S            1'b1
1576
`define OR1200_CPUCFGR_OB64S            1'b0
1577
`define OR1200_CPUCFGR_OF32S            1'b0
1578
`define OR1200_CPUCFGR_OF64S            1'b0
1579
`define OR1200_CPUCFGR_OV64S            1'b0
1580
`define OR1200_CPUCFGR_RES1             22'h000000
1581
 
1582
// DMMUCFGR fields
1583
`define OR1200_DMMUCFGR_NTW_BITS        1:0
1584
`define OR1200_DMMUCFGR_NTS_BITS        4:2
1585
`define OR1200_DMMUCFGR_NAE_BITS        7:5
1586
`define OR1200_DMMUCFGR_CRI_BITS        8
1587
`define OR1200_DMMUCFGR_PRI_BITS        9
1588
`define OR1200_DMMUCFGR_TEIRI_BITS      10
1589
`define OR1200_DMMUCFGR_HTR_BITS        11
1590
`define OR1200_DMMUCFGR_RES1_BITS       31:12
1591
 
1592
// DMMUCFGR values
1593
`ifdef OR1200_NO_DMMU
1594
`define OR1200_DMMUCFGR_NTW             2'h0    // Irrelevant
1595
`define OR1200_DMMUCFGR_NTS             3'h0    // Irrelevant
1596
`define OR1200_DMMUCFGR_NAE             3'h0    // Irrelevant
1597
`define OR1200_DMMUCFGR_CRI             1'b0    // Irrelevant
1598
`define OR1200_DMMUCFGR_PRI             1'b0    // Irrelevant
1599
`define OR1200_DMMUCFGR_TEIRI           1'b0    // Irrelevant
1600
`define OR1200_DMMUCFGR_HTR             1'b0    // Irrelevant
1601
`define OR1200_DMMUCFGR_RES1            20'h00000
1602
`else
1603
`define OR1200_DMMUCFGR_NTW             2'h0    // 1 TLB way
1604
`define OR1200_DMMUCFGR_NTS 3'h`OR1200_DTLB_INDXW       // Num TLB sets
1605
`define OR1200_DMMUCFGR_NAE             3'h0    // No ATB entries
1606
`define OR1200_DMMUCFGR_CRI             1'b0    // No control register
1607
`define OR1200_DMMUCFGR_PRI             1'b0    // No protection reg
1608
`define OR1200_DMMUCFGR_TEIRI           1'b1    // TLB entry inv reg impl.
1609
`define OR1200_DMMUCFGR_HTR             1'b0    // No HW TLB reload
1610
`define OR1200_DMMUCFGR_RES1            20'h00000
1611
`endif
1612
 
1613
// IMMUCFGR fields
1614
`define OR1200_IMMUCFGR_NTW_BITS        1:0
1615
`define OR1200_IMMUCFGR_NTS_BITS        4:2
1616
`define OR1200_IMMUCFGR_NAE_BITS        7:5
1617
`define OR1200_IMMUCFGR_CRI_BITS        8
1618
`define OR1200_IMMUCFGR_PRI_BITS        9
1619
`define OR1200_IMMUCFGR_TEIRI_BITS      10
1620
`define OR1200_IMMUCFGR_HTR_BITS        11
1621
`define OR1200_IMMUCFGR_RES1_BITS       31:12
1622
 
1623
// IMMUCFGR values
1624
`ifdef OR1200_NO_IMMU
1625
`define OR1200_IMMUCFGR_NTW             2'h0    // Irrelevant
1626
`define OR1200_IMMUCFGR_NTS             3'h0    // Irrelevant
1627
`define OR1200_IMMUCFGR_NAE             3'h0    // Irrelevant
1628
`define OR1200_IMMUCFGR_CRI             1'b0    // Irrelevant
1629
`define OR1200_IMMUCFGR_PRI             1'b0    // Irrelevant
1630
`define OR1200_IMMUCFGR_TEIRI           1'b0    // Irrelevant
1631
`define OR1200_IMMUCFGR_HTR             1'b0    // Irrelevant
1632
`define OR1200_IMMUCFGR_RES1            20'h00000
1633
`else
1634
`define OR1200_IMMUCFGR_NTW             2'h0    // 1 TLB way
1635
`define OR1200_IMMUCFGR_NTS 3'h`OR1200_ITLB_INDXW       // Num TLB sets
1636
`define OR1200_IMMUCFGR_NAE             3'h0    // No ATB entry
1637
`define OR1200_IMMUCFGR_CRI             1'b0    // No control reg
1638
`define OR1200_IMMUCFGR_PRI             1'b0    // No protection reg
1639
`define OR1200_IMMUCFGR_TEIRI           1'b1    // TLB entry inv reg impl
1640
`define OR1200_IMMUCFGR_HTR             1'b0    // No HW TLB reload
1641
`define OR1200_IMMUCFGR_RES1            20'h00000
1642
`endif
1643
 
1644
// DCCFGR fields
1645
`define OR1200_DCCFGR_NCW_BITS          2:0
1646
`define OR1200_DCCFGR_NCS_BITS          6:3
1647
`define OR1200_DCCFGR_CBS_BITS          7
1648
`define OR1200_DCCFGR_CWS_BITS          8
1649
`define OR1200_DCCFGR_CCRI_BITS         9
1650
`define OR1200_DCCFGR_CBIRI_BITS        10
1651
`define OR1200_DCCFGR_CBPRI_BITS        11
1652
`define OR1200_DCCFGR_CBLRI_BITS        12
1653
`define OR1200_DCCFGR_CBFRI_BITS        13
1654
`define OR1200_DCCFGR_CBWBRI_BITS       14
1655
`define OR1200_DCCFGR_RES1_BITS 31:15
1656
 
1657
// DCCFGR values
1658
`ifdef OR1200_NO_DC
1659
`define OR1200_DCCFGR_NCW               3'h0    // Irrelevant
1660
`define OR1200_DCCFGR_NCS               4'h0    // Irrelevant
1661
`define OR1200_DCCFGR_CBS               1'b0    // Irrelevant
1662
`define OR1200_DCCFGR_CWS               1'b0    // Irrelevant
1663
`define OR1200_DCCFGR_CCRI              1'b1    // Irrelevant
1664
`define OR1200_DCCFGR_CBIRI             1'b1    // Irrelevant
1665
`define OR1200_DCCFGR_CBPRI             1'b0    // Irrelevant
1666
`define OR1200_DCCFGR_CBLRI             1'b0    // Irrelevant
1667
`define OR1200_DCCFGR_CBFRI             1'b1    // Irrelevant
1668
`define OR1200_DCCFGR_CBWBRI            1'b0    // Irrelevant
1669
`define OR1200_DCCFGR_RES1              17'h00000
1670
`else
1671
`define OR1200_DCCFGR_NCW               3'h0    // 1 cache way
1672
`define OR1200_DCCFGR_NCS (`OR1200_DCTAG)       // Num cache sets
1673
`define OR1200_DCCFGR_CBS (`OR1200_DCLS-4)      // 16 byte cache block
1674
`define OR1200_DCCFGR_CWS               1'b0    // Write-through strategy
1675
`define OR1200_DCCFGR_CCRI              1'b1    // Cache control reg impl.
1676
`define OR1200_DCCFGR_CBIRI             1'b1    // Cache block inv reg impl.
1677
`define OR1200_DCCFGR_CBPRI             1'b0    // Cache block prefetch reg not impl.
1678
`define OR1200_DCCFGR_CBLRI             1'b0    // Cache block lock reg not impl.
1679
`define OR1200_DCCFGR_CBFRI             1'b1    // Cache block flush reg impl.
1680
`define OR1200_DCCFGR_CBWBRI            1'b0    // Cache block WB reg not impl.
1681
`define OR1200_DCCFGR_RES1              17'h00000
1682
`endif
1683
 
1684
// ICCFGR fields
1685
`define OR1200_ICCFGR_NCW_BITS          2:0
1686
`define OR1200_ICCFGR_NCS_BITS          6:3
1687
`define OR1200_ICCFGR_CBS_BITS          7
1688
`define OR1200_ICCFGR_CWS_BITS          8
1689
`define OR1200_ICCFGR_CCRI_BITS         9
1690
`define OR1200_ICCFGR_CBIRI_BITS        10
1691
`define OR1200_ICCFGR_CBPRI_BITS        11
1692
`define OR1200_ICCFGR_CBLRI_BITS        12
1693
`define OR1200_ICCFGR_CBFRI_BITS        13
1694
`define OR1200_ICCFGR_CBWBRI_BITS       14
1695
`define OR1200_ICCFGR_RES1_BITS 31:15
1696
 
1697
// ICCFGR values
1698
`ifdef OR1200_NO_IC
1699
`define OR1200_ICCFGR_NCW               3'h0    // Irrelevant
1700
`define OR1200_ICCFGR_NCS               4'h0    // Irrelevant
1701
`define OR1200_ICCFGR_CBS               1'b0    // Irrelevant
1702
`define OR1200_ICCFGR_CWS               1'b0    // Irrelevant
1703
`define OR1200_ICCFGR_CCRI              1'b0    // Irrelevant
1704
`define OR1200_ICCFGR_CBIRI             1'b0    // Irrelevant
1705
`define OR1200_ICCFGR_CBPRI             1'b0    // Irrelevant
1706
`define OR1200_ICCFGR_CBLRI             1'b0    // Irrelevant
1707
`define OR1200_ICCFGR_CBFRI             1'b0    // Irrelevant
1708
`define OR1200_ICCFGR_CBWBRI            1'b0    // Irrelevant
1709
`define OR1200_ICCFGR_RES1              17'h00000
1710
`else
1711
`define OR1200_ICCFGR_NCW               3'h0    // 1 cache way
1712
`define OR1200_ICCFGR_NCS (`OR1200_ICTAG)       // Num cache sets
1713
`define OR1200_ICCFGR_CBS (`OR1200_ICLS-4)      // 16 byte cache block
1714
`define OR1200_ICCFGR_CWS               1'b0    // Irrelevant
1715
`define OR1200_ICCFGR_CCRI              1'b1    // Cache control reg impl.
1716
`define OR1200_ICCFGR_CBIRI             1'b1    // Cache block inv reg impl.
1717
`define OR1200_ICCFGR_CBPRI             1'b0    // Cache block prefetch reg not impl.
1718
`define OR1200_ICCFGR_CBLRI             1'b0    // Cache block lock reg not impl.
1719
`define OR1200_ICCFGR_CBFRI             1'b1    // Cache block flush reg impl.
1720
`define OR1200_ICCFGR_CBWBRI            1'b0    // Irrelevant
1721
`define OR1200_ICCFGR_RES1              17'h00000
1722
`endif
1723
 
1724
// DCFGR fields
1725
`define OR1200_DCFGR_NDP_BITS           2:0
1726
`define OR1200_DCFGR_WPCI_BITS          3
1727
`define OR1200_DCFGR_RES1_BITS          31:4
1728
 
1729
// DCFGR values
1730 1267 lampret
`ifdef OR1200_DU_HWBKPTS
1731
`define OR1200_DCFGR_NDP        3'h`OR1200_DU_DVRDCR_PAIRS // # of DVR/DCR pairs
1732
`ifdef OR1200_DU_DWCR0
1733
`define OR1200_DCFGR_WPCI               1'b1
1734
`else
1735
`define OR1200_DCFGR_WPCI               1'b0    // WP counters not impl.
1736
`endif
1737
`else
1738 1023 lampret
`define OR1200_DCFGR_NDP                3'h0    // Zero DVR/DCR pairs
1739
`define OR1200_DCFGR_WPCI               1'b0    // WP counters not impl.
1740 1267 lampret
`endif
1741 1023 lampret
`define OR1200_DCFGR_RES1               28'h0000000

powered by: WebSVN 2.1.0

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