mirror of https://github.com/YosysHQ/yosys.git
syntax err
This commit is contained in:
parent
dfef18010d
commit
04faedd131
|
|
@ -150,9 +150,9 @@ struct RegRenameInstance {
|
|||
|
||||
struct RegRenamePass : public Pass {
|
||||
RegRenamePass()
|
||||
: Pass("reg_rename", "renames register output wires to the correct
|
||||
register name and creates new wires for multi-bit registers for
|
||||
orrect VCD register annotations.")
|
||||
: Pass("reg_rename", "renames register output wires to the correct "
|
||||
"register name and creates new wires for multi-bit registers for "
|
||||
"correct VCD register annotations.")
|
||||
{
|
||||
}
|
||||
void help() override
|
||||
|
|
|
|||
Loading…
Reference in New Issue