VPR-6.0
|
Go to the source code of this file.
Defines | |
#define | VPR_VERSION "6.0 Full Release" |
#define | TOKENS " \t\n" |
#define | UNDEFINED -1 |
#define | MAX_CHANNEL_WIDTH 8000 |
Data types describing the FPGA architecture.
Date: February 19, 2009 Authors: Jason Luu and Kenneth Kent
Definition in file arch_types.h.
#define MAX_CHANNEL_WIDTH 8000 |
Maximum value for mininum channel width to avoid overflows of short data type.
Definition at line 26 of file arch_types.h.
#define TOKENS " \t\n" |
Input file parsing.
Definition at line 20 of file arch_types.h.
#define UNDEFINED -1 |
Value for UNDEFINED data
Definition at line 23 of file arch_types.h.
#define VPR_VERSION "6.0 Full Release" |
Constant describing architecture library version number
Definition at line 17 of file arch_types.h.