3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Merge pull request #4635 from YosysHQ/krys/pr_docs_ci

Remove make docs race conditions (and other docs fixes)
This commit is contained in:
KrystalDelusion 2024-10-08 21:39:30 +13:00 committed by GitHub
commit 0be3b7de51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 77 additions and 599 deletions

View file

@ -246,6 +246,8 @@ struct FunctionalCxxBackend : public Backend
{
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
log("\n");
log("TODO: add help message\n");
log("\n");
}
void printCxx(std::ostream &stream, std::string, Module *module)

View file

@ -122,6 +122,8 @@ struct FunctionalTestGeneric : public Pass
{
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
log("\n");
log("TODO: add help message\n");
log("\n");
}
void execute(std::vector<std::string> args, RTLIL::Design *design) override