aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add flatten handling of pre-existing wires as created by interfaces, fixes #1145Clifford Wolf2019-09-051-8/+20
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #1356 from emilazy/fix-makefile-shellwhitequark2019-09-051-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use $(shell :; ...) in Makefile to force shellEmily2019-09-051-3/+3
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not check signedness of post-adder (assume taken care of by DSP)Eddie Hung2019-09-052-3/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use filter instead of index; support wide enable muxesEddie Hung2019-09-051-4/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not make ff[MP]mux semioptional, use sigmapEddie Hung2019-09-052-5/+11
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for CEPEddie Hung2019-09-052-19/+36
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for CEB, remove check on nusersEddie Hung2019-09-052-15/+32
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CleanupEddie Hung2019-09-051-5/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support CEAEddie Hung2019-09-052-9/+34
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get rid of sigBset tooEddie Hung2019-09-042-12/+10
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get rid of sigAsetEddie Hung2019-09-041-10/+14
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get rid of sigPusedEddie Hung2019-09-042-16/+13
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 tooEmily2019-09-041-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #1338 from YosysHQ/eddie/deferred_topEddie Hung2019-09-043-0/+58
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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`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
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #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 modelMiodrag Milanovic2019-08-311-6/+7
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ecp5_gsr: Fix typoDavid Shah2019-08-311-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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