3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 09:35:32 +00:00
yosys/passes/cmds
Krystine Sherwin 237e454131
design.cc: Fix selections when copying
Use `Design::selected_modules()` directly, popping at the end instead of copying the selection.
Also default to a complete selection so that boxes work as before.
Simplify to using `RTLIL::SELECT_WHOLE_CMDERR` instead of doing it manually.
Also add tests for importing selections with boxes.
2025-04-08 16:35:12 +12:00
..
abstract.cc abstract: Fix indentation 2025-03-20 17:20:36 +13:00
add.cc Reinstate #4768 2025-04-08 11:58:05 +12:00
autoname.cc
blackbox.cc
box_derive.cc Rename bbox_derive to box_derive 2024-05-21 16:18:03 +02:00
bugpoint.cc rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
check.cc check: Skip detailed edge modeling if costly 2024-07-18 13:08:19 +02:00
chformal.cc chformal: Support $check cells and add chformal -lower 2024-02-01 20:10:39 +01:00
chtype.cc
clean_zerowidth.cc rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
connect.cc
connwrappers.cc
copy.cc
cover.cc
delete.cc
design.cc design.cc: Fix selections when copying 2025-04-08 16:35:12 +12:00
dft_tag.cc dft_tag: fix autoNot not notting 2025-03-19 18:28:50 +01:00
edgetypes.cc
example_dt.cc mark all hash_into methods nodiscard 2025-01-14 12:39:15 +01:00
exec.cc exec: Add missing newline 2024-08-07 13:02:00 +02:00
future.cc
glift.cc functional, glift: use fold overload of IdString::in instead of pool literals 2024-11-06 12:48:32 +01:00
internal_stats.cc Merge pull request #4595 from YosysHQ/emil/internal_stats-astnode 2024-09-11 12:21:29 +02:00
logcmd.cc Fix help message typo 2024-06-07 08:26:59 +02:00
logger.cc logger: Adjust print 2024-11-04 13:16:40 +01:00
ltp.cc
Makefile.inc test_select: Add and exercise test_select pass 2025-04-08 11:59:45 +12:00
plugin.cc
portarcs.cc portarcs: Fix confusing disconnected and zero-delay case 2024-12-05 18:27:44 +01:00
portlist.cc
printattrs.cc rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
rename.cc hashlib: only include in one place 2024-12-18 14:58:31 +01:00
scatter.cc
scc.cc Reinstate #4768 2025-04-08 11:58:05 +12:00
scratchpad.cc
select.cc Reinstate #4768 2025-04-08 11:58:05 +12:00
setattr.cc setattr.cc: Use new selection helpers 2025-04-08 15:34:48 +12:00
setenv.cc handle quotes and check return value 2024-12-06 11:25:45 +01:00
setundef.cc Fix setting bits of parameters in setundef pass 2024-11-08 17:03:08 +01:00
show.cc Reinstate #4768 2025-04-08 11:58:05 +12:00
splice.cc
splitcells.cc splitcells: change for-loop condition 2025-02-28 23:16:04 +02:00
splitnets.cc rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
sta.cc
stat.cc Reinstate #4768 2025-04-08 11:58:05 +12:00
tee.cc
test_select.cc test_select: Add and exercise test_select pass 2025-04-08 11:59:45 +12:00
torder.cc
trace.cc
viz.cc Reinstate #4768 2025-04-08 11:58:05 +12:00
wrapcell.cc wrapcell: Add comments, const qualifier 2024-12-10 15:13:31 +01:00
write_file.cc
xprop.cc rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00