yosys/passes
whitequark aeeefc32d8 attrmap: extend -remove to allow removing attributes with any value.
Currently, `-remove foo` would only remove an attribute `foo = ""`,
which doesn't work on an attribute like `src` that may have any
value. Extend `-remove` to handle both cases. `-remove foo=""` has
the old behavior, and `-remove foo` will remove the attribute with
whatever value it may have, which is still compatible with the old
behavior.
2019-04-22 14:18:15 +00:00
..
cmds Merge pull request #905 from christian-krieg/feature/python_bindings 2019-04-22 14:47:52 +02:00
equiv Add "techmap -wb", use in formal flows 2019-04-20 11:23:24 +02:00
fsm fsm_opt: Fix runtime error for FSMs without a reset state 2019-02-07 10:35:36 +00:00
hierarchy Add "whitebox" attribute, add "read_verilog -wb" 2019-04-18 17:45:47 +02:00
memory memory_bram: Fix multiport make_transp 2019-04-07 16:56:31 +01:00
opt Auto-initialize OnehotDatabase on-demand in pmux2shiftx.cc 2019-04-20 18:13:37 +02:00
pmgen Fix a few typos 2019-04-08 16:46:33 -07:00
proc Improve proc full_case detection and handling, fixes #931 2019-04-18 15:13:47 +02:00
sat Add "techmap -wb", use in formal flows 2019-04-20 11:23:24 +02:00
techmap attrmap: extend -remove to allow removing attributes with any value. 2019-04-22 14:18:15 +00:00
tests flowmap: implement depth relaxation. 2019-01-08 01:13:05 +00:00