| .. |
|
abc.cc
|
Revert "abc: remove -fast [sc-269]"
|
2026-03-18 17:55:17 +00:00 |
|
abc9.cc
|
Merge pull request #5757 from YosysHQ/lofty/abc9-refactor-3
|
2026-03-19 08:41:45 +00:00 |
|
abc9_exe.cc
|
Merge pull request #5757 from YosysHQ/lofty/abc9-refactor-3
|
2026-03-19 08:41:45 +00:00 |
|
abc9_ops.cc
|
abc9: cleanup commented code
|
2026-03-18 14:16:31 +00:00 |
|
abc_new.cc
|
abc_new: sorted -> is_sorted
|
2025-11-24 11:46:09 +01:00 |
|
aigmap.cc
|
Reinstate #4768
|
2025-04-08 11:58:05 +12:00 |
|
alumacc.cc
|
Merge pull request #3991 from adrianparvino/alumacc-sign
|
2025-10-08 13:02:10 +02:00 |
|
attrmap.cc
|
Remove .c_str() calls from log()/log_error()
|
2025-09-11 20:59:37 +00:00 |
|
attrmvcp.cc
|
Fixing old e-mail addresses and deadnames
|
2021-06-08 00:39:36 +02:00 |
|
bmuxmap.cc
|
Updated changelog
|
2023-02-08 10:11:47 +01:00 |
|
booth.cc
|
Remove .c_str() from stringf parameters
|
2025-09-01 23:34:42 +00:00 |
|
bufnorm.cc
|
Pass IdString by value instead of by const reference.
|
2025-12-22 01:52:59 +00:00 |
|
bwmuxmap.cc
|
Add bwmuxmap pass
|
2022-11-30 18:50:53 +01:00 |
|
cellmatch.cc
|
Remove .c_str() from log_cmd_error() and log_file_error() parameters
|
2025-09-16 22:59:08 +00:00 |
|
clkbufmap.cc
|
Remove .c_str() calls from log()/log_error()
|
2025-09-11 20:59:37 +00:00 |
|
clockgate.cc
|
clockgate: support liberty filename globbing
|
2025-09-24 11:41:51 +02:00 |
|
constmap.cc
|
Remove .c_str() from log_cmd_error() and log_file_error() parameters
|
2025-09-16 22:59:08 +00:00 |
|
deminout.cc
|
Fixing old e-mail addresses and deadnames
|
2021-06-08 00:39:36 +02:00 |
|
demuxmap.cc
|
Add $bmux and $demux cells.
|
2022-01-28 23:34:41 +01:00 |
|
dffinit.cc
|
Update passes/techmap to avoid bits()
|
2025-09-16 03:17:23 +00:00 |
|
dfflegalize.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 |
|
dfflibmap.cc
|
dfflibmap: pass selection to dfflegalize dfflibmap was calling dfflegalize on the whole design regardless of the active selection, causing unselected modules to be modified. Fix by appending selected module names to the dfflegalize command. Fixes #5650
|
2026-03-06 15:13:04 -05:00 |
|
dffunmap.cc
|
Fix warning about unused variable in dffunmap.
|
2026-01-19 03:25:09 +00:00 |
|
extract.cc
|
Remove .c_str() from log_cmd_error() and log_file_error() parameters
|
2025-09-16 22:59:08 +00:00 |
|
extract_counter.cc
|
Remove .c_str() calls from log()/log_error()
|
2025-09-11 20:59:37 +00:00 |
|
extract_fa.cc
|
Use digit separators for large decimal integers
|
2026-01-13 16:38:12 +01:00 |
|
extract_reduce.cc
|
Remove .c_str() calls from log()/log_error()
|
2025-09-11 20:59:37 +00:00 |
|
extractinv.cc
|
Remove .c_str() calls from log()/log_error()
|
2025-09-11 20:59:37 +00:00 |
|
filterlib.cc
|
Moved dfflibmap from passes/dfflibmap to passes/techmap
|
2013-10-16 15:32:26 +02:00 |
|
flowmap.cc
|
Update passes/techmap to avoid bits()
|
2025-09-16 03:17:23 +00:00 |
|
hilomap.cc
|
Move implementation to constmap and add test
|
2025-03-26 11:52:55 +00:00 |
|
insbuf.cc
|
Add insbuf -chain mode
|
2022-12-01 10:02:35 +01:00 |
|
iopadmap.cc
|
Remove .c_str() calls from log()/log_error()
|
2025-09-11 20:59:37 +00:00 |
|
libcache.cc
|
libcache: support liberty filename globbing
|
2025-09-24 11:41:51 +02:00 |
|
libparse.cc
|
filterlib: prefer using precedence over unsynthesizable verilog
|
2025-11-21 00:43:54 +01:00 |
|
libparse.h
|
libparse: tolerate closing quotes in expression parsing
|
2025-11-05 13:06:09 +01:00 |
|
lut2bmux.cc
|
add lut2bmux
|
2026-01-06 14:48:16 +01:00 |
|
lut2mux.cc
|
Update lut2mux.cc
|
2026-01-13 15:02:17 -08:00 |
|
maccmap.cc
|
macc: Rename 'ports' to 'terms' throughout codebase
|
2025-03-18 13:25:10 +01:00 |
|
Makefile.inc
|
add lut2bmux
|
2026-01-06 14:48:16 +01:00 |
|
muxcover.cc
|
muxcover: do not add decode muxes with x inputs
|
2023-01-26 05:19:45 +00:00 |
|
nlutmap.cc
|
Reinstate #4768
|
2025-04-08 11:58:05 +12:00 |
|
pmuxtree.cc
|
Fixing old e-mail addresses and deadnames
|
2021-06-08 00:39:36 +02:00 |
|
shregmap.cc
|
Fixing old e-mail addresses and deadnames
|
2021-06-08 00:39:36 +02:00 |
|
simplemap.cc
|
Pass IdString by value instead of by const reference.
|
2025-12-22 01:52:59 +00:00 |
|
simplemap.h
|
Add bitwise $bweqx and $bwmux cells
|
2022-11-30 18:24:35 +01:00 |
|
techmap.cc
|
techmap: Use -icells mode of frontend instead of type fixup
|
2026-01-19 16:49:49 -08:00 |
|
tribuf.cc
|
tribuf: -formal option: convert all to logic and detect conflicts
|
2022-04-12 12:46:22 +02:00 |
|
zinit.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 |