Sign in
foss-fpga-tools
/
third_party
/
vtr-verilog-to-routing
/
0a8dcf10219ceecb9d0b3e304cd0e987faea9c17
/
.
/
libs
/
libarchfpga
/
src
/
echo_arch.h
blob: 4e9d23001671ebb154b2d550e199b0742aa1cdf2 [
file
] [
log
] [
blame
]
#ifndef
ECHO_ARCH_H
#define
ECHO_ARCH_H
#include
"arch_types.h"
void
EchoArch
(
const
char
*
EchoFile
,
const
std
::
vector
<t_physical_tile_type>
&
PhysicalTileTypes
,
const
std
::
vector
<t_logical_block_type>
&
LogicalBlockTypes
,
const
t_arch
*
arch
);
#endif