mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Remove auto_wire framework (smarter than the verilog standard)
This commit is contained in:
parent
609caa23b5
commit
f71e27dbf1
9 changed files with 5 additions and 126 deletions
|
@ -118,8 +118,6 @@ void ILANG_BACKEND::dump_wire(FILE *f, std::string indent, const RTLIL::Wire *wi
|
|||
fprintf(f, "\n");
|
||||
}
|
||||
fprintf(f, "%s" "wire ", indent.c_str());
|
||||
if (wire->auto_width)
|
||||
fprintf(f, "auto ");
|
||||
if (wire->width != 1)
|
||||
fprintf(f, "width %d ", wire->width);
|
||||
if (wire->start_offset != 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue