3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-24 14:41:31 +00:00
This commit is contained in:
Emil J 2025-11-21 16:03:12 +13:00 committed by GitHub
commit 07afb0660e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 16 additions and 29 deletions

View file

@ -2681,7 +2681,7 @@ struct VerilogBackend : public Backend {
Pass::call(design, "clean_zerowidth");
log_pop();
design->sort_modules();
// design->sort_modules();
*f << stringf("/* Generated by %s */\n", yosys_maybe_version());