aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1303 from YosysHQ/bogdanvuk/opt_shareClifford Wolf2019-08-1728-1/+1108
|\
| * 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
* | | Merge pull request #1300 from YosysHQ/eddie/cleanup2Clifford Wolf2019-08-1740-912/+912
|\ \ \
| * | | 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
* | | | Merge pull request #1250 from bwidawsk/masterEddie Hung2019-08-161-15/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | techlibs/intel: Clean up MakefileBen Widawsky2019-08-051-15/+5
* | | | Merge pull request #1302 from mmicko/dfflibmap_regressionClifford Wolf2019-08-162-10/+10
|\ \ \ \
| * | | | 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
* | | | | Add missing NMUX to "abc -g" handlingClifford Wolf2019-08-161-0/+1
|/ / / /
* | | | Merge pull request #1299 from YosysHQ/eddie/cleanup2Clifford Wolf2019-08-1533-1188/+1181
|\ \ \ \ | | |/ / | |/| |
| * | | 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
| * | | Transform "$.*" to ID("$.*") in passes/techmapEddie Hung2019-08-1524-367/+362
| * | | More use of IdString::in()Eddie Hung2019-08-157-40/+38
|/ / /
* | | Merge pull request #1297 from YosysHQ/eddie/fix_1284_againEddie Hung2019-08-151-2/+2
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/master' into eddie/fix_1284_againEddie Hung2019-08-1525-2240/+2275
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1275 from YosysHQ/clifford/idsClifford Wolf2019-08-1523-2205/+2269
|\ \ \ \
| * \ \ \ Merge branch 'master' into clifford/idsClifford Wolf2019-08-155-126/+244
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1295 from YosysHQ/eddie/fix_travisClifford Wolf2019-08-152-35/+6
|\ \ \ \ \
| * | | | | Revert earliest to gcc-4.8, compile iverilog with default compilerEddie Hung2019-08-142-3/+3
| * | | | | Revert "Bump to gcc-5 as `__warn_memset_zero_len' symbol not in 16.04!?!"Eddie Hung2019-08-141-5/+3
| * | | | | Remove .0 from clang-8.0Eddie Hung2019-08-141-2/+2
| * | | | | Bump to gcc-5 as `__warn_memset_zero_len' symbol not in 16.04!?!Eddie Hung2019-08-141-3/+5
| * | | | | bionic -> xenial as its on whitelistEddie Hung2019-08-141-1/+1
| * | | | | Bump gcc from 4.8 to 4.9 as undefined referenceEddie Hung2019-08-141-36/+7
|/ / / / /
| * | | | Add YOSYS_NO_IDS_REFCNT configuration macroClifford Wolf2019-08-112-2/+25
| * | | | Use ID() in kernel/*, add simple ID:: hack (to be improved upon later)Clifford Wolf2019-08-1110-1160/+1182
| * | | | More improvements and cleanups in IdString subsystemClifford Wolf2019-08-113-43/+54
| * | | | Use ID() macro in all of passes/opt/Clifford Wolf2019-08-1112-998/+998
| * | | | Improve API of ID() macroClifford Wolf2019-08-111-2/+10
| | * | | AND with an inverted input, causes X{,N}OR output to be inverted tooEddie Hung2019-08-141-2/+2