whitequark
|
118e4caa37
|
Remove YS_ATTRIBUTE(unused) where present just for log_assert()/log_debug().
|
2020-06-19 15:48:58 +00:00 |
whitequark
|
7191dd16f9
|
Use C++11 final/override keywords.
|
2020-06-18 23:34:52 +00:00 |
Eddie Hung
|
69850204c4
|
Merge pull request #2077 from YosysHQ/eddie/abc9_dff_improve
abc9: -dff improvements
|
2020-06-04 08:15:25 -07:00 |
Eddie Hung
|
08d9703ecb
|
abc9_ops: fix comment
|
2020-05-30 09:01:03 -07:00 |
Eddie Hung
|
ea4374a223
|
abc9_ops: update messaging (credit to @Xiretza for spotting)
|
2020-05-30 08:57:48 -07:00 |
Eddie Hung
|
b17e8495b8
|
abc9_ops: optimise to not derive unless attribute exists
|
2020-05-29 17:33:10 -07:00 |
Eddie Hung
|
d3b53bc495
|
abc9_ops: -reintegrate use SigMap to remove (* init *) from $_DFF_[NP]_
|
2020-05-29 17:17:40 -07:00 |
Eddie Hung
|
00c5ceb1f2
|
abc9_ops: -prep_xaiger exclude (* abc9_keep *) wires from toposort
|
2020-05-25 16:40:53 -07:00 |
Eddie Hung
|
7bad23f19c
|
abc9_ops: -reintegrate to preserve flop names
|
2020-05-25 08:43:33 -07:00 |
Eddie Hung
|
4f0f321169
|
abc9_ops: update comment
|
2020-05-21 21:39:13 -07:00 |
Eddie Hung
|
67fc0c3698
|
abc9: use (* abc9_keep *) instead of (* abc9_scc *); apply to $_DFF_?_
instead of moving them to $__ prefix
|
2020-05-14 16:44:35 -07:00 |
Eddie Hung
|
02df0198b6
|
abc9_ops: -prep_hier to create unmap module that removes Q's (* init *)
|
2020-05-14 10:33:57 -07:00 |
Eddie Hung
|
13f9d65b6f
|
abc9: preserve $_DFF_?_.Q's (* init *); rely on clean to remove it
|
2020-05-14 10:33:57 -07:00 |
Eddie Hung
|
fa31e84112
|
Fix broken test when ignoring abc9_flop with init == 1'b1
|
2020-05-14 10:33:57 -07:00 |
Eddie Hung
|
97a0a04314
|
abc9_ops/xaiger: further reducing Module::derive() calls by ...
replacing _all_ (* abc9_box *) instantiations with their derived types
|
2020-05-14 10:33:57 -07:00 |
Eddie Hung
|
e79127fceb
|
Cleanup; reduce Module::derive() calls
|
2020-05-14 10:33:57 -07:00 |
Eddie Hung
|
f652a9c11c
|
abc9_ops: update docs
|
2020-05-14 10:33:57 -07:00 |
Eddie Hung
|
2946bb60e9
|
abc9: rework submod -- since it won't move (* keep *) cells
|
2020-05-14 10:33:56 -07:00 |
Eddie Hung
|
b65610fb62
|
abc9_ops: move assert
|
2020-05-14 10:33:56 -07:00 |
Eddie Hung
|
b3e2538a14
|
abc9_ops: fix bypass boxes using (* abc9_bypass *)
|
2020-05-14 10:33:56 -07:00 |
Eddie Hung
|
e2044fd9c7
|
abc9_ops: -prep_delays to not insert delay box if input connection is const
|
2020-05-14 10:33:56 -07:00 |
Eddie Hung
|
8b5fb99245
|
abc9_ops: cleanup; -prep_dff -> -prep_dff_submod
|
2020-05-14 10:33:56 -07:00 |
Eddie Hung
|
7cd3f4a79b
|
abc9_ops: add -prep_bypass for auto bypass boxes; refactor
Eliminate need for abc9_{,un}map.v in xilinx
-prep_dff_{hier,unmap} -> -prep_hier
|
2020-05-14 10:33:56 -07:00 |
Eddie Hung
|
bb840cca9c
|
abc9_ops: -reintegrate to handle $_FF_; cleanup
|
2020-05-14 10:33:56 -07:00 |
Eddie Hung
|
c50601e35e
|
abc9: restore selected_modules()
|
2020-05-14 10:33:56 -07:00 |
Eddie Hung
|
48052ad813
|
abc9: add flop boxes to basic $_DFF_P_ and $_DFF_N_ too
|
2020-05-14 10:33:56 -07:00 |
Eddie Hung
|
4cec21b93e
|
abc9_ops: -prep_dff_map to error if async flop found
|
2020-05-14 10:33:56 -07:00 |
Eddie Hung
|
ec4bbb1444
|
abc9: generate $abc9_holes design instead of <name>$holes
|
2020-05-14 10:33:56 -07:00 |
Eddie Hung
|
c52bb11fb6
|
abc9_ops: more robust
|
2020-05-14 10:33:56 -07:00 |
Eddie Hung
|
8d7b3c06b2
|
abc9: suppress warnings when no compatible + used flop boxes formed
|
2020-05-14 10:33:56 -07:00 |
Eddie Hung
|
8bad885e78
|
abc9_ops: -prep_dff_map to check $_DFF_[NP]_.Q drives module output
|
2020-05-14 10:33:56 -07:00 |
Eddie Hung
|
489e83fc1e
|
abc9_ops: do away with '$abc9_cells' selection
|
2020-05-14 10:33:56 -07:00 |
Eddie Hung
|
043ad8e76c
|
abc9_ops: use new 'design -delete' and 'select -unset'
|
2020-05-14 10:33:56 -07:00 |
Eddie Hung
|
e38b1280f9
|
abc9_ops: -prep_dff_map to warn if no specify cells
|
2020-05-14 10:33:56 -07:00 |
Eddie Hung
|
a1ae5845f8
|
abc9_ops: -prep_dff_map to cope with plain $_DFF_[NP]_ flops
|
2020-05-14 10:33:56 -07:00 |
Eddie Hung
|
edacb8f437
|
abc9_ops: do not use (* abc9_init *)
|
2020-05-14 10:33:56 -07:00 |
Eddie Hung
|
95763c8d18
|
abc9_ops: add 'dff' label for auto handling of (* abc9_flop *) boxes
|
2020-05-14 10:33:56 -07:00 |
Eddie Hung
|
da7da44919
|
abc9_ops: -reintegrate to be sensitive to start_offset too
|
2020-05-02 11:19:04 -07:00 |
Eddie Hung
|
8c992ca47f
|
abc9: -prep_lut to be more robust
|
2020-04-20 09:39:35 -07:00 |
Marcelina Kościelnicka
|
4c52691a58
|
abc9_ops: Add a check ensuring that connected port actually exists.
|
2020-04-15 08:11:15 +02:00 |
Eddie Hung
|
956ecd48f7
|
kernel: big fat patch to use more ID::*, otherwise ID(*)
|
2020-04-02 09:51:32 -07:00 |
Eddie Hung
|
80dcc8a0d1
|
abc9: for sccs, create a new wire instead of using entirety of existing
|
2020-03-06 10:30:07 -08:00 |
Eddie Hung
|
91a7a74ac4
|
abc9: (* keep *) wires to be PO only, not PI as well; fix scc handling
|
2020-03-06 10:20:30 -08:00 |
Eddie Hung
|
78929e8c3d
|
Fixes for older compilers
|
2020-02-27 10:17:29 -08:00 |
Eddie Hung
|
88d5997c80
|
abc9_ops: suppress -prep_box warning for abc9_flop
|
2020-02-27 10:17:29 -08:00 |
Eddie Hung
|
6bb3d9f9c0
|
Make TimingInfo::TimingInfo(SigBit) constructor explicit
|
2020-02-27 10:17:29 -08:00 |
Eddie Hung
|
9dcf204dec
|
TimingInfo: index by (port_name,offset)
|
2020-02-27 10:17:29 -08:00 |
Eddie Hung
|
7c3b4b80ea
|
Fix spacing
|
2020-02-27 10:17:29 -08:00 |
Eddie Hung
|
d6cff77751
|
abc9_ops: still emit delay table even box has no timing
|
2020-02-27 10:17:29 -08:00 |
Eddie Hung
|
683c5ce940
|
abc9_ops: demote lack of box timing info to warning
|
2020-02-27 10:17:29 -08:00 |