Skip to content

Commit b85b8b6

Browse files
committed
[vpr][place] remove empty impl for read/write simple delay model
1 parent e09d260 commit b85b8b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpr/src/place/place_delay_model.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ class SimpleDelayModel : public PlaceDelayModel {
243243
float delay(const t_physical_tile_loc& from_loc, int /*from_pin*/, const t_physical_tile_loc& to_loc, int /*to_pin*/) const override;
244244
void dump_echo(std::string /*filepath*/) const override {}
245245

246-
void read(const std::string& /*file*/) override {}
247-
void write(const std::string& /*file*/) const override {}
246+
void read(const std::string& /*file*/) override;
247+
void write(const std::string& /*file*/) const override;
248248

249249
private:
250250
/**

0 commit comments

Comments
 (0)