Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
031e8d9a9ab5c0ccd1a84ad2d7e79d509f0eba6d
/
.
/
libarchfpga
/
src
/
echo_arch.h
blob: 1c1d333a40403cd2ba3fc657565d51278c48e5b7 [
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
struct
s_arch
*
arch
);
#endif