mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-09 18:41:06 +00:00
rtlil use newcelltypes.
This commit is contained in:
parent
cae54a4c7b
commit
66bd4716cf
4 changed files with 47 additions and 163 deletions
|
|
@ -737,8 +737,6 @@ template <> struct IDMacroHelper<-1> {
|
|||
namespace RTLIL {
|
||||
extern dict<std::string, std::string> constpad;
|
||||
|
||||
const pool<IdString> &builtin_ff_cell_types();
|
||||
|
||||
static inline std::string escape_id(const std::string &str) {
|
||||
if (str.size() > 0 && str[0] != '\\' && str[0] != '$')
|
||||
return "\\" + str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue