[engine] rename files to avoid conflicts with VPR files

This commit is contained in:
tangxifan 2022-08-17 20:01:50 -07:00
parent 4e297bfee4
commit e9c4d102c1
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#include "vtr_assert.h"
#include "vtr_log.h"
#include "annotate_routing.h"
#include "openfpga_annotate_routing.h"
/* begin namespace openfpga */
namespace openfpga {

View File

@ -1,5 +1,5 @@
#ifndef ANNOTATE_ROUTING_H
#define ANNOTATE_ROUTING_H
#ifndef OPENFPGA_ANNOTATE_ROUTING_H
#define OPENFPGA_ANNOTATE_ROUTING_H
/********************************************************************
* Include header files that are required by function declaration

View File

@ -19,7 +19,7 @@
#include "annotate_physical_tiles.h"
#include "annotate_pb_types.h"
#include "annotate_pb_graph.h"
#include "annotate_routing.h"
#include "openfpga_annotate_routing.h"
#include "annotate_rr_graph.h"
#include "annotate_simulation_setting.h"
#include "annotate_bitstream_setting.h"