3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-01-04 18:18:52 +00:00
yosys/kernel
Robert O'Callahan 261a0ae9e1 Implement at() methods on SigSpec so that SigSpec::bits().at() continues to work as it did
Fixes a regression caused by commit 745222fa3b, which caused some
third-party code to fail to build, e.g.:
5d7aa035c6/lib/Transforms/YosysOptimizer/RTLILImporter.cpp (L229)
2025-11-17 09:15:55 +00:00
..
binding.cc
binding.h
bitpattern.h
calc.cc
cellaigs.cc
cellaigs.h
celledges.cc Instead of using builtin_ff_cell_types() directly, go through a method Cell::is_builtin_ff() 2025-09-17 03:24:19 +00:00
celledges.h
celltypes.h Add $input_port and $connect cell types 2025-09-17 13:56:46 +02:00
compute_graph.h
consteval.h
constids.inc constids: add $input_port and $connect 2025-11-12 20:19:42 +01:00
cost.cc Remove .c_str() from parameters to log_debug() 2025-09-23 19:10:33 +12:00
cost.h
driver.cc driver: move IdString collection to yosys_shutdown 2025-11-14 15:31:45 +01:00
drivertools.cc
drivertools.h
ff.cc
ff.h ff: improve comments 2024-09-05 11:17:12 +02:00
ffinit.h
ffmerge.cc Instead of using builtin_ff_cell_types() directly, go through a method Cell::is_builtin_ff() 2025-09-17 03:24:19 +00:00
ffmerge.h
fmt.cc
fmt.h
fstdata.cc Remove .c_str() from parameters to log_debug() 2025-09-23 19:10:33 +12:00
fstdata.h
functional.cc Instead of using builtin_ff_cell_types() directly, go through a method Cell::is_builtin_ff() 2025-09-17 03:24:19 +00:00
functional.h
gzip.cc
gzip.h
hashlib.h Don't recompute hash using moved-out-of value 2025-10-28 07:41:10 +00:00
io.cc Make NEW_ID create IDs whose string allocation is delayed 2025-11-12 11:52:04 +01:00
io.h reduce OS ifdefs, refactor getting dirs and filenames from paths to files 2025-10-14 15:46:17 +02:00
json.cc
json.h
log.cc log: Print static message as fatal error for YOSYS_ABORT 2025-09-24 13:20:27 +02:00
log.h Merge pull request #5355 from rocallahan/deprecate-logv_file_error 2025-09-22 14:23:55 +02:00
log_compat.cc
log_help.cc
log_help.h
macc.h
mem.cc
mem.h
modtools.h mark all hash_into methods nodiscard 2025-01-14 12:39:15 +01:00
qcsat.cc
qcsat.h
register.cc Add timing stats for IdString garbage collection 2025-11-12 11:52:04 +01:00
register.h Add timing stats for IdString garbage collection 2025-11-12 11:52:04 +01:00
rtlil.cc Revert "rtlil: make tracing optional in IdString garbage collection" 2025-11-14 15:32:10 +01:00
rtlil.h Implement at() methods on SigSpec so that SigSpec::bits().at() continues to work as it did 2025-11-17 09:15:55 +00:00
rtlil_bufnorm.cc bufnorm: Refactor and fix incremental bufNormalize 2025-09-29 08:21:28 +02:00
satgen.cc Instead of using builtin_ff_cell_types() directly, go through a method Cell::is_builtin_ff() 2025-09-17 03:24:19 +00:00
satgen.h
scopeinfo.cc
scopeinfo.h
sexpr.cc
sexpr.h
sigtools.h
tclapi.cc
threading.cc
threading.h
timinginfo.h
topo_scc.h
utils.h Build a temporary SigChunk list in the iterator in the cases where that's needed 2025-11-07 15:54:55 +00:00
yosys.cc driver: move IdString collection to yosys_shutdown 2025-11-14 15:31:45 +01:00
yosys.h misc: WITH_PYTHON -> YOSYS_ENABLE_PYTHON 2025-10-03 11:54:44 +03:00
yosys_common.h Add missing YOSYS_NAMESPACE_PREFIX to fix callers of NEW_ID that aren't in the Yosys namespace 2025-11-12 22:29:54 +00:00
yw.cc
yw.h