diff options
Diffstat (limited to 'mistral/arch.h')
-rw-r--r-- | mistral/arch.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mistral/arch.h b/mistral/arch.h index c7d369f1..5913a615 100644 --- a/mistral/arch.h +++ b/mistral/arch.h @@ -480,6 +480,10 @@ struct Arch : BaseArch<ArchRanges> // ------------------------------------------------- + bool is_clkbuf_cell(IdString cell_type) const; // globals.cc + + // ------------------------------------------------- + static const std::string defaultPlacer; static const std::vector<std::string> availablePlacers; static const std::string defaultRouter; |