3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-05 13:56:04 +00:00
This commit is contained in:
Emil J 2025-10-14 08:43:50 +02:00 committed by GitHub
commit 875ce1de72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 914 additions and 258 deletions

View file

@ -582,7 +582,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) {