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

Subversion Repositories thor

[/] [thor/] [trunk/] [FT64v5/] [rtl/] [common/] [FT64_config.vh] - Diff between revs 52 and 53

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

Rev 52 Rev 53
Line 27... Line 27...
//`define DEBUG_LOGIC 1'b1
//`define DEBUG_LOGIC 1'b1
 
 
`define AMSB                    31
`define AMSB                    31
`define ABITS                   `AMSB:0
`define ABITS                   `AMSB:0
`define QBITS                   3:0
`define QBITS                   3:0
`define QENTRIES        10
`define QENTRIES        10                      // changing this still requires changing code in FT64.
`define XBITS                   7:0
`define XBITS                   7:0
 
 
//`define SUPPORT_DBG           1'b1
//`define SUPPORT_DBG           1'b1
`define FULL_ISSUE_LOGIC        1'b1
`define FULL_ISSUE_LOGIC        1'b1
 
 
Line 65... Line 65...
 
 
// Uncomment to allow SIMD operations
// Uncomment to allow SIMD operations
`define SIMD    1'b1
`define SIMD    1'b1
 
 
// Comment the following to disable registering the output of instruction decoders.
// Comment the following to disable registering the output of instruction decoders.
`define REGISTER_DECODE
 
 No newline at end of file
 No newline at end of file
 
// Inline decoding should not be registered.
 
`define REGISTER_DECODE         1'b1
 
//`define INLINE_DECODE         1'b1
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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