Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
ab6fce0240a40137d79950f67dfee50a94c895c1
/
.
/
libs
/
libarchfpga
/
src
/
echo_arch.h
blob: a0833a730f6f44e4b813e59e127d74ade16205ac [
file
] [
log
] [
blame
]
#ifndef
ECHO_ARCH_H
#define
ECHO_ARCH_H
#include
"arch_types.h"
void
EchoArch
(
const
char
*
EchoFile
,
const
t_type_descriptor
*
Types
,
const
int
NumTypes
,
const
t_arch
*
arch
);
#endif