mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-22 19:17:55 +00:00
Added equiv_mark command
This commit is contained in:
parent
c35db8c19e
commit
4cec1c058d
3 changed files with 265 additions and 1 deletions
|
@ -87,7 +87,7 @@ struct EquivPurgeWorker
|
|||
|
||||
void run()
|
||||
{
|
||||
log("Running equiv_purge on module %s:", log_id(module));
|
||||
log("Running equiv_purge on module %s:\n", log_id(module));
|
||||
|
||||
for (auto wire : module->wires()) {
|
||||
wire->port_input = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue