3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-07 01:32:15 +00:00
yosys/kernel
Emil J f003eca615
Merge pull request #5526 from YosysHQ/emil/fix-cellaigs-function-arg-eval-order
cellaigs: fix function argument evaluation order
2025-12-12 10:00:09 +01:00
..
binding.cc
binding.h
bitpattern.h
calc.cc
cellaigs.cc cellaigs: fix AOI and OAI ordering 2025-12-10 12:41:13 +01:00
cellaigs.h
celledges.cc
celledges.h
celltypes.h
compute_graph.h
consteval.h
constids.inc constids: add $input_port and $connect 2025-11-12 20:19:42 +01:00
cost.cc
cost.h cost: add model for techmapped cell count, keep_hierarchy pass with -min_cost parameter 2024-07-29 10:26:02 +02:00
driver.cc driver: add --git-hash 2025-12-09 11:58:57 +01:00
drivertools.cc
drivertools.h
ff.cc ff: split out type-only information 2025-11-19 15:20:50 +01:00
ff.h ff: split out type-only information 2025-11-19 15:20:50 +01: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
fstdata.h
functional.cc
functional.h
gzip.cc
gzip.h
hashlib.h
io.cc Make NEW_ID create IDs whose string allocation is delayed 2025-11-12 11:52:04 +01:00
io.h
json.cc
json.h
log.cc Merge pull request #5524 from rocallahan/single-thread-log 2025-12-10 13:54:09 +01:00
log.h Remove cover() coverage tracking 2025-12-04 16:27:13 +01: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
mem.h
modtools.h
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 Remove cover() coverage tracking 2025-12-04 16:27:13 +01:00
rtlil.h Make it safe to access .c_str() for autoidx IDs in a multithreaded context 2025-11-25 22:49:41 +00:00
rtlil_bufnorm.cc
satgen.cc
satgen.h
scopeinfo.cc
scopeinfo.h
sexpr.cc
sexpr.h
sigtools.h
tclapi.cc sdc: separate out 2025-11-19 15:25:22 +01:00
threading.cc Add YOSYS_MAX_THREADS 2025-12-04 12:09:04 +01:00
threading.h Add YOSYS_MAX_THREADS 2025-12-04 12:09:04 +01:00
timinginfo.h mark all hash_into methods nodiscard 2025-01-14 12:39:15 +01:00
topo_scc.h functional backend: topological sort starts with the output and next states nodes, other nodes get deleted 2024-08-21 11:03:29 +01:00
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 Forbid creating IdStrings and incrementing autoidx during multithreaded phases, and add dynamic checks for that 2025-11-25 21:57:46 +00:00
yosys.h version: add git hash string 2025-12-09 11:58:43 +01:00
yosys_common.h Delete prefix strings on shutdown to avoid triggering leak warnings. 2025-12-05 09:45:47 +00:00
yw.cc
yw.h