3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-10 19:51:27 +00:00
yosys/kernel
2025-09-09 15:41:03 +02:00
..
binding.cc
binding.h
bitpattern.h bitpattern: comments 2025-08-18 19:57:45 +02:00
calc.cc
cellaigs.cc
cellaigs.h
celledges.cc
celledges.h
celltypes.h Make CellTypes methods take IdString by reference to avoid refcount churn 2025-09-04 14:17:08 +02:00
compute_graph.h
consteval.h consteval: Fix $bwmux handling 2025-08-12 10:57:58 +12:00
constids.inc Add windows workaround to constids.inc 2025-09-09 10:04:08 +12:00
cost.cc
cost.h
driver.cc
drivertools.cc
drivertools.h
ff.cc
ff.h
ffinit.h Compute is_port in AbcPass without iterating through all cells and wires in the module every time we run ABC. 2025-08-14 22:29:45 +00:00
ffmerge.cc
ffmerge.h Compute is_port in AbcPass without iterating through all cells and wires in the module every time we run ABC. 2025-08-14 22:29:45 +00:00
fmt.cc
fmt.h
fstdata.cc Remove .c_str() from stringf parameters 2025-09-01 23:34:42 +00:00
fstdata.h
functional.cc
functional.h
gzip.cc
gzip.h
hashlib.h In hash_cell_inputs, avoid constructing an std::pair (which requires copying the port IdString) 2025-09-04 14:17:08 +02:00
io.cc Remove .c_str() from stringf parameters 2025-09-01 23:34:42 +00:00
io.h Make log() use the FmtString infrastructure. 2025-09-09 15:41:03 +02:00
json.cc
json.h
log.cc Make log_experimental() just take an std::string, since it doesn't need to be varargs. 2025-09-09 15:41:03 +02:00
log.h Make log_experimental() just take an std::string, since it doesn't need to be varargs. 2025-09-09 15:41:03 +02:00
log_help.cc
log_help.h
macc.h
mem.cc Remove .c_str() from stringf parameters 2025-09-01 23:34:42 +00:00
mem.h
modtools.h
qcsat.cc
qcsat.h
register.cc Make log_experimental() just take an std::string, since it doesn't need to be varargs. 2025-09-09 15:41:03 +02:00
register.h kernel/register.h: whitespace 2025-08-06 21:34:37 +01:00
rtlil.cc Add a compile time check that kernel/constids.inc is sorted 2025-09-09 09:56:55 +12:00
rtlil.h Ensure static IdStrings get prepopulated when initializing yosys 2025-09-09 09:56:55 +12:00
satgen.cc
satgen.h Remove .c_str() from stringf parameters 2025-09-01 23:34:42 +00:00
scopeinfo.cc
scopeinfo.h
sexpr.cc
sexpr.h
sigtools.h Compute is_port in AbcPass without iterating through all cells and wires in the module every time we run ABC. 2025-08-14 22:29:45 +00:00
tclapi.cc Remove .c_str() from stringf parameters 2025-09-01 23:34:42 +00:00
timinginfo.h
topo_scc.h
utils.h
yosys.cc Ensure static IdStrings get prepopulated when initializing yosys 2025-09-09 09:56:55 +12:00
yosys.h
yosys_common.h Use well-known constants in ID macro and make the constant values known at compile time 2025-09-09 09:56:55 +12:00
yw.cc
yw.h