| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | | | | | | | | | | | | Do not treat $__ABC_FF_ as a user cell | Eddie Hung | 2019-06-15 | 1 | -21/+6 |
| * | | | | | | | | | | | | | | | | | | | | | | Cleanup | Eddie Hung | 2019-06-15 | 1 | -10/+7 |
| * | | | | | | | | | | | | | | | | | | | | | | Use $__ABC_FF_ instead of $_FF_ | Eddie Hung | 2019-06-15 | 1 | -13/+21 |
| * | | | | | | | | | | | | | | | | | | | | | | Fix initialisation of flops | Eddie Hung | 2019-06-15 | 1 | -2/+3 |
| * | | | | | | | | | | | | | | | | | | | | | | Map to $_FF_ instead of $_DFF_P_ to prevent recursion issues | Eddie Hung | 2019-06-15 | 1 | -13/+13 |
| * | | | | | | | | | | | | | | | | | | | | | | For now, short $_DFF_[NP]_ from ff_map.v at re-integration | Eddie Hung | 2019-06-15 | 1 | -0/+8 |
* | | | | | | | | | | | | | | | | | | | | | | | Rename conflicting wires on flatten/techmap, add "hierconn" attribute, fixes ... | Clifford Wolf | 2019-09-05 | 1 | -8/+24 |
* | | | | | | | | | | | | | | | | | | | | | | | Add flatten handling of pre-existing wires as created by interfaces, fixes #1145 | Clifford Wolf | 2019-09-05 | 1 | -8/+20 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | | | | | | Adopt @cliffordwolf's suggestion | Eddie Hung | 2019-09-03 | 1 | -10/+3 |
* | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into eddie/deferred_top | Eddie Hung | 2019-09-03 | 8 | -202/+618 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #1344 from YosysHQ/eddie/ice40_signed_macc | Eddie Hung | 2019-09-01 | 1 | -5/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | | | | | | Do not restrict multiplier to unsigned | Eddie Hung | 2019-08-30 | 1 | -5/+0 |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ /
| | |/| | | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | | | | Fix select command error msg, fixes issue #1081 | Miodrag Milanovic | 2019-09-01 | 1 | -2/+2 |
| * | | | | | | | | | | | | | | | | | | | | | Missing dep for test_pmgen | Eddie Hung | 2019-08-30 | 1 | -1/+1 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #1340 from YosysHQ/eddie/abc_no_clean | Eddie Hung | 2019-08-30 | 1 | -16/+10 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | | Output has priority over input when stitching in abc9 | Eddie Hung | 2019-08-29 | 1 | -13/+10 |
| | * | | | | | | | | | | | | | | | | | | | abc9 to not call "clean" at end of run (often called outside) | Eddie Hung | 2019-08-29 | 1 | -3/+0 |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/
| | |/| | | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into eddie/xilinx_srl | Eddie Hung | 2019-08-30 | 2 | -2/+37 |
| |\| | | | | | | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | | | | Fix typo that's gone unnoticed for 5 months!?! | Eddie Hung | 2019-08-29 | 1 | -1/+1 |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ /
| | |/| | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | | Cleanup | Eddie Hung | 2019-08-28 | 1 | -4/+0 |
| * | | | | | | | | | | | | | | | | | | Account for D port being a constant | Eddie Hung | 2019-08-28 | 1 | -4/+4 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | | No need to replace Q of slice since $shiftx is autoremove-d | Eddie Hung | 2019-08-28 | 1 | -1/+0 |
| * | | | | | | | | | | | | | | | | | More cleanup | Eddie Hung | 2019-08-28 | 1 | -12/+14 |
| * | | | | | | | | | | | | | | | | | More cleanup | Eddie Hung | 2019-08-28 | 1 | -9/+6 |
| * | | | | | | | | | | | | | | | | | Do not use default_params dict, hardcode default values, cleanup | Eddie Hung | 2019-08-28 | 2 | -25/+21 |
| * | | | | | | | | | | | | | | | | | Always generate if no match | Eddie Hung | 2019-08-28 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | | | Rename test_pmgen arg xilinx_srl.{fixed,variable} | Eddie Hung | 2019-08-28 | 1 | -2/+2 |
| * | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into eddie/xilinx_srl | Eddie Hung | 2019-08-28 | 5 | -89/+457 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | | | Missing close bracket | Eddie Hung | 2019-08-26 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | | | | Revert "In sat: 'x' in init attr should not override constant" | Eddie Hung | 2019-08-26 | 1 | -2/+0 |
| * | | | | | | | | | | | | | | | | | | Remove leftover header | Eddie Hung | 2019-08-26 | 1 | -1/+0 |
| * | | | | | | | | | | | | | | | | | | Improve xilinx_srl.fixed generate, add .variable generate | Eddie Hung | 2019-08-26 | 1 | -26/+75 |
| * | | | | | | | | | | | | | | | | | | Account for maxsubcnt overflowing | Eddie Hung | 2019-08-26 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | | | | Add xilinx_srl_pm.variable to test_pmgen | Eddie Hung | 2019-08-26 | 1 | -0/+2 |
| * | | | | | | | | | | | | | | | | | | Populate generate for xilinx_srl.fixed pattern | Eddie Hung | 2019-08-26 | 1 | -22/+54 |
| * | | | | | | | | | | | | | | | | | | Add xilinx_srl_fixed, fix typos | Eddie Hung | 2019-08-26 | 1 | -2/+6 |
| * | | | | | | | | | | | | | | | | | | Create new $__XILINX_SHREG_ cell for variable length too | Eddie Hung | 2019-08-23 | 1 | -31/+30 |
| * | | | | | | | | | | | | | | | | | | Do not allow Q of last cell of variable length SRL to be (* keep *) | Eddie Hung | 2019-08-23 | 1 | -0/+1 |
| * | | | | | | | | | | | | | | | | | | Also add first.Q to chain_bits since variable length | Eddie Hung | 2019-08-23 | 1 | -0/+1 |
| * | | | | | | | | | | | | | | | | | | Do not enforce !EN_POLARITY on $dffe | Eddie Hung | 2019-08-23 | 1 | -2/+0 |
| * | | | | | | | | | | | | | | | | | | Create new cell for fixed length SRL | Eddie Hung | 2019-08-23 | 1 | -14/+22 |
| * | | | | | | | | | | | | | | | | | | Cleanup FDRE matching | Eddie Hung | 2019-08-23 | 1 | -45/+19 |
| * | | | | | | | | | | | | | | | | | | Oops don't need a finally block | Eddie Hung | 2019-08-23 | 1 | -5/+0 |
| * | | | | | | | | | | | | | | | | | | Keep track of bits in variable length chain, to check for taps | Eddie Hung | 2019-08-23 | 1 | -0/+12 |
| * | | | | | | | | | | | | | | | | | | Don't forget $dff has no EN | Eddie Hung | 2019-08-23 | 1 | -2/+4 |
| * | | | | | | | | | | | | | | | | | | Same for variable length | Eddie Hung | 2019-08-23 | 1 | -2/+10 |
| * | | | | | | | | | | | | | | | | | | Filter on en_port for fixed length | Eddie Hung | 2019-08-23 | 1 | -4/+24 |
| * | | | | | | | | | | | | | | | | | | Check clock is consistent | Eddie Hung | 2019-08-23 | 1 | -5/+25 |
| * | | | | | | | | | | | | | | | | | | Fix last_cell.D | Eddie Hung | 2019-08-23 | 1 | -2/+1 |
| * | | | | | | | | | | | | | | | | | | Revert "Add a unique argument to pmgen's nusers()" | Eddie Hung | 2019-08-23 | 1 | -8/+4 |