mirror of https://github.com/YosysHQ/yosys.git
28b9f49c94
log_signal can result in a string with spaces (when bit selection is involved), which breaks the rule of IdString not containing whitespace. Instead, remove the sigspec from the name entirely — given that the resulting wire will have no users, it will be removed later anyway, so its name doesn't really matter. Fixes #2118 |
||
---|---|---|
.. | ||
Makefile.inc | ||
fsm.cc | ||
fsm_detect.cc | ||
fsm_expand.cc | ||
fsm_export.cc | ||
fsm_extract.cc | ||
fsm_info.cc | ||
fsm_map.cc | ||
fsm_opt.cc | ||
fsm_recode.cc | ||
fsmdata.h |