mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-23 06:01:27 +00:00
rtlil: undeprecate builtin_ff_cell_types
This commit is contained in:
parent
7bc88d5c40
commit
9f07e21e35
1 changed files with 0 additions and 1 deletions
|
|
@ -728,7 +728,6 @@ template <> struct IDMacroHelper<-1> {
|
||||||
namespace RTLIL {
|
namespace RTLIL {
|
||||||
extern dict<std::string, std::string> constpad;
|
extern dict<std::string, std::string> constpad;
|
||||||
|
|
||||||
[[deprecated("Call cell->is_builtin_ff() instead")]]
|
|
||||||
const pool<IdString> &builtin_ff_cell_types();
|
const pool<IdString> &builtin_ff_cell_types();
|
||||||
|
|
||||||
static inline std::string escape_id(const std::string &str) {
|
static inline std::string escape_id(const std::string &str) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue