aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/techmap.cc
Commit message (Expand)AuthorAgeFilesLines
* Use `emplace()` rather than `insert()`.Alberto Gonzalez2020-05-141-1/+1
* Clean up pseudo-private member usage and ensure range iteration uses referenc...Alberto Gonzalez2020-05-141-17/+17
* Clean up extraneous buffer.Alberto Gonzalez2020-05-141-5/+2
* Replace `std::map` with `dict` for `unique_bit_id`.Alberto Gonzalez2020-05-141-1/+1
* Replace `std::map` with `dict` for `port_new2old_map`, `port_connmap`, and `c...Alberto Gonzalez2020-05-141-3/+3
* Replace `std::map` with `dict` for `connbits_map`, `cell_to_inbit`, and `outb...Alberto Gonzalez2020-05-141-3/+3
* Replace `std::map` with `dict` for `TechmapWires` type.Alberto Gonzalez2020-05-141-1/+1
* Replace `std::map` with `dict` for `celltypeMap`.Alberto Gonzalez2020-05-141-3/+3
* Replace `std::set` with `pool` for `handled_cells` and `techmap_wire_names`.Alberto Gonzalez2020-05-141-4/+4
* Replace `std::map` with `dict` for `positional_ports`.Alberto Gonzalez2020-05-141-1/+1
* Add specialized `hash()` for type `dict` and use a `dict` instead of a `std::...Alberto Gonzalez2020-05-141-4/+4
* Replace `std::map` with `dict` for `simplemap_mappers`.Alberto Gonzalez2020-05-141-1/+1
* Use `nullptr` instead of `NULL` in `passes/techmap/techmap.cc`.Alberto Gonzalez2020-05-141-10/+10
* Replace `std::string` and `RTLIL::IdString` with `IdString` in `passes/techma...Alberto Gonzalez2020-05-141-21/+21
* Do not modify design modules while iterating over `modules()`.Alberto Gonzalez2020-05-141-1/+4
* Clean up pseudo-private member usage, superfluous `std::vector` instantiation...Alberto Gonzalez2020-05-141-76/+70
* techmap: fix error messageEddie Hung2020-04-141-1/+1
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-40/+40
* Merge pull request #1845 from YosysHQ/eddie/kernel_speedupEddie Hung2020-04-021-2/+2
|\
| * kernel: SigSpec use more const& + overloads to prevent implicit SigSpecEddie Hung2020-03-131-2/+2
* | techmap: Fix cell names with _TECHMAP_REPLACE_.*Marcin Kościelnicki2020-03-231-1/+1
|/
* Also rename cells with _TECHMAP_REPLACE_. prefix, as per @cliffordwolfEddie Hung2019-10-021-4/+8
* techmap wires named _TECHMAP_REPLACE_.<identifier> to create aliasEddie Hung2019-09-301-0/+10
* Fix _TECHMAP_REMOVEINIT_ handling.Marcin Kościelnicki2019-09-271-13/+17
* Trim mismatched connection to be same (smallest) sizeEddie Hung2019-09-201-0/+6
* Fix first testcase in #1391Eddie Hung2019-09-201-1/+1
* Add techmap_autopurge attribute, fixes #1381Clifford Wolf2019-09-191-5/+49
* techmap: Add support for extracting init values of portsMarcin Kościelnicki2019-09-071-1/+70
* Rename conflicting wires on flatten/techmap, add "hierconn" attribute, fixes ...Clifford Wolf2019-09-051-8/+24
* Add flatten handling of pre-existing wires as created by interfaces, fixes #1145Clifford Wolf2019-09-051-8/+20
* GrammarEddie Hung2019-08-201-1/+1
* techmap -max_iter to apply to each module individuallyEddie Hung2019-08-201-4/+6
* Use ID::keep more liberally tooEddie Hung2019-08-151-1/+1
* Use more ID::{A,B,Y,blackbox,whitebox}Eddie Hung2019-08-151-1/+1
* ID(\\.*) -> ID(.*)Eddie Hung2019-08-151-32/+32
* Transform all "\\*" identifiers into ID()Eddie Hung2019-08-151-48/+48
* Transform "$.*" to ID("$.*") in passes/techmapEddie Hung2019-08-151-4/+4
* More use of IdString::in()Eddie Hung2019-08-151-2/+2
* substr() -> compare()Eddie Hung2019-08-071-10/+10
* stoi -> atoiEddie Hung2019-08-071-1/+1
* Use std::stoi instead of atoi(<str>.c_str())Eddie Hung2019-08-061-1/+1
* Increment _TECHMAP_BITS_CONNMAP_ by one since counting from zeroEddie Hung2019-07-091-0/+3
* Add log_debug() frameworkClifford Wolf2019-04-221-5/+32
* Disable blackbox detection in techmap filesClifford Wolf2019-04-221-1/+1
* Add "techmap -wb", use in formal flowsClifford Wolf2019-04-201-1/+8
* Check blackbox attribute in techmap/simplemapClifford Wolf2019-04-201-1/+1
* Ignore 'whitebox' attr in flatten with "-wb" optionEddie Hung2019-04-181-5/+19
* Add "whitebox" attribute, add "read_verilog -wb"Clifford Wolf2019-04-181-2/+2
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-4/+4
* Replace -ignore_redef with -[no]overwriteClifford Wolf2018-05-031-2/+2