yosys-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
synth_xilinx.cc File Reference
#include "kernel/register.h"
#include "kernel/celltypes.h"
#include "kernel/rtlil.h"
#include "kernel/log.h"
+ Include dependency graph for synth_xilinx.cc:

Go to the source code of this file.

Data Structures

struct  SynthXilinxPass
 

Functions

USING_YOSYS_NAMESPACE
PRIVATE_NAMESPACE_BEGIN bool 
check_label (bool &active, std::string run_from, std::string run_to, std::string label)
 

Variables

SynthXilinxPass SynthXilinxPass
 

Function Documentation

USING_YOSYS_NAMESPACE PRIVATE_NAMESPACE_BEGIN bool check_label ( bool &  active,
std::string  run_from,
std::string  run_to,
std::string  label 
)

Definition at line 28 of file synth_xilinx.cc.

29 {
30  if (label == run_from)
31  active = true;
32  if (label == run_to)
33  active = false;
34  return active;
35 }

+ Here is the caller graph for this function:

Variable Documentation