blob: 0687cc68589b87ce4469d193eb3a56b12d2482cc [file] [log] [blame]
#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