Skip to content

Commit 8d14a02

Browse files
committed
rtlil: undeprecate builtin_ff_cell_types
1 parent 336e82c commit 8d14a02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/rtlil.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,6 @@ template <> struct IDMacroHelper<-1> {
568568
namespace RTLIL {
569569
extern dict<std::string, std::string> constpad;
570570

571-
[[deprecated("Call cell->is_builtin_ff() instead")]]
572571
const pool<IdString> &builtin_ff_cell_types();
573572

574573
static inline std::string escape_id(const std::string &str) {

0 commit comments

Comments
 (0)