Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
0c62e009197955fcaa71fb37552f50e01b17130d
/
.
/
libs
/
libarchfpga
/
src
/
echo_arch.h
blob: 75335b3350a04fd34d97ef7ef6834b18d0b0ae72 [
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