Skip to content

Commit 8896fc6

Browse files
committed
fix broken build
1 parent 9a5a453 commit 8896fc6

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

common/kernel/base_arch.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,9 +455,6 @@ template <typename R> struct BaseArch : ArchAPI<R>
455455
// Flow methods
456456
virtual void assignArchInfo() override {};
457457

458-
// HACK
459-
virtual bool isPipInverting(PipId pip) const { return false; }
460-
461458
// --------------------------------------------------------------
462459
// These structures are used to provide default implementations of bel/wire/pip binding. Arches might want to
463460
// replace them with their own, for example to use faster access structures than dict. Arches might also

himbaechel/himbaechel_api.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ struct HimbaechelAPI
131131
// For custom placer configuration
132132
virtual void configurePlacerHeap(PlacerHeapCfg &cfg) {};
133133

134-
// HACK
135-
virtual bool isPipInverting(PipId pip) const { return false; }
136-
137134
virtual ~HimbaechelAPI() {};
138135
};
139136

0 commit comments

Comments
 (0)