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

Subversion Repositories y80e

[/] [y80e/] [trunk/] [rtl/] [version.v] - Rev 2

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

/*******************************************************************************************/
/**                                                                                       **/
/** COPYRIGHT (C) 2010, SYSTEMYDE INTERNATIONAL CORPORATION, ALL RIGHTS RESERVED          **/
/**                                                                                       **/
/** version definition file                                          Rev  0.0  03/28/2010 **/
/**                                                                                       **/
/*******************************************************************************************/
 
/*******************************************************************************************/
/*                                                                                         */
/* SELECT ONLY ONE OPTION PER GROUP!  default is first option                              */
/*                                                                                         */
/*******************************************************************************************/
 
/*******************************************************************************************/
/*                                                                                         */
/* select CPU or MPU                                                                       */
/*                                                                                         */
/*******************************************************************************************/
// `define Y90_CPU                                         /* stand-alone cpu only         */
// `define Y90_MPU                                         /* integrated version           */
`define Y90_180                                         /* clone version                */
 
/*******************************************************************************************/
/*                                                                                         */
/* select the operation of the H flag for the CCF instruction                              */
/*                                                                                         */
/*******************************************************************************************/
`define Z80_CCF                                         /* z80 CCF operation            */
// `define Z180_CCF                                        /* z180 CCF operation           */
 
/*******************************************************************************************/
/*                                                                                         */
/* select the implementation of the MLT instruction                                        */
/*                                                                                         */
/*******************************************************************************************/
`define MUL_NORM                                        /* parallel multiplier          */
// `define MUL_FAST                                        /* serial multiplier            */
 
/*******************************************************************************************/
/*                                                                                         */
/* select the value reported in the System Status Block for dreq_bus (Y90 MPU Only)        */
/*                                                                                         */
/*******************************************************************************************/
`define DREQ_LOG                                        /* log dreq timeouts            */
// `define DREQ_ACC                                        /* count dreq timeouts          */
 
/*******************************************************************************************/
/*                                                                                         */
/* select the value reported in the System Status Block for wait_req (Y90 MPU Only)        */
/*                                                                                         */
/*******************************************************************************************/
`define WAIT_LOG                                        /* log wait timeouts            */
// `define WAIT_ACC                                        /* count wait timeouts          */
 
 
 
 
 
 
 
 
 
 

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

powered by: WebSVN 2.1.0

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