VPR-6.0

libvpr/include/logic_types.h File Reference

#include "util.h"
Include dependency graph for logic_types.h:
This graph shows which files directly or indirectly include this file:

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 }

Detailed Description

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 Documentation

typedef struct s_model t_model
typedef struct s_model_ports t_model_ports

Enumeration Type Documentation

enum PORTS

Logic model data types A logic model is described by its I/O ports and function name

Enumerator:
IN_PORT 
OUT_PORT 
INOUT_PORT 
ERR_PORT 

Definition at line 20 of file logic_types.h.