3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-10 02:51:00 +00:00
yosys/passes/cmds
Jannis Harder fc65ea47df select: Fix -assert-none and -assert-any error output and docs
Both of these options consider a selection containing only empty modules
as non-empty. This wasn't mentioned in the documentation nor did the
error message when using `select -assert-none` list those empty modules,
which produced a very confusing error message complaining about a
non-empty selection followed by an empty listing of the selection.

This fixes the documentation and changes the `-assert-none` and
`-assert-any` assertion error messages to also output fully selected
modules (this includes selected empty modules).

It doesn't change the messages for `-assert-count` etc. as they don't
count modules.
2022-05-19 14:07:34 +02:00
..
add.cc
autoname.cc
blackbox.cc
bugpoint.cc
check.cc
chformal.cc
chtype.cc
clean_zerowidth.cc
connect.cc
connwrappers.cc
copy.cc
cover.cc
delete.cc
design.cc
edgetypes.cc
exec.cc
glift.cc
logcmd.cc
logger.cc
ltp.cc
Makefile.inc
plugin.cc
portlist.cc
printattrs.cc
qwp.cc
rename.cc
scatter.cc
scc.cc
scratchpad.cc
select.cc select: Fix -assert-none and -assert-any error output and docs 2022-05-19 14:07:34 +02:00
setattr.cc
setundef.cc
show.cc
splice.cc
splitnets.cc
sta.cc
stat.cc
tee.cc
torder.cc
trace.cc
write_file.cc