Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
93fc4148eccad56cd5774d8f20cf9ed2f549939a
/
.
/
libs
/
libvtrutil
/
src
/
vtr_logic.h
blob: bab170d122b990c91335a3fab47568c0872aa240 [
file
] [
log
] [
blame
]
#ifndef
VTR_LOGIC_H
#define
VTR_LOGIC_H
namespace
vtr
{
enum
class
LogicValue
{
FALSE
=
0
,
TRUE
=
1
,
DONT_CARE
=
2
,
UNKOWN
=
3
};
}
//namespace
#endif