File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments