yosys/passes
Henner Zeller 5e443a5d0d Fix two instances of integer-assignment to string.
o In cover.cc, the int-result of mkstemps() was assigned to a string
  and silently interpreted as a single-character filename with a funny
  value. Fix with the intent: assign the filename.
o in libparse.cc, an int was assigned to a string, but depending on
  visible constructors, this is ambiguous. Explicitly cast this to
  a char.
2019-05-14 22:01:15 -07:00
..
cmds Fix two instances of integer-assignment to string. 2019-05-14 22:01:15 -07:00
equiv Add -undef option to equiv_opt, passed to equiv_induct 2019-04-26 11:16:48 -07:00
fsm fsm_opt: Fix runtime error for FSMs without a reset state 2019-02-07 10:35:36 +00:00
hierarchy Add "hierarchy -chparam" support for non-verific top modules 2019-05-03 22:03:43 +02:00
memory memory_bram: Fix multiport make_transp 2019-04-07 16:56:31 +01:00
opt Fix handling of glob_abort_cnt in opt_muxtree, fixes #1002 2019-05-12 13:51:12 +02:00
pmgen Bugfix in peepopt_shiftmul.pmg 2019-05-06 15:34:19 +02:00
proc Improve proc full_case detection and handling, fixes #931 2019-04-18 15:13:47 +02:00
sat Add "fmcombine -initeq -anyeq" 2019-05-11 09:28:55 +02:00
techmap Fix two instances of integer-assignment to string. 2019-05-14 22:01:15 -07:00
tests flowmap: implement depth relaxation. 2019-01-08 01:13:05 +00:00