Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | Stop trying to be too smart by prematurely optimising | Eddie Hung | 2019-09-26 | 3 | -38/+14 | |
| | | | | | | | ||||||
| | * | | | | | mul2dsp.v slice names | Eddie Hung | 2019-09-25 | 1 | -5/+5 | |
| | | | | | | | ||||||
| | * | | | | | Do not die if DSP48E1.P has no users (would otherwise get 'clean'-ed) | Eddie Hung | 2019-09-25 | 1 | -1/+5 | |
| | | | | | | | ||||||
| | * | | | | | Reject if (* init *) present | Eddie Hung | 2019-09-25 | 2 | -0/+6 | |
| | | | | | | | ||||||
| | * | | | | | Remove unnecessary check for A_SIGNED != B_SIGNED; be more explicit | Eddie Hung | 2019-09-25 | 1 | -3/+1 | |
| | | | | | | | ||||||
| | * | | | | | Revert "Remove _TECHMAP_CELLTYPE_ check since all $mul" | Eddie Hung | 2019-09-25 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 234738b103d4f2b3d937ed928fd89bc4e31627f1. | |||||
| | * | | | | | Revert "No need for $__mul anymore?" | Eddie Hung | 2019-09-25 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1d875ac76a354f654f28b9632d83f6b43542e827. | |||||
| | * | | | | | Rework xilinx_dsp postAdd for new wreduce call | Eddie Hung | 2019-09-25 | 1 | -3/+3 | |
| | | | | | | | ||||||
| | * | | | | | Only wreduce on t:$add | Eddie Hung | 2019-09-25 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Remove _TECHMAP_CELLTYPE_ check since all $mul | Eddie Hung | 2019-09-25 | 1 | -6/+2 | |
| | | | | | | | ||||||
| | * | | | | | Fix memory issue since SigSpec& could be invalidated | Eddie Hung | 2019-09-25 | 1 | -6/+10 | |
| | | | | | | | ||||||
| | * | | | | | No need for $__mul anymore? | Eddie Hung | 2019-09-25 | 1 | -8/+8 | |
| | | | | | | | ||||||
| | * | | | | | unextend only used in init | Eddie Hung | 2019-09-25 | 1 | -2/+1 | |
| | | | | | | | ||||||
| | * | | | | | Call 'wreduce' after mul2dsp to avoid unextend() | Eddie Hung | 2019-09-25 | 2 | -5/+5 | |
| | | | | | | | ||||||
| | * | | | | | Oops. Actually use __NAME__ in ABC_DSP48E1 macro | Eddie Hung | 2019-09-25 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Add (* techmap_autopurge *) to abc_unmap.v too | Eddie Hung | 2019-09-23 | 1 | -11/+11 | |
| | | | | | | | ||||||
| | * | | | | | "abc_padding" attr for blackbox outputs that were padded, remove them later | Eddie Hung | 2019-09-23 | 2 | -4/+22 | |
| | | | | | | | ||||||
| | * | | | | | Force $inout.out ports to begin with '$' to indicate internal | Eddie Hung | 2019-09-23 | 2 | -3/+3 | |
| | | | | | | | ||||||
| | * | | | | | Add techmap_autopurge to outputs in abc_map.v too | Eddie Hung | 2019-09-23 | 1 | -11/+11 | |
| | | | | | | | ||||||
| | * | | | | | Revert "Add a xilinx_finalise pass" | Eddie Hung | 2019-09-23 | 3 | -87/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 23d90e0439ffef510632ce45a3d2aff1c129f405. | |||||
| | * | | | | | Revert "Remove (* techmap_autopurge *) from abc_unmap.v since no effect" | Eddie Hung | 2019-09-23 | 1 | -38/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 67c2db3486a7b2ff34f89dc861fb66d51ba6101b. | |||||
| | * | | | | | Revert "Vivado does not like zero width port connections" | Eddie Hung | 2019-09-23 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 895e2befa76bd326cc47fd40de112ea067fcaf98. | |||||
| | * | | | | | Vivado does not like zero width port connections | Eddie Hung | 2019-09-23 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | * | | | | | Remove (* techmap_autopurge *) from abc_unmap.v since no effect | Eddie Hung | 2019-09-23 | 1 | -38/+38 | |
| | | | | | | | ||||||
| | * | | | | | Add a xilinx_finalise pass | Eddie Hung | 2019-09-23 | 3 | -0/+87 | |
| | | | | | | | ||||||
| | * | | | | | Set [AB]CASCREG to legal values | Eddie Hung | 2019-09-23 | 1 | -6/+10 | |
| | | | | | | | ||||||
| | * | | | | | Comment to explain separating CREG packing | Eddie Hung | 2019-09-23 | 1 | -0/+8 | |
| | | | | | | | ||||||
| | * | | | | | Separate out CREG packing into new pattern, to avoid conflict with PREG | Eddie Hung | 2019-09-23 | 4 | -46/+273 | |
| | | | | | | | ||||||
| | * | | | | | Move log_debug("\n") later | Eddie Hung | 2019-09-23 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Move unextend initialisation later | Eddie Hung | 2019-09-23 | 1 | -12/+9 | |
| | | | | | | | ||||||
| | * | | | | | Use new port() overload once more | Eddie Hung | 2019-09-23 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | * | | | | | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-23 | 2 | -1/+69 | |
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | ||||||
| | * | | | | | Grammar | Eddie Hung | 2019-09-20 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Use new port/param overload in pmg | Eddie Hung | 2019-09-20 | 4 | -22/+22 | |
| | | | | | | | ||||||
| | * | | | | | Output pattern matcher items as log_debug() | Eddie Hung | 2019-09-20 | 2 | -31/+27 | |
| | | | | | | | ||||||
| | * | | | | | OPMODE is port not param | Eddie Hung | 2019-09-20 | 1 | -7/+6 | |
| | | | | | | | ||||||
| | * | | | | | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-20 | 4 | -18/+50 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Do not run xilinx_dsp_cascadeAB for now | Eddie Hung | 2019-09-20 | 1 | -1/+2 | |
| | | | | | | | | ||||||
| | * | | | | | | WIP for xiinx_dsp_cascadeAB | Eddie Hung | 2019-09-20 | 1 | -3/+499 | |
| | | | | | | | | ||||||
| | * | | | | | | Run until convergence | Eddie Hung | 2019-09-20 | 1 | -3/+9 | |
| | | | | | | | | ||||||
| | * | | | | | | Cleanup ice40_dsp.pmg | Eddie Hung | 2019-09-20 | 1 | -12/+6 | |
| | | | | | | | | ||||||
| | * | | | | | | Cleanup xilinx_dsp | Eddie Hung | 2019-09-20 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | More exceptions | Eddie Hung | 2019-09-20 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| | * | | | | | | Fix signedness bug | Eddie Hung | 2019-09-20 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| | * | | | | | | Update doc | Eddie Hung | 2019-09-20 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| | * | | | | | | Add a xilinx_dsp_cascade matcher for PCIN -> PCOUT | Eddie Hung | 2019-09-20 | 4 | -54/+105 | |
| | | | | | | | | ||||||
| | * | | | | | | Add an overload for port/param with default value | Eddie Hung | 2019-09-20 | 1 | -0/+8 | |
| | | | | | | | | ||||||
| | * | | | | | | Re-add DSP_A_MINWIDTH, remove unnec. opt_expr -fine from synth_ice40 | Eddie Hung | 2019-09-20 | 2 | -3/+2 | |
| | | | | | | | | ||||||
| | * | | | | | | Revert "Move mul2dsp before wreduce" | Eddie Hung | 2019-09-20 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e4f4f6a9d5cf8bb23870fc483f16f66c80ceebab. | |||||
| | * | | | | | | Move mul2dsp before wreduce | Eddie Hung | 2019-09-20 | 1 | -5/+4 | |
| | | | | | | | |