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

Subversion Repositories y80e

[/] [y80e/] [trunk/] [rtl/] [version.v] - Blame information for rev 2

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

Line No. Rev Author Line
1 2 bsa
/*******************************************************************************************/
2
/**                                                                                       **/
3
/** COPYRIGHT (C) 2010, SYSTEMYDE INTERNATIONAL CORPORATION, ALL RIGHTS RESERVED          **/
4
/**                                                                                       **/
5
/** version definition file                                          Rev  0.0  03/28/2010 **/
6
/**                                                                                       **/
7
/*******************************************************************************************/
8
 
9
/*******************************************************************************************/
10
/*                                                                                         */
11
/* SELECT ONLY ONE OPTION PER GROUP!  default is first option                              */
12
/*                                                                                         */
13
/*******************************************************************************************/
14
 
15
/*******************************************************************************************/
16
/*                                                                                         */
17
/* select CPU or MPU                                                                       */
18
/*                                                                                         */
19
/*******************************************************************************************/
20
// `define Y90_CPU                                         /* stand-alone cpu only         */
21
// `define Y90_MPU                                         /* integrated version           */
22
`define Y90_180                                         /* clone version                */
23
 
24
/*******************************************************************************************/
25
/*                                                                                         */
26
/* select the operation of the H flag for the CCF instruction                              */
27
/*                                                                                         */
28
/*******************************************************************************************/
29
`define Z80_CCF                                         /* z80 CCF operation            */
30
// `define Z180_CCF                                        /* z180 CCF operation           */
31
 
32
/*******************************************************************************************/
33
/*                                                                                         */
34
/* select the implementation of the MLT instruction                                        */
35
/*                                                                                         */
36
/*******************************************************************************************/
37
`define MUL_NORM                                        /* parallel multiplier          */
38
// `define MUL_FAST                                        /* serial multiplier            */
39
 
40
/*******************************************************************************************/
41
/*                                                                                         */
42
/* select the value reported in the System Status Block for dreq_bus (Y90 MPU Only)        */
43
/*                                                                                         */
44
/*******************************************************************************************/
45
`define DREQ_LOG                                        /* log dreq timeouts            */
46
// `define DREQ_ACC                                        /* count dreq timeouts          */
47
 
48
/*******************************************************************************************/
49
/*                                                                                         */
50
/* select the value reported in the System Status Block for wait_req (Y90 MPU Only)        */
51
/*                                                                                         */
52
/*******************************************************************************************/
53
`define WAIT_LOG                                        /* log wait timeouts            */
54
// `define WAIT_ACC                                        /* count wait timeouts          */
55
 
56
 
57
 
58
 
59
 
60
 
61
 
62
 
63
 

powered by: WebSVN 2.1.0

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