Skip to content

Commit

Permalink
Merge pull request #249 from RapidSilicon/pinc_rename_API_header
Browse files Browse the repository at this point in the history
pinc: renamed pin_constrain_loc.h to pinc_main.h
  • Loading branch information
serge-rs authored May 25, 2023
2 parents 965ae6e + 8d64b4c commit 490f9e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pin_c/src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "util/cmd_line.h"
#include "util/pinc_log.h"

#include "pin_loc/pin_constrain_loc.h"
#include "pin_loc/pinc_main.h"

// Convert a PCF file into a VPR io.place file.
// This requires : XML file where we can get (x, y, z) of internal port
Expand Down
2 changes: 1 addition & 1 deletion pin_c/src/pin_loc/pin_location.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "util/cmd_line.h"
#include "util/geo/iv.h"
#include "util/pinc_log.h"
#include "pin_loc/pin_constrain_loc.h"
#include "pin_loc/pinc_main.h"

namespace pinc {

Expand Down
File renamed without changes.

0 comments on commit 490f9e3

Please sign in to comment.