3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00

Add TODO for missing help messages

This commit is contained in:
Miodrag Milanovic 2024-10-08 08:47:51 +02:00
parent c1604424aa
commit f079772ade
3 changed files with 6 additions and 0 deletions

View file

@ -27,6 +27,8 @@ struct ExampleDtPass : public Pass
{
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
log("\n");
log("TODO: add help message\n");
log("\n");
}