Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | Merge remote-tracking branch 'origin/master' into eddie/cleanup | Eddie Hung | 2019-08-07 | 4 | -41/+54 | |
| | | |\ \ | ||||||
| | | * | | | Remove std:: namespace | Eddie Hung | 2019-08-07 | 1 | -5/+5 | |
| | | | | | | ||||||
| | | * | | | stoi -> atoi | Eddie Hung | 2019-08-07 | 34 | -110/+110 | |
| | | | | | | ||||||
| | | * | | | IdString::str().substr() -> IdString::substr() | Eddie Hung | 2019-08-06 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | * | | | Fix typos | Eddie Hung | 2019-08-06 | 1 | -5/+5 | |
| | | | | | | ||||||
| | | * | | | Use std::stoi instead of atoi(<str>.c_str()) | Eddie Hung | 2019-08-06 | 31 | -100/+100 | |
| | | | | | | ||||||
| | | * | | | Use IdString::begins_with() | Eddie Hung | 2019-08-06 | 2 | -19/+17 | |
| | | | | | | ||||||
| | | * | | | Use State::S{0,1} | Eddie Hung | 2019-08-06 | 6 | -12/+12 | |
| | | | | | | ||||||
| | | * | | | Make liberal use of IdString.in() | Eddie Hung | 2019-08-06 | 14 | -34/+34 | |
| | | | | | | ||||||
| | | * | | | Cleanup opt_expr.cc | Eddie Hung | 2019-08-06 | 1 | -35/+30 | |
| | | | | | | ||||||
| | * | | | | Merge pull request #1276 from YosysHQ/clifford/fix1273 | Clifford Wolf | 2019-08-10 | 1 | -15/+54 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | Disable NMUX, AOI3, OAI3, AOI4, OAI4 in ABC default gate lib | |||||
| | | * | | | | Disable NMUX, AOI3, OAI3, AOI4, OAI4 in ABC default gate lib, add "abc -g ↵ | Clifford Wolf | 2019-08-09 | 1 | -15/+54 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | all", fixes #1273 Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| | * | | | | | Merge pull request #1267 from whitequark/proc_prune-fix-1243 | whitequark | 2019-08-09 | 1 | -9/+7 | |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | proc_prune: fix handling of exactly identical assigns | |||||
| | | * | | | | proc_prune: fix handling of exactly identical assigns. | whitequark | 2019-08-08 | 1 | -9/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this commit, in a process like: process $proc$bug.v:8$3 assign $foo \bar switch \sel case 1'1 assign $foo 1'1 assign $foo 1'1 case assign $foo 1'0 end end both of the "assign $foo 1'1" would incorrectly be removed. Fixes #1243. | |||||
| * | | | | | | Wrong way around | Eddie Hung | 2019-08-10 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | cover_list -> cover as per @cliffordwolf | Eddie Hung | 2019-08-10 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Grammar | Eddie Hung | 2019-08-09 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Separate $alu handling | Eddie Hung | 2019-08-09 | 1 | -7/+50 | |
| | | | | | | | ||||||
| * | | | | | | opt_expr -fine to trim LSBs of $alu too | Eddie Hung | 2019-08-09 | 1 | -4/+9 | |
| |/ / / / / | ||||||
| * | | | | | Merge pull request #1264 from YosysHQ/eddie/fix_1254 | Eddie Hung | 2019-08-08 | 1 | -0/+6 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | opt_lut to ignore LUT cells, or those that drive bits, with (* keep *) | |||||
| | * | | | | | opt_lut to ignore LUT cells, or those that drive bits, with (* keep *) | Eddie Hung | 2019-08-07 | 1 | -0/+6 | |
| | |/ / / / | ||||||
| * / / / / | Add ice40_wrapcarry pass, rename $__ICE40_FULL_ADDER -> CARRY_WRAPPER | Eddie Hung | 2019-08-07 | 3 | -0/+111 | |
| |/ / / / | ||||||
| * | | | | Add comment | Eddie Hung | 2019-08-07 | 1 | -2/+3 | |
| | | | | | ||||||
| * | | | | Revert "Add TODO" | Eddie Hung | 2019-08-07 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 6068a6bf0d91e3ab9a5eaa33894a816f1560f99a. | |||||
| * | | | | Add TODO | Eddie Hung | 2019-08-07 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | Compute box_lookup just once | Eddie Hung | 2019-08-07 | 1 | -8/+24 | |
| | |/ / | |/| | | ||||||
| * | | | Merge pull request #1213 from YosysHQ/eddie/wreduce_add | Clifford Wolf | 2019-08-07 | 2 | -3/+28 | |
| |\ \ \ | | | | | | | | | | | wreduce/opt_expr: improve width reduction for $add and $sub cells | |||||
| | * | | | Move LSB-trimming functionality from wreduce to opt_expr | Eddie Hung | 2019-08-06 | 2 | -23/+26 | |
| | | | | | ||||||
| | * | | | Merge remote-tracking branch 'origin/master' into eddie/wreduce_add | Eddie Hung | 2019-08-06 | 7 | -43/+118 | |
| | |\| | | ||||||
| | * | | | Try and fix again | Eddie Hung | 2019-07-19 | 1 | -5/+4 | |
| | | | | | ||||||
| | * | | | Do not access beyond bounds | Eddie Hung | 2019-07-19 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Wrap A and B in sigmap | Eddie Hung | 2019-07-19 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | Remove "top" from message | Eddie Hung | 2019-07-19 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Also optimise MSB of $sub | Eddie Hung | 2019-07-19 | 1 | -3/+3 | |
| | | | | | ||||||
| | * | | | wreduce for $sub | Eddie Hung | 2019-07-19 | 1 | -0/+23 | |
| | | | | | ||||||
| * | | | | Tweak default gate costs, cleanup "stat -tech cmos" | Clifford Wolf | 2019-08-07 | 1 | -16/+6 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | | Redesign of cell cost API | Clifford Wolf | 2019-08-07 | 1 | -22/+20 | |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | Add $_NMUX_, add "abc -g cmos", add proper cmos cell costs | Clifford Wolf | 2019-08-06 | 3 | -29/+67 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | | | Merge pull request #1242 from jfng/fix-proc_prune-partial | whitequark | 2019-08-03 | 1 | -2/+11 | |
| |\ \ \ | | | | | | | | | | | proc_prune: Promote partially redundant assignments. | |||||
| | * | | | proc_prune: Promote partially redundant assignments. | Jean-François Nguyen | 2019-08-01 | 1 | -2/+11 | |
| | | |/ | | |/| | ||||||
| * | | | Merge pull request #1238 from mmicko/vsbuild_fix | Clifford Wolf | 2019-08-02 | 1 | -0/+1 | |
| |\ \ \ | | | | | | | | | | | Visual Studio build fix | |||||
| | * | | | Visual Studio build fix | Miodrag Milanovic | 2019-07-31 | 1 | -0/+1 | |
| | |/ / | ||||||
| * / / | Fix formatting for msys2 mingw build using GetSize | Miodrag Milanovic | 2019-08-01 | 3 | -10/+10 | |
| |/ / | ||||||
| * / | Add "stat -tech cmos" | Clifford Wolf | 2019-07-20 | 1 | -2/+29 | |
| |/ | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
| * | Merge pull request #1188 from YosysHQ/eddie/abc9_push_inverters | Eddie Hung | 2019-07-16 | 1 | -44/+127 | |
| |\ | | | | | | | abc9: push inverters driving box inputs (comb outputs) through $lut soft logic | |||||
| | * | Add comment | Eddie Hung | 2019-07-13 | 1 | -0/+5 | |
| | | | ||||||
| | * | duplicate -> clone | Eddie Hung | 2019-07-12 | 1 | -3/+3 | |
| | | | ||||||
| | * | More cleanup | Eddie Hung | 2019-07-12 | 1 | -8/+2 | |
| | | | ||||||
| | * | Cleanup | Eddie Hung | 2019-07-12 | 1 | -29/+51 | |
| | | | ||||||
| | * | Cleanup | Eddie Hung | 2019-07-12 | 1 | -10/+4 | |
| | | |