Skip to content

Commit b4f390a

Browse files
authored
Merge pull request #1593 from acomodi/clean-vpr-utils
utils: move device specific utilities to arch_util
2 parents d912bdb + f067688 commit b4f390a

16 files changed

+750
-530
lines changed

libs/libarchfpga/src/arch_util.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@
1212
#include "read_xml_arch_file.h"
1313
#include "read_xml_util.h"
1414

15+
/******************** Subroutine declarations ********************************/
16+
1517
static void free_all_pb_graph_nodes(std::vector<t_logical_block_type>& type_descriptors);
1618
static void free_pb_graph(t_pb_graph_node* pb_graph_node);
1719
static void free_pb_type(t_pb_type* pb_type);
1820

21+
/******************** End Subroutine declarations ****************************/
22+
1923
InstPort::InstPort(std::string str) {
2024
std::vector<std::string> inst_port = vtr::split(str, ".");
2125

0 commit comments

Comments
 (0)