3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-09 01:11:58 +00:00

rtlil: undeprecate builtin_ff_cell_types

This commit is contained in:
Emil J. Tywoniak 2025-10-08 16:25:47 +02:00
parent 336e82c6b6
commit 8d14a022c2

View file

@ -568,7 +568,6 @@ template <> struct IDMacroHelper<-1> {
namespace RTLIL {
extern dict<std::string, std::string> constpad;
[[deprecated("Call cell->is_builtin_ff() instead")]]
const pool<IdString> &builtin_ff_cell_types();
static inline std::string escape_id(const std::string &str) {