Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing old e-mail addresses and deadnames | Claire Xenia Wolf | 2021-06-08 | 1 | -1/+1 |
| | | | | | | | | s/((Claire|Xen|Xenia|Clifford)\s+)+(Wolf|Xen)\s+<(claire|clifford)@(symbioticeda.com|clifford.at|yosyshq.com)>/Claire Xenia Wolf <claire@yosyshq.com>/gi; s/((Nina|Nak|N\.)\s+)+Engelhardt\s+<nak@(symbioticeda.com|yosyshq.com)>/N. Engelhardt <nak@yosyshq.com>/gi; s/((David)\s+)+Shah\s+<(dave|david)@(symbioticeda.com|yosyshq.com|ds0.me)>/David Shah <dave@ds0.me>/gi; s/((Miodrag)\s+)+Milanovic\s+<(miodrag|micko)@(symbioticeda.com|yosyshq.com)>/Miodrag Milanovic <micko@yosyshq.com>/gi; s,https?://www.clifford.at/yosys/,http://yosyshq.net/yosys/,g; | ||||
* | Add force_downto and force_upto wire attributes. | Marcelina KoĆcielnicka | 2020-05-19 | 1 | -0/+3 |
| | | | | Fixes #2058. | ||||
* | Change synth_xilinx's -nomux to -minmuxf <int> | Eddie Hung | 2019-06-24 | 1 | -1/+1 |
| | |||||
* | Remove $_MUX4_ techmap rule | Eddie Hung | 2019-06-21 | 1 | -11/+0 |
| | |||||
* | Simplify and comment out mux_map.v | Eddie Hung | 2019-06-21 | 1 | -6/+11 |
| | |||||
* | mux_map to no longer copy last value into 1'bx | Eddie Hung | 2019-06-21 | 1 | -19/+2 |
| | |||||
* | Fix spacing again, A_forward -> A_backward | Eddie Hung | 2019-06-21 | 1 | -38/+40 |
| | |||||
* | Revert B_SIGNED optimisation, since only works for Y_WIDTH==1 | Eddie Hung | 2019-06-21 | 1 | -4/+3 |
| | |||||
* | Fix spacing | Eddie Hung | 2019-06-21 | 1 | -15/+15 |
| | |||||
* | Since muxcover uses MUX4s, blast them back to gates here | Eddie Hung | 2019-06-21 | 1 | -0/+7 |
| | |||||
* | mux_map to drop sign bit, and eliminate 'bx-es | Eddie Hung | 2019-06-20 | 1 | -13/+47 |
| | |||||
* | Revert "Remove wide mux inference" | Eddie Hung | 2019-06-14 | 1 | -0/+52 |
| | | | | This reverts commit 738fdfe8f55e18ac7f315cd68c117eae370004ca. | ||||
* | Remove wide mux inference | Eddie Hung | 2019-06-12 | 1 | -52/+0 |
| | |||||
* | $__XILINX_MUX_ -> $__XILINX_SHIFTX | Eddie Hung | 2019-06-06 | 1 | -2/+2 |
| | |||||
* | Add mux_map.v for wide mux | Eddie Hung | 2019-06-04 | 1 | -0/+52 |