aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into xaig_arrivalEddie Hung2019-08-210-0/+0
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into xaig_arrivalEddie Hung2019-08-212-2/+2
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | Output "h" extension only if boxesEddie Hung2019-08-211-28/+32
| | | * | | | | | | | | | | | | | | | | Revert "Fix omode which inserts an output if none exists (otherwise abc9 brea...Eddie Hung2019-08-211-8/+7
| | | * | | | | | | | | | | | | | | | | Add abc_arrival to SRL*Eddie Hung2019-08-211-3/+5
| | | * | | | | | | | | | | | | | | | | Fix omode which inserts an output if none exists (otherwise abc9 breaks)Eddie Hung2019-08-201-7/+8
| | | * | | | | | | | | | | | | | | | | Revert "Only xaig if GetSize(output_bits) > 0"Eddie Hung2019-08-201-149/+147
| | | * | | | | | | | | | | | | | | | | Only xaig if GetSize(output_bits) > 0Eddie Hung2019-08-201-147/+149
| | | * | | | | | | | | | | | | | | | | OopsEddie Hung2019-08-201-1/+1
| | | * | | | | | | | | | | | | | | | | Merge branch 'eddie/fix_techmap' into xaig_arrivalEddie Hung2019-08-204-1/+16
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | techmap -max_iter to apply to each module individuallyEddie Hung2019-08-201-4/+6
| | | * | | | | | | | | | | | | | | | | | xilinx to use abc_map.v with -max_iter 1Eddie Hung2019-08-206-171/+26
| | | * | | | | | | | | | | | | | | | | | ecp5: remove DPR16X4 from abc_unmap.vEddie Hung2019-08-201-20/+0
| | | * | | | | | | | | | | | | | | | | | ecp5 to use -max_iter 1Eddie Hung2019-08-203-4/+3
| | | * | | | | | | | | | | | | | | | | | ecp5 to use abc_map.v and _unmap.vEddie Hung2019-08-207-14/+89
| | | * | | | | | | | | | | | | | | | | | Add (* abc_arrival=<int> *) docEddie Hung2019-08-201-0/+5
| | | * | | | | | | | | | | | | | | | | | Add reference to FD* timingEddie Hung2019-08-201-0/+2
| | * | | | | | | | | | | | | | | | | | | Bump versionClifford Wolf2019-09-051-1/+1
| | * | | | | | | | | | | | | | | | | | | Merge pull request #1350 from YosysHQ/clifford/fixsby59Clifford Wolf2019-09-051-7/+18
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | Properly construct $live and $fair cells from "if (...) assume/assert (s_even...Clifford Wolf2019-09-021-7/+18
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Merge pull request #1330 from YosysHQ/clifford/fix1145Clifford Wolf2019-09-052-8/+40
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | Update README.mdClifford Wolf2019-09-051-1/+2
| | | * | | | | | | | | | | | | | | | | | | Rename conflicting wires on flatten/techmap, add "hierconn" attribute, fixes ...Clifford Wolf2019-09-052-8/+27
| | | * | | | | | | | | | | | | | | | | | | 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
| | |/ / / / / / / / / / / / / / / / / /
| * / / / / / / / / / / / / / / / / / / Add missing -assert to equiv_optEddie Hung2019-09-061-7/+7
| |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | 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
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge pull request #1340 from YosysHQ/eddie/abc_no_cleanEddie Hung2019-08-304-35/+35
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | Nicer formattingEddie Hung2019-08-291-1/+7
| | * | | | | | | | | | | | | | | | parse_xaiger() to do "clean -purge"Eddie Hung2019-08-291-1/+1