3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 10:25:19 +00:00
yosys/passes
whitequark 0b09a347dc proc_prune: fix handling of exactly identical assigns.
Before this commit, in a process like:
   process $proc$bug.v:8$3
     assign $foo \bar
     switch \sel
       case 1'1
         assign $foo 1'1
         assign $foo 1'1
       case
         assign $foo 1'0
     end
   end
both of the "assign $foo 1'1" would incorrectly be removed.

Fixes #1243.
2019-08-08 05:32:35 +00:00
..
cmds Tweak default gate costs, cleanup "stat -tech cmos" 2019-08-07 10:25:51 +02: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 Use input default values in hierarchy pass 2019-06-19 11:49:20 +02:00
memory Error out if enable > dbits 2019-07-13 03:39:23 -07:00
opt Move LSB-trimming functionality from wreduce to opt_expr 2019-08-06 15:25:50 -07:00
pmgen From master 2019-05-28 09:37:50 -07:00
proc proc_prune: fix handling of exactly identical assigns. 2019-08-08 05:32:35 +00:00
sat Fix tests/various/async FFL test 2019-07-09 22:44:39 +02:00
techmap Add comment 2019-08-07 09:54:27 -07:00
tests flowmap: implement depth relaxation. 2019-01-08 01:13:05 +00:00