-
Notifications
You must be signed in to change notification settings - Fork 31
✨ Sorting designed SiDB gates #552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 250 commits
54c078e
34c4093
c109e6c
eed0cd4
019be95
65049a8
f8fae78
9213881
2e9181c
73c0786
de1982a
b0efb10
9bbfc83
ca25236
3fa58ab
d5866a4
dfc364c
1feeb56
f0bf4ff
617cde2
98ddfae
8f171d2
1b4fefb
b70565c
e80df55
46d6884
40822a6
d7967a2
756f523
469bcae
ecec062
eb1367d
42f8113
fd8cdd1
d8294ac
0fd5669
e756bdb
6945649
9a06c96
bfb10c0
0b7b6da
2c0396d
c5f8479
dd4b476
9b8abbb
f28ffbf
7b3125f
1a31304
7db9661
ac9663a
46e86a9
4f7c1fe
063d7a6
d002690
9192c83
37484b0
6e26b08
3527432
8d53a92
8dbf313
50337f9
bb3c512
d37aa97
a87c6c5
65d113a
528d79e
6903e15
1dd2771
87e670b
1171966
247e5db
368a521
1314879
479ab7c
4479f15
94a7f18
9328c15
d091501
6aab3f7
1905e66
4e3c86e
17c7f9f
2735012
30e4b7c
155ab73
9dcfd48
414dfd6
3f3fa84
145084b
c4de4d8
495beb6
4f27b59
7ba74b1
dab05b8
8ee0c69
7361029
6b52427
9ae9997
fe26104
1e81996
52a4107
77ee78d
8aaf1d2
a6889b4
9e02436
a27a132
377c5ff
34323b5
de6b494
8c4e2ec
0ca3566
f916cef
2c44699
e6ad6a1
f46772f
693096d
9dc0093
1a5af50
252a2b8
8a1e61b
d675a0d
dc6ff04
a34e291
c448c4b
c2d3c15
dd2e286
812f523
81879ac
f5e3cac
6f6e59d
d7c14bd
f044060
a553d91
a785c36
8777bf1
007aa9e
9212f4c
a25ccf3
930ba6b
74e3ece
a2dd43e
f9ac5d7
132f4c3
8bcf169
42c6dc0
c398b45
36db237
2d86cdc
582964e
178f90a
439bb02
7844302
1737489
62115fe
7a201d9
3987039
d3b3bec
24921c5
909e3d6
f0760bc
12dfaff
a7773e2
16a87cb
9cec9d7
d4c77a1
709b6a7
94516f6
004dd53
01a69a4
7bdd2ec
68be245
0887b74
58e37a5
adee3d1
78008b8
3951a15
5a4c6eb
619db80
0dc39c7
1a05beb
1270fd2
00cce66
87180b3
10e5265
e6b06d4
3605530
645e04b
550a900
73248be
4895115
c966956
f350364
967d560
f44622a
2d5d9d7
a2ea18a
00ac70a
1cf1516
90209c4
3ccdb19
01e9ec8
24b38d7
b5e208c
2574035
343f1d9
ffc088c
e19034d
ac0ed4c
5a4db57
e01e16c
fd6030e
372990f
f64b3e4
a34a5a9
ea4e1ec
13f671b
31abba7
aef7527
1677776
7eb0eb6
8f198ae
c6064b5
6a6615d
d66caca
bd0292e
b140386
03fd74c
55b3695
1fb366a
0e43313
a9136fb
5340553
cadd004
4d67bbc
f2b2356
fcfa78c
23aee9f
5fba7f6
ab56ec2
c00c76d
b506a78
2d39eec
8abd3b9
15e5073
d6f0d35
80850a9
2a2fd79
8b6c154
b49de62
1089568
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -92,4 +92,13 @@ empty layout coordinates. | |||||||||
| Returns: | ||||||||||
| The minimum and maximum enclosing coordinate in the associated layout.)doc"; | ||||||||||
|
|
||||||||||
| inline constexpr auto __doc_fiction_design_sidb_gates_params_canvas_overridden = | ||||||||||
| R"doc(Canvas spanned by the northwest and southeast cell.)doc"; | ||||||||||
|
|
||||||||||
| inline constexpr auto __doc_fiction_design_sidb_gates_stats_pruning_total_overridden = | ||||||||||
| R"doc(The total runtime of the process.)doc"; | ||||||||||
|
Comment on lines
+98
to
+99
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win Clarify Both 📝 Proposed fix inline constexpr auto __doc_fiction_design_sidb_gates_stats_pruning_total_overridden =
- R"doc(The total runtime of the process.)doc";
+ R"doc(The total runtime spent on pruning non-operational layouts.)doc";📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||
|
|
||||||||||
| inline constexpr auto __doc_fiction_design_sidb_gates_stats_time_total_overridden = | ||||||||||
| R"doc(The total runtime of the SiDB gate design process.)doc"; | ||||||||||
|
|
||||||||||
| #endif // PYFICTION_DOCSTRINGS_HPP | ||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: cda-tum/fiction
Length of output: 1649
🏁 Script executed:
Repository: cda-tum/fiction
Length of output: 7170
🏁 Script executed:
Repository: cda-tum/fiction
Length of output: 7597
Re-export
design_sidb_gates_statsbindings/mnt/pyfiction/src/pyfiction/algorithms/physical_design/design_sidb_gates.cppstill bindsdesign_sidb_gates_stats, butbindings/mnt/pyfiction/__init__.pyno longer exposes it. Add it back to the import list and__all__somnt.pyfiction.design_sidb_gates_statsremains available.🤖 Prompt for AI Agents