Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compute sigP properly | Eddie Hung | 2019-09-04 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dsp | Eddie Hung | 2019-09-04 | 4 | -0/+68 |
|\ | |||||
| * | Add peepopt_dffmuxext | Eddie Hung | 2019-09-04 | 3 | -0/+60 |
| | | |||||
| * | Add peepopt_dffmuxext tests | Eddie Hung | 2019-09-04 | 1 | -0/+8 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into xc7dsp | Eddie Hung | 2019-09-04 | 12 | -24/+87 |
|\ \ | |||||
| * \ | Merge pull request #1354 from emilazy/remove-which-use | whitequark | 2019-09-04 | 1 | -3/+3 |
| |\ \ | | |/ | |/| | Replace `which` with `command -v` in Makefile too | ||||
| | * | Replace `which` with `command -v` in Makefile too | Emily | 2019-09-04 | 1 | -3/+3 |
| | | | |||||
| * | | Merge pull request #1338 from YosysHQ/eddie/deferred_top | Eddie Hung | 2019-09-04 | 3 | -0/+58 |
| |\ \ | | | | | | | | | hierarchy -auto-top to work with (* top *) modules from read/read_verilog -defer | ||||
| | * | | Adopt @cliffordwolf's suggestion | Eddie Hung | 2019-09-03 | 1 | -10/+3 |
| | | | | |||||
| | * | | Expand test with `hierarchy' without -auto-top | Eddie Hung | 2019-09-03 | 1 | -0/+7 |
| | | | | |||||
| | * | | Add `read -noverific` before read | Eddie Hung | 2019-09-03 | 1 | -0/+1 |
| | | | | |||||
| | * | | Merge remote-tracking branch 'origin/master' into eddie/deferred_top | Eddie Hung | 2019-09-03 | 72 | -415/+1857 |
| | |\ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #1351 from emilazy/remove-which-use | Clifford Wolf | 2019-09-03 | 2 | -2/+2 |
| |\ \ \ | | | |/ | | |/| | Use `command -v` rather than `which` | ||||
| | * | | Use `command -v` rather than `which` | Emily | 2019-09-03 | 2 | -2/+2 |
| |/ / | |||||
| * | | Merge branch 'master' of github.com:YosysHQ/yosys | Eddie Hung | 2019-09-02 | 6 | -21/+20 |
| |\ \ | |||||
| | * \ | Merge pull request #1344 from YosysHQ/eddie/ice40_signed_macc | Eddie Hung | 2019-09-01 | 3 | -12/+10 |
| | |\ \ | | | | | | | | | | | ice40_dsp to allow signed multipliers | ||||
| | | * | | Improve tests/ice40/macc.ys for SB_MAC16 | Eddie Hung | 2019-08-30 | 2 | -7/+10 |
| | | | | | |||||
| | | * | | Do not restrict multiplier to unsigned | Eddie Hung | 2019-08-30 | 1 | -5/+0 |
| | | | | | |||||
| | * | | | Merge pull request #1347 from mmicko/fix_select_error_msg | Clifford Wolf | 2019-09-01 | 1 | -2/+2 |
| | |\ \ \ | | | | | | | | | | | | | Fix select command error msg, fixes issue #1081 | ||||
| | | * | | | Fix select command error msg, fixes issue #1081 | Miodrag Milanovic | 2019-09-01 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | Merge pull request #1346 from mmicko/fix_ecp5_cells_sim | David Shah | 2019-09-01 | 1 | -6/+7 |
| | |\ \ \ \ | | | |/ / / | | |/| | | | Fix TRELLIS_FF simulation model | ||||
| | | * | | | Fix TRELLIS_FF simulation model | Miodrag Milanovic | 2019-08-31 | 1 | -6/+7 |
| | |/ / / | |||||
| | * | | | ecp5_gsr: Fix typo | David Shah | 2019-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | | | | Recognise built-in types (e.g. $_DFF_*) | Eddie Hung | 2019-09-02 | 1 | -3/+4 |
| |/ / / | |||||
| * | | | Missing dep for test_pmgen | Eddie Hung | 2019-08-30 | 1 | -1/+1 |
| | | | | |||||
| | | * | Add constant expression attribute to test | Eddie Hung | 2019-08-29 | 1 | -0/+1 |
| | | | | |||||
| | | * | Remove newline | Eddie Hung | 2019-08-29 | 1 | -1/+0 |
| | | | | |||||
| | | * | Restore non-deferred code, deferred case to ignore non constant attr | Eddie Hung | 2019-08-29 | 1 | -5/+12 |
| | | | | |||||
| | | * | -auto-top should check $abstract (deferred) modules with (* top *) | Eddie Hung | 2019-08-28 | 1 | -0/+31 |
| | | | | |||||
| | | * | read_verilog -defer should still populate module attributes | Eddie Hung | 2019-08-28 | 1 | -5/+6 |
| | | | | |||||
| | | * | Add failing test | Eddie Hung | 2019-08-28 | 1 | -0/+18 |
| | | | | |||||
* | | | | Support CEM | Eddie Hung | 2019-09-04 | 2 | -9/+33 |
| | | | | |||||
* | | | | st.ffP from if to assert | Eddie Hung | 2019-09-03 | 1 | -1/+2 |
| | | | | |||||
* | | | | Rename muxAB to postAddMux | Eddie Hung | 2019-09-03 | 2 | -44/+25 |
| | | | | |||||
* | | | | Use choices for addAB, now called postAdd | Eddie Hung | 2019-09-03 | 2 | -46/+29 |
| | | | | |||||
* | | | | Add support for load value into DSP48E1.P | Eddie Hung | 2019-09-03 | 2 | -30/+47 |
| | | | | |||||
* | | | | Process post-adder first since C could be used for load-P | Eddie Hung | 2019-09-03 | 1 | -18/+22 |
| | | | | |||||
* | | | | Use feedback path for MACC | Eddie Hung | 2019-09-03 | 1 | -15/+21 |
| | | | | |||||
* | | | | Fine tune xilinx_dsp pattern matcher | Eddie Hung | 2019-08-30 | 1 | -14/+18 |
| | | | | |||||
* | | | | Add macc test, with equiv_opt not currently passing | Eddie Hung | 2019-08-30 | 2 | -0/+54 |
| | | | | |||||
* | | | | autoremove ffM | Eddie Hung | 2019-08-30 | 1 | -0/+1 |
| | | | | |||||
* | | | | Remove debug | Eddie Hung | 2019-08-30 | 1 | -1/+0 |
| | | | | |||||
* | | | | ffM before addAB | Eddie Hung | 2019-08-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | Another oops | Eddie Hung | 2019-08-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | Update commented out | Eddie Hung | 2019-08-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | Update test for ffM | Eddie Hung | 2019-08-30 | 1 | -2/+2 |
| | | | | |||||
* | | | | Add support for ffM | Eddie Hung | 2019-08-30 | 2 | -3/+48 |
| | | | | |||||
* | | | | Update comment | Eddie Hung | 2019-08-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | Add mul_unsigned test | Eddie Hung | 2019-08-30 | 2 | -0/+41 |
| | | | | |||||
* | | | | Missing dep for test_pmgen | Eddie Hung | 2019-08-30 | 1 | -1/+1 |
| | | | |