3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-08 23:23:25 +00:00

Add better Yosys/Verific name aliasing and reenable dffe opt

This commit is contained in:
Akash Levy 2024-06-15 14:18:33 -07:00
parent 2337d97977
commit fce46d2a53
4 changed files with 6 additions and 2 deletions

View file

@ -79,6 +79,7 @@ YOSYS_NAMESPACE_BEGIN
int autoidx = 1;
int yosys_xtrace = 0;
std::set<string> seen_ids;
RTLIL::Design *yosys_design = NULL;
CellTypes yosys_celltypes;

View file

@ -348,6 +348,7 @@ inline int GetSize(RTLIL::Wire *wire);
extern int autoidx;
extern int yosys_xtrace;
extern std::set<string> seen_ids;
RTLIL::IdString new_id(std::string file, int line, std::string func);
RTLIL::IdString new_id_suffix(std::string file, int line, std::string func, std::string suffix);