VPR-6.0
|
#include "util.h"
Go to the source code of this file.
Data Structures | |
struct | s_model_ports |
struct | s_model |
Typedefs | |
typedef struct s_model_ports | t_model_ports |
typedef struct s_model | t_model |
Enumerations | |
enum | PORTS { IN_PORT, OUT_PORT, INOUT_PORT, ERR_PORT } |
Data types describing the logic (technology-mapped) models that the architecture can implement. Logic models include LUT (.names), flipflop (.latch), inpad, outpad, memory slice, etc.
Date: February 19, 2009 Authors: Jason Luu and Kenneth Kent
Definition in file logic_types.h.
typedef struct s_model_ports t_model_ports |
enum PORTS |
Logic model data types A logic model is described by its I/O ports and function name
Definition at line 20 of file logic_types.h.
{IN_PORT, OUT_PORT, INOUT_PORT, ERR_PORT};