3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-17 12:45:44 +00:00
This commit is contained in:
Akash Levy 2025-05-12 14:49:37 -07:00
parent 8171f04cbf
commit 13e053fb11
3 changed files with 1 additions and 3 deletions

View file

@ -83,7 +83,6 @@ YOSYS_NAMESPACE_BEGIN
int autoidx = 1;
int yosys_xtrace = 0;
std::set<string> seen_ids;
bool yosys_write_versions = true;
const char* yosys_maybe_version() {
if (yosys_write_versions)

View file

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