aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoEddie Hung2019-08-191-1/+1
|
* Fix typoEddie Hung2019-08-191-1/+1
|
* ID({A,B,Y}) -> ID::{A,B,Y} for opt_share.ccEddie Hung2019-08-191-30/+30
|
* Merge pull request #1306 from mmicko/gitignore_fixClifford Wolf2019-08-191-2/+1
|\ | | | | Ignore all generated headers for pmgen pass
| * Ignore all generated headers for pmgen passMiodrag Milanovic2019-08-181-2/+1
| |
* | Add *.sv to tests/simple_abc9/.gitignoreClifford Wolf2019-08-191-0/+1
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Merge pull request #1305 from YosysHQ/clifford/testfastClifford Wolf2019-08-198-38/+48
|\ \ | |/ |/| Speed up "make test" and related cleanups
| * Merge remote-tracking branch 'origin/master' into clifford/testfastEddie Hung2019-08-1891-1110/+2215
| |\ | |/ |/|
* | Merge pull request #1290 from YosysHQ/eddie/pr1266_againwhitequark2019-08-1820-180/+180
|\ \ | | | | | | Wrap SB_LUT+SB_CARRY into $__ICE40_CARRY_WRAPPER (retry)
| * \ Merge branch 'master' into eddie/pr1266_againwhitequark2019-08-1890-3441/+4565
| |\ \ | |/ / |/| |
* | | Merge pull request #1283 from YosysHQ/clifford/fix1255Clifford Wolf2019-08-176-17/+15
|\ \ \ | | | | | | | | Fix various NDEBUG compiler warnings
| * | | Fix erroneous ifndef-NDEBUG in verific.ccClifford Wolf2019-08-171-3/+1
| | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | | Remove unused variableEddie Hung2019-08-161-5/+0
| | | |
| * | | Merge branch 'master' into clifford/fix1255Clifford Wolf2019-08-1528-2328/+2510
| |\ \ \
| * | | | Fix various NDEBUG compiler warnings, closes #1255Clifford Wolf2019-08-136-13/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | | | | Merge pull request #1303 from YosysHQ/bogdanvuk/opt_shareClifford Wolf2019-08-1728-1/+1108
|\ \ \ \ \ | | | | | | | | | | | | Implement opt_share from @bogdanvuk
| * | | | | Use ID() macroEddie Hung2019-08-161-118/+110
| | | | | |
| * | | | | Add 'opt_share' to CHANGELOGEddie Hung2019-08-161-0/+1
| | | | | |
| * | | | | Add 'opt_share' to 'opt -full'Eddie Hung2019-08-161-0/+5
| | | | | |
| * | | | | Merge https://github.com/bogdanvuk/yosys into bogdanvuk/opt_shareEddie Hung2019-08-1626-1/+1110
| |\ \ \ \ \
| | * | | | | Fix wrong results when opt_share called before opt_cleanBogdan Vukobratovic2019-08-072-19/+14
| | | | | | |
| | * | | | | Support various binary operators in opt_shareBogdan Vukobratovic2019-08-045-194/+519
| | | | | | |
| | * | | | | Tabs to spaces in opt_share examplesBogdan Vukobratovic2019-08-0310-150/+150
| | | | | | |
| | * | | | | Fix spacing in opt_share tests, change wording in opt_share helpBogdan Vukobratovic2019-08-0311-161/+160
| | | | | | |
| | * | | | | Reimplement opt_share to work on $alu and $pmuxBogdan Vukobratovic2019-07-2821-112/+520
| | | | | | |
| | * | | | | Implement opt_shareBogdan Vukobratovic2019-07-266-1/+383
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This pass identifies arithmetic operators that share an operand and whose results are used in mutually exclusive cases controlled by a multiplexer, and merges them together by multiplexing the other operands
* | | | | | | Merge pull request #1300 from YosysHQ/eddie/cleanup2Clifford Wolf2019-08-1740-912/+912
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Use ID::{A,B,Y,keep,blackbox,whitebox} instead of ID()
| * | | | | | | Move namespace aliasEddie Hung2019-08-161-2/+1
| | | | | | | |
| * | | | | | | Remove `using namespace RTLIL;`Eddie Hung2019-08-161-6/+5
| | | | | | | |
| * | | | | | | Try this for gcc-4.8?Eddie Hung2019-08-151-1/+1
| | | | | | | |
| * | | | | | | Fix spacingEddie Hung2019-08-151-1/+1
| | | | | | | |
| * | | | | | | Use ID::keep more liberally tooEddie Hung2019-08-1510-19/+19
| | | | | | | |
| * | | | | | | Use more ID::{A,B,Y,blackbox,whitebox}Eddie Hung2019-08-1540-887/+889
| | | | | | | |
| | | | | | * | Fix $lut pin ordering inside $__ICE40_CARRY_WRAPPEREddie Hung2019-08-121-1/+1
| | | | | | | |
| | | | | | * | Revert "Merge pull request #1280 from ↵Eddie Hung2019-08-1220-180/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | YosysHQ/revert-1266-eddie/ice40_full_adder" This reverts commit c851dc13108021834533094a8a3236da6d9e0161, reversing changes made to f54bf1631ff37a83733c162e6ebd188c1d5ea18f.
| | | | | | | * Removal of more `stat` calls from testsEddie Hung2019-08-183-26/+26
| | | | | | | |
| | | | | | | * Speed up "make test" and related cleanupsClifford Wolf2019-08-176-12/+22
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | | | | | | Merge pull request #1250 from bwidawsk/masterEddie Hung2019-08-161-15/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | techlibs/intel: Clean up Makefile
| * | | | | | techlibs/intel: Clean up MakefileBen Widawsky2019-08-051-15/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use GNU make's foreach iterator and remove nonexistent files. Gmake is already a requirement of the build system. Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
* | | | | | | Merge pull request #1302 from mmicko/dfflibmap_regressionClifford Wolf2019-08-162-10/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | DFFLIBMAP pass regression fix
| * | | | | | | Regression in abc9Miodrag Milanovic2019-08-161-1/+1
| | | | | | | |
| * | | | | | | Just needed IDs to be IdStringMiodrag Milanovic2019-08-161-9/+9
| | | | | | | |
* | | | | | | | Do not use Verific in tests/various/write_gzip.ysClifford Wolf2019-08-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | | | | | | | Add missing NMUX to "abc -g" handlingClifford Wolf2019-08-161-0/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | | | | | | Merge pull request #1299 from YosysHQ/eddie/cleanup2Clifford Wolf2019-08-1533-1188/+1181
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | / / | |_|_|_|/ / |/| | | | | More cleanup, more use of ID() inside passes/techmap
| * | | | | FixEddie Hung2019-08-151-2/+2
| | | | | |
| * | | | | Change signature of parse_blif to take IdStringEddie Hung2019-08-152-2/+2
| | | | | |
| * | | | | ID(\\.*) -> ID(.*)Eddie Hung2019-08-1525-766/+766
| | | | | |
| * | | | | Convert a few more to IDEddie Hung2019-08-151-20/+20
| | | | | |
| * | | | | Transform all "\\*" identifiers into ID()Eddie Hung2019-08-1525-782/+782
| | | | | |