3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-18 22:59:03 +00:00
yosys/passes
Marcelina Kościelnicka cbf6b719fe Make a few passes auto-call Mem::narrow instead of rejecting wide ports.
This essentially adds wide port support for free in passes that don't
have a usefully better way of handling wide ports than just breaking
them up to narrow ports, avoiding "please run memory_narrow" annoyance.
2021-05-28 00:40:56 +02:00
..
cmds kernel/rtlil: Extract some helpers for checking memory cell types. 2021-05-22 21:43:00 +02:00
equiv equiv: Suggest running async2sync or clk2fflogic where appropriate. 2021-03-30 18:20:21 +02:00
fsm Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
hierarchy Sign extend port connections where necessary 2020-12-18 20:33:14 -07:00
memory Make a few passes auto-call Mem::narrow instead of rejecting wide ports. 2021-05-28 00:40:56 +02:00
opt kernel/mem: Add sub_addr helpers. 2021-05-26 03:34:02 +02:00
pmgen Add _pm.h files to GENLIST, fixes vcxsrc target 2021-03-11 15:56:32 +01:00
proc proc_arst: Add special-casing of clock signal in conditionals. 2021-03-15 17:17:29 +01:00
sat sim: Add wide port support. 2021-05-25 02:57:32 +02:00
techmap kernel/rtlil: Extract some helpers for checking memory cell types. 2021-05-22 21:43:00 +02:00
tests Replace "ILANG" with "RTLIL" everywhere. 2020-08-26 17:29:32 +00:00