Verilog to Routing - VPR
Data Structures | Functions
logic_vec.h File Reference
#include <vector>
#include <ostream>
#include "vtr_logic.h"
Include dependency graph for logic_vec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  LogicVec
 A vector-like object containing logic values. More...
 

Functions

std::ostream & operator<< (std::ostream &os, vtr::LogicValue val)
 Output operator for vtr::LogicValue. More...
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
vtr::LogicValue  val 
)

Output operator for vtr::LogicValue.