| .. |
|
binding.cc
|
…
|
|
|
binding.h
|
…
|
|
|
bitpattern.h
|
Update kernel to avoid bits()
|
2025-09-16 03:17:23 +00:00 |
|
calc.cc
|
Update kernel to avoid bits()
|
2025-09-16 03:17:23 +00:00 |
|
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
|
Update kernel to avoid bits()
|
2025-09-16 03:17:23 +00:00 |
|
constids.inc
|
…
|
|
|
cost.cc
|
Remove .c_str() from parameters to log_debug()
|
2025-09-23 19:10:33 +12:00 |
|
cost.h
|
…
|
|
|
driver.cc
|
misc: `WITH_PYTHON` -> `YOSYS_ENABLE_PYTHON`
|
2025-10-03 11:54:44 +03:00 |
|
drivertools.cc
|
Update kernel to avoid bits()
|
2025-09-16 03:17:23 +00:00 |
|
drivertools.h
|
…
|
|
|
ff.cc
|
Update kernel to avoid bits()
|
2025-09-16 03:17:23 +00:00 |
|
ff.h
|
…
|
|
|
ffinit.h
|
Update kernel to avoid bits()
|
2025-09-16 03:17:23 +00:00 |
|
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
|
Remove .c_str() from log_cmd_error() and log_file_error() parameters
|
2025-09-16 22:59:08 +00:00 |
|
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
|
Remove .c_str() from log_cmd_error() and log_file_error() parameters
|
2025-09-16 22:59:08 +00:00 |
|
gzip.h
|
…
|
|
|
hashlib.h
|
Don't recompute hash using moved-out-of value
|
2025-10-28 07:41:10 +00:00 |
|
io.cc
|
io.cc: Drop unused variable
|
2025-11-04 12:27:31 +13: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
|
Update kernel to avoid bits()
|
2025-09-16 03:17:23 +00:00 |
|
mem.cc
|
Update kernel to avoid bits()
|
2025-09-16 03:17:23 +00:00 |
|
mem.h
|
Update kernel to avoid bits()
|
2025-09-16 03:17:23 +00:00 |
|
modtools.h
|
…
|
|
|
qcsat.cc
|
…
|
|
|
qcsat.h
|
…
|
|
|
register.cc
|
help: fix memory leak for -dump-cells-json
|
2025-09-17 16:08:36 +01:00 |
|
register.h
|
…
|
|
|
rtlil.cc
|
Use SigSpec::try_as_const in some places
|
2025-11-07 15:54:55 +00:00 |
|
rtlil.h
|
Add try_as_const and use the const iterator a bit more
|
2025-11-07 15:54: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
|
Remove .c_str() calls from parameters to log_warning()/log_warning_noprefix()
|
2025-09-16 23:02:16 +00:00 |
|
threading.cc
|
Run ABCs in parallel.
|
2025-09-15 17:18:42 +02:00 |
|
threading.h
|
Use a pool of ABC processes.
|
2025-09-15 17:22:15 +02:00 |
|
timinginfo.h
|
…
|
|
|
topo_scc.h
|
…
|
|
|
utils.h
|
hashlib: add insertion order const iterator
|
2025-09-16 15:39:13 +02:00 |
|
yosys.cc
|
pyosys: fix ref-only classes, implicit conversions
|
2025-10-03 11:54:44 +03:00 |
|
yosys.h
|
misc: `WITH_PYTHON` -> `YOSYS_ENABLE_PYTHON`
|
2025-10-03 11:54:44 +03:00 |
|
yosys_common.h
|
Merge pull request #5408 from rocallahan/atomic-mfp
|
2025-10-08 13:08:16 +02:00 |
|
yw.cc
|
Update kernel to avoid bits()
|
2025-09-16 03:17:23 +00:00 |
|
yw.h
|
…
|
|