yosys/passes/memory
whitequark 0c318e7db5 memory_collect: do not truncate 'x from \INIT.
The semantics of an RTLIL constant that has less bits than its
declared bit width is zero padding. Therefore, if the output of
memory_collect will be used for simulation, truncating 'x from
the end of \INIT will produce incorrect simulation results.
2018-12-21 02:01:27 +00:00
..
Makefile.inc Add "memory_nordff" pass 2018-03-06 23:31:51 +01:00
memory.cc Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
memory_bram.cc memory_bram: Fix initdata bit order after shuffling 2018-12-11 21:02:49 +00:00
memory_collect.cc memory_collect: do not truncate 'x from \INIT. 2018-12-21 02:01:27 +00:00
memory_dff.cc memory_dff: Fix typo when checking init value 2018-12-18 17:40:01 +00:00
memory_map.cc Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
memory_memx.cc Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
memory_nordff.cc Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
memory_share.cc Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00
memory_unpack.cc Consistent use of 'override' for virtual methods in derived classes. 2018-07-20 23:51:06 -07:00