Skip to content

Commit b2ed772

Browse files
committed
rtlil: undeprecate builtin_ff_cell_types
1 parent f027cfb commit b2ed772

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
@@ -728,7 +728,6 @@ template <> struct IDMacroHelper<-1> {
728728
namespace RTLIL {
729729
extern dict<std::string, std::string> constpad;
730730

731-
[[deprecated("Call cell->is_builtin_ff() instead")]]
732731
const pool<IdString> &builtin_ff_cell_types();
733732

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

0 commit comments

Comments
 (0)