index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
techmap: Replace pseudo-private member usage with the range accessor function...
Alberto Gonzalez
2020-05-14
1
-3
/
+3
*
techmap: sort celltypeMap as it determines techmap order
Eddie Hung
2020-05-14
1
-1
/
+5
*
Replace `std::set`s using custom comparators with `pool`.
Alberto Gonzalez
2020-05-14
1
-4
/
+4
*
techmap: prefix special wires with backslash for use as IdString
Eddie Hung
2020-05-14
3
-12
/
+14
*
Further clean up `passes/techmap/techmap.cc`.
Alberto Gonzalez
2020-05-14
1
-5
/
+6
*
Use `emplace()` for more efficient insertion into various `dict`s.
Alberto Gonzalez
2020-05-14
1
-8
/
+8
*
Build constant bits directly rather than constructing an object and copying i...
Alberto Gonzalez
2020-05-14
1
-2
/
+5
*
Replace `std::set` with `pool` for `cell_to_inbit` and `outbit_to_cell`.
Alberto Gonzalez
2020-05-14
1
-2
/
+2
*
Use `emplace()` rather than `insert()`.
Alberto Gonzalez
2020-05-14
1
-1
/
+1
*
Clean up pseudo-private member usage and ensure range iteration uses referenc...
Alberto Gonzalez
2020-05-14
1
-17
/
+17
*
Clean up extraneous buffer.
Alberto Gonzalez
2020-05-14
1
-5
/
+2
*
Replace `std::map` with `dict` for `unique_bit_id`.
Alberto Gonzalez
2020-05-14
1
-1
/
+1
*
Replace `std::map` with `dict` for `port_new2old_map`, `port_connmap`, and `c...
Alberto Gonzalez
2020-05-14
1
-3
/
+3
*
Replace `std::map` with `dict` for `connbits_map`, `cell_to_inbit`, and `outb...
Alberto Gonzalez
2020-05-14
1
-3
/
+3
*
Replace `std::map` with `dict` for `TechmapWires` type.
Alberto Gonzalez
2020-05-14
1
-1
/
+1
*
Replace `std::map` with `dict` for `celltypeMap`.
Alberto Gonzalez
2020-05-14
1
-3
/
+3
*
Replace `std::set` with `pool` for `handled_cells` and `techmap_wire_names`.
Alberto Gonzalez
2020-05-14
1
-4
/
+4
*
Replace `std::map` with `dict` for `positional_ports`.
Alberto Gonzalez
2020-05-14
1
-1
/
+1
*
Add specialized `hash()` for type `dict` and use a `dict` instead of a `std::...
Alberto Gonzalez
2020-05-14
3
-10
/
+25
*
Replace `std::map` with `dict` for `simplemap_mappers`.
Alberto Gonzalez
2020-05-14
3
-5
/
+5
*
Use `nullptr` instead of `NULL` in `passes/techmap/techmap.cc`.
Alberto Gonzalez
2020-05-14
1
-10
/
+10
*
Replace `std::string` and `RTLIL::IdString` with `IdString` in `passes/techma...
Alberto Gonzalez
2020-05-14
1
-21
/
+21
*
Do not modify design modules while iterating over `modules()`.
Alberto Gonzalez
2020-05-14
1
-1
/
+4
*
Clean up pseudo-private member usage, superfluous `std::vector` instantiation...
Alberto Gonzalez
2020-05-14
1
-76
/
+70
*
Merge pull request #2025 from YosysHQ/eddie/frontend_cleanup
Eddie Hung
2020-05-05
7
-31
/
+34
|
\
|
*
frontend: cleanup to use more ID::*, more dict<> instead of map<>
Eddie Hung
2020-05-04
7
-31
/
+34
*
|
Merge pull request #2012 from whitequark/fix-wasi-abc-build
whitequark
2020-05-05
1
-3
/
+3
|
\
\
|
*
|
Update ABC to include WASI support fixes.
whitequark
2020-05-02
1
-1
/
+1
|
*
|
Fix WASI builds with abc enabled.
whitequark
2020-05-01
1
-2
/
+2
*
|
|
Merge pull request #2026 from YosysHQ/eddie/scratchpad_abc9_W
Eddie Hung
2020-05-05
3
-11
/
+34
|
\
\
\
|
*
|
|
synth_ice40/ecp5/xilinx: allow abc9.W to be overridden via scratchpad
Eddie Hung
2020-05-04
3
-11
/
+34
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2024 from YosysHQ/eddie/primitive_src
Eddie Hung
2020-05-05
3
-2
/
+22
|
\
\
\
|
*
|
|
verilog: set src attribute for primitives
Eddie Hung
2020-05-04
2
-2
/
+6
|
*
|
|
tests: add tests for primitives' src
Eddie Hung
2020-05-04
1
-0
/
+16
|
|
/
/
*
|
|
Merge pull request #2023 from YosysHQ/eddie/specify_src
Eddie Hung
2020-05-05
2
-18
/
+26
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
verilog: fix specify src attribute
Eddie Hung
2020-05-04
2
-18
/
+26
|
/
/
*
|
Merge pull request #1996 from boqwxp/rtlil_source_locations
Eddie Hung
2020-05-04
1
-13
/
+13
|
\
\
|
*
|
frontend: Include complete source location instead of just `location.first_li...
Alberto Gonzalez
2020-05-01
1
-13
/
+13
*
|
|
Merge pull request #2000 from whitequark/log_error-trap
whitequark
2020-05-03
2
-3
/
+44
|
\
\
\
|
*
|
|
kernel: Trap in `log_error()` when a debugger is attached.
whitequark
2020-05-03
2
-3
/
+44
*
|
|
|
Merge pull request #2014 from YosysHQ/claire/fixoptalu
Claire Wolf
2020-05-03
2
-7
/
+31
|
\
\
\
\
|
*
|
|
|
test: add test for #2014
Eddie Hung
2020-05-02
1
-0
/
+12
|
*
|
|
|
Fix the other "opt_expr -fine" bug introduced in 213a89558
Claire Wolf
2020-05-02
1
-7
/
+19
*
|
|
|
|
Merge pull request #2013 from YosysHQ/eddie/aiger_fixes
Eddie Hung
2020-05-02
6
-42
/
+101
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
abc9_ops: -reintegrate to be sensitive to start_offset too
Eddie Hung
2020-05-02
1
-3
/
+5
|
*
|
|
|
tests: aiger test for wire->start_offset != 0
Eddie Hung
2020-05-02
2
-0
/
+41
|
*
|
|
|
aiger: fixes for ports that have start_offset != 0
Eddie Hung
2020-05-02
3
-39
/
+55
|
/
/
/
/
*
|
|
|
Merge pull request #2010 from YosysHQ/claire/fixopt
Claire Wolf
2020-05-02
2
-7
/
+29
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Add testcase for #2010
Eddie Hung
2020-05-01
1
-0
/
+10
|
*
|
|
Fix "opt_expr -fine" bug introduced in 213a89558
Claire Wolf
2020-05-01
1
-7
/
+19
[next]