Sign in
◑
Theme
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
e3ba50265c283643ce235ed2fba66f678da0124a
/
.
/
vpr
/
src
/
base
/
setup_clocks.h
blob: 0687cc68589b87ce4469d193eb3a56b12d2482cc [
file
]
#ifndef
SETUP_CLOCKS_H
#define
SETUP_CLOCKS_H
#include
<vector>
#include
"physical_types.h"
void
setup_clock_networks
(
const
t_arch
&
Arch
,
std
::
vector
<t_segment_inf>
&
segment_inf
);
#endif