aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Compute sigP properlyEddie Hung2019-09-041-1/+1
|
* Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dspEddie Hung2019-09-044-0/+68
|\
| * Add peepopt_dffmuxextEddie Hung2019-09-043-0/+60
| |
| * Add peepopt_dffmuxext testsEddie Hung2019-09-041-0/+8
| |
* | Merge remote-tracking branch 'origin/master' into xc7dspEddie Hung2019-09-0412-24/+87
|\ \
| * \ Merge pull request #1354 from emilazy/remove-which-usewhitequark2019-09-041-3/+3
| |\ \ | | |/ | |/| Replace `which` with `command -v` in Makefile too
| | * Replace `which` with `command -v` in Makefile tooEmily2019-09-041-3/+3
| | |
| * | Merge pull request #1338 from YosysHQ/eddie/deferred_topEddie Hung2019-09-043-0/+58
| |\ \ | | | | | | | | hierarchy -auto-top to work with (* top *) modules from read/read_verilog -defer
| | * | Adopt @cliffordwolf's suggestionEddie Hung2019-09-031-10/+3
| | | |
| | * | Expand test with `hierarchy' without -auto-topEddie Hung2019-09-031-0/+7
| | | |
| | * | Add `read -noverific` before readEddie Hung2019-09-031-0/+1
| | | |
| | * | Merge remote-tracking branch 'origin/master' into eddie/deferred_topEddie Hung2019-09-0372-415/+1857
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #1351 from emilazy/remove-which-useClifford Wolf2019-09-032-2/+2
| |\ \ \ | | | |/ | | |/| Use `command -v` rather than `which`
| | * | Use `command -v` rather than `which`Emily2019-09-032-2/+2
| |/ /
| * | Merge branch 'master' of github.com:YosysHQ/yosysEddie Hung2019-09-026-21/+20
| |\ \
| | * \ Merge pull request #1344 from YosysHQ/eddie/ice40_signed_maccEddie Hung2019-09-013-12/+10
| | |\ \ | | | | | | | | | | ice40_dsp to allow signed multipliers
| | | * | Improve tests/ice40/macc.ys for SB_MAC16Eddie Hung2019-08-302-7/+10
| | | | |
| | | * | Do not restrict multiplier to unsignedEddie Hung2019-08-301-5/+0
| | | | |
| | * | | Merge pull request #1347 from mmicko/fix_select_error_msgClifford Wolf2019-09-011-2/+2
| | |\ \ \ | | | | | | | | | | | | Fix select command error msg, fixes issue #1081
| | | * | | Fix select command error msg, fixes issue #1081Miodrag Milanovic2019-09-011-2/+2
| | | | | |
| | * | | | Merge pull request #1346 from mmicko/fix_ecp5_cells_simDavid Shah2019-09-011-6/+7
| | |\ \ \ \ | | | |/ / / | | |/| | | Fix TRELLIS_FF simulation model
| | | * | | Fix TRELLIS_FF simulation modelMiodrag Milanovic2019-08-311-6/+7
| | |/ / /
| | * | | ecp5_gsr: Fix typoDavid Shah2019-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | | | Recognise built-in types (e.g. $_DFF_*)Eddie Hung2019-09-021-3/+4
| |/ / /
| * | | Missing dep for test_pmgenEddie Hung2019-08-301-1/+1
| | | |
| | | * Add constant expression attribute to testEddie Hung2019-08-291-0/+1
| | | |
| | | * Remove newlineEddie Hung2019-08-291-1/+0
| | | |
| | | * Restore non-deferred code, deferred case to ignore non constant attrEddie Hung2019-08-291-5/+12
| | | |
| | | * -auto-top should check $abstract (deferred) modules with (* top *)Eddie Hung2019-08-281-0/+31
| | | |
| | | * read_verilog -defer should still populate module attributesEddie Hung2019-08-281-5/+6
| | | |
| | | * Add failing testEddie Hung2019-08-281-0/+18
| | | |
* | | | Support CEMEddie Hung2019-09-042-9/+33
| | | |
* | | | st.ffP from if to assertEddie Hung2019-09-031-1/+2
| | | |
* | | | Rename muxAB to postAddMuxEddie Hung2019-09-032-44/+25
| | | |
* | | | Use choices for addAB, now called postAddEddie Hung2019-09-032-46/+29
| | | |
* | | | Add support for load value into DSP48E1.PEddie Hung2019-09-032-30/+47
| | | |
* | | | Process post-adder first since C could be used for load-PEddie Hung2019-09-031-18/+22
| | | |
* | | | Use feedback path for MACCEddie Hung2019-09-031-15/+21
| | | |
* | | | Fine tune xilinx_dsp pattern matcherEddie Hung2019-08-301-14/+18
| | | |
* | | | Add macc test, with equiv_opt not currently passingEddie Hung2019-08-302-0/+54
| | | |
* | | | autoremove ffMEddie Hung2019-08-301-0/+1
| | | |
* | | | Remove debugEddie Hung2019-08-301-1/+0
| | | |
* | | | ffM before addABEddie Hung2019-08-301-1/+1
| | | |
* | | | Another oopsEddie Hung2019-08-301-1/+1
| | | |
* | | | Update commented outEddie Hung2019-08-301-1/+1
| | | |
* | | | Update test for ffMEddie Hung2019-08-301-2/+2
| | | |
* | | | Add support for ffMEddie Hung2019-08-302-3/+48
| | | |
* | | | Update commentEddie Hung2019-08-301-1/+1
| | | |
* | | | Add mul_unsigned testEddie Hung2019-08-302-0/+41
| | | |
* | | | Missing dep for test_pmgenEddie Hung2019-08-301-1/+1
| | | |