mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-27 06:27:57 +00:00
update short help
This commit is contained in:
parent
fb6974dcd7
commit
beb71a6c47
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ PRIVATE_NAMESPACE_BEGIN
|
||||||
static const std::regex src_re("(.*):(\\d+)\\.(\\d+)-(\\d+)\\.(\\d+)");
|
static const std::regex src_re("(.*):(\\d+)\\.(\\d+)-(\\d+)\\.(\\d+)");
|
||||||
|
|
||||||
struct CoveragePass : public Pass {
|
struct CoveragePass : public Pass {
|
||||||
CoveragePass() : Pass("linecoverage", "write coverage information to file") { }
|
CoveragePass() : Pass("linecoverage", "report coverage information") { }
|
||||||
void help() override
|
void help() override
|
||||||
{
|
{
|
||||||
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
|
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue