mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Fix connwrappers help message
Signed-off-by: Clifford Wolf <[email protected]>
This commit is contained in:
@@ -149,7 +149,7 @@ struct ConnwrappersWorker
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct ConnwrappersPass : public Pass {
|
struct ConnwrappersPass : public Pass {
|
||||||
ConnwrappersPass() : Pass("connwrappers", "replace undef values with defined constants") { }
|
ConnwrappersPass() : Pass("connwrappers", "match width of input-output port pairs") { }
|
||||||
virtual void help()
|
virtual void help()
|
||||||
{
|
{
|
||||||
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
|
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
|
||||||
|
|||||||
Reference in New Issue
Block a user