Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
331307a1b76b69ea2a43479feff043b18cf8f7e1
/
.
/
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