Verilog to Routing - VPR
setup_clocks.h
Go to the documentation of this file.
1 #ifndef SETUP_CLOCKS_H
2 #define SETUP_CLOCKS_H
3 
4 #include <vector>
5 
6 #include "physical_types.h"
7 
8 void setup_clock_networks(const t_arch& Arch, std::vector<t_segment_inf>& segment_inf);
9 
10 #endif
void setup_clock_networks(const t_arch &Arch, std::vector< t_segment_inf > &segment_inf)
Definition: setup_clocks.cpp:22