Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | kernel: SigSpec use more const& + overloads to prevent implicit SigSpec | Eddie Hung | 2020-03-13 | 1 | -2/+2 | |
| | | ||||||
* | | techmap: Fix cell names with _TECHMAP_REPLACE_.* | Marcin Kościelnicki | 2020-03-23 | 1 | -1/+1 | |
|/ | | | | Fixes #1804. | |||||
* | Also rename cells with _TECHMAP_REPLACE_. prefix, as per @cliffordwolf | Eddie Hung | 2019-10-02 | 1 | -4/+8 | |
| | ||||||
* | techmap wires named _TECHMAP_REPLACE_.<identifier> to create alias | Eddie Hung | 2019-09-30 | 1 | -0/+10 | |
| | ||||||
* | Fix _TECHMAP_REMOVEINIT_ handling. | Marcin Kościelnicki | 2019-09-27 | 1 | -13/+17 | |
| | | | | | | | | Previously, this wire was handled in the code that populated the "do or do not" techmap cache, resulting in init value removal being performed only for the first use of a given template. Fixes the problem identified in #1396. | |||||
* | Trim mismatched connection to be same (smallest) size | Eddie Hung | 2019-09-20 | 1 | -0/+6 | |
| | ||||||
* | Fix first testcase in #1391 | Eddie Hung | 2019-09-20 | 1 | -1/+1 | |
| | ||||||
* | Add techmap_autopurge attribute, fixes #1381 | Clifford Wolf | 2019-09-19 | 1 | -5/+49 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | techmap: Add support for extracting init values of ports | Marcin Kościelnicki | 2019-09-07 | 1 | -1/+70 | |
| | ||||||
* | Rename conflicting wires on flatten/techmap, add "hierconn" attribute, fixes ↵ | Clifford Wolf | 2019-09-05 | 1 | -8/+24 | |
| | | | | | | #1220 Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Add flatten handling of pre-existing wires as created by interfaces, fixes #1145 | Clifford Wolf | 2019-09-05 | 1 | -8/+20 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Grammar | Eddie Hung | 2019-08-20 | 1 | -1/+1 | |
| | ||||||
* | techmap -max_iter to apply to each module individually | Eddie Hung | 2019-08-20 | 1 | -4/+6 | |
| | ||||||
* | Use ID::keep more liberally too | Eddie Hung | 2019-08-15 | 1 | -1/+1 | |
| | ||||||
* | Use more ID::{A,B,Y,blackbox,whitebox} | Eddie Hung | 2019-08-15 | 1 | -1/+1 | |
| | ||||||
* | ID(\\.*) -> ID(.*) | Eddie Hung | 2019-08-15 | 1 | -32/+32 | |
| | ||||||
* | Transform all "\\*" identifiers into ID() | Eddie Hung | 2019-08-15 | 1 | -48/+48 | |
| | ||||||
* | Transform "$.*" to ID("$.*") in passes/techmap | Eddie Hung | 2019-08-15 | 1 | -4/+4 | |
| | ||||||
* | More use of IdString::in() | Eddie Hung | 2019-08-15 | 1 | -2/+2 | |
| | ||||||
* | substr() -> compare() | Eddie Hung | 2019-08-07 | 1 | -10/+10 | |
| | ||||||
* | stoi -> atoi | Eddie Hung | 2019-08-07 | 1 | -1/+1 | |
| | ||||||
* | Use std::stoi instead of atoi(<str>.c_str()) | Eddie Hung | 2019-08-06 | 1 | -1/+1 | |
| | ||||||
* | Increment _TECHMAP_BITS_CONNMAP_ by one since counting from zero | Eddie Hung | 2019-07-09 | 1 | -0/+3 | |
| | ||||||
* | Add log_debug() framework | Clifford Wolf | 2019-04-22 | 1 | -5/+32 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Disable blackbox detection in techmap files | Clifford Wolf | 2019-04-22 | 1 | -1/+1 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Add "techmap -wb", use in formal flows | Clifford Wolf | 2019-04-20 | 1 | -1/+8 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Check blackbox attribute in techmap/simplemap | Clifford Wolf | 2019-04-20 | 1 | -1/+1 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Ignore 'whitebox' attr in flatten with "-wb" option | Eddie Hung | 2019-04-18 | 1 | -5/+19 | |
| | ||||||
* | Add "whitebox" attribute, add "read_verilog -wb" | Clifford Wolf | 2019-04-18 | 1 | -2/+2 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Consistent use of 'override' for virtual methods in derived classes. | Henner Zeller | 2018-07-20 | 1 | -4/+4 | |
| | | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established) | |||||
* | Replace -ignore_redef with -[no]overwrite | Clifford Wolf | 2018-05-03 | 1 | -2/+2 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Fix handling of src attributes in flatten | Clifford Wolf | 2018-03-10 | 1 | -7/+2 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Add support for "yosys -E" | Clifford Wolf | 2018-01-07 | 1 | -0/+1 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | updated to use get_src_attribute() and set_src_attribute(). | Jason Lowdermilk | 2017-08-31 | 1 | -4/+2 | |
| | ||||||
* | Add support for source line tracking through synthesis phase | Jason Lowdermilk | 2017-08-29 | 1 | -0/+7 | |
| | ||||||
* | Fix handling of empty cell port assignments (i.e. ignore them) | Clifford Wolf | 2017-07-21 | 1 | -0/+3 | |
| | ||||||
* | Copy attributes to _TECHMAP_REPLACE_ cells | Clifford Wolf | 2017-02-16 | 1 | -2/+8 | |
| | ||||||
* | Fix techmap for inout ports connected to inout ports | Clifford Wolf | 2017-02-13 | 1 | -2/+7 | |
| | ||||||
* | Build fixes for VS 2015 | Clifford Wolf | 2016-10-16 | 1 | -1/+2 | |
| | ||||||
* | Added MEMID handling to "flatten" pass | Clifford Wolf | 2016-10-14 | 1 | -0/+6 | |
| | ||||||
* | Bugfix in techmap parameter handling | Clifford Wolf | 2016-09-14 | 1 | -1/+1 | |
| | ||||||
* | Fixed preservation of important attributes in techmap | Clifford Wolf | 2016-05-06 | 1 | -4/+32 | |
| | ||||||
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -5/+5 | |
| | ||||||
* | Fixed some visual studio warnings | Clifford Wolf | 2016-02-13 | 1 | -1/+1 | |
| | ||||||
* | equiv_purge bugfix, using SigChunk in Yosys namespace | Clifford Wolf | 2015-10-24 | 1 | -1/+1 | |
| | ||||||
* | Fixed "flatten" for unconnected inout ports | Clifford Wolf | 2015-10-13 | 1 | -1/+1 | |
| | ||||||
* | Another block of spelling fixes | Larry Doolittle | 2015-08-14 | 1 | -1/+1 | |
| | | | | Smaller this time | |||||
* | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 1 | -8/+8 | |
| | ||||||
* | Fixed flatten $meminit handling | Clifford Wolf | 2015-07-30 | 1 | -1/+1 | |
| | ||||||
* | Fixed techmap processes error msg | Clifford Wolf | 2015-07-18 | 1 | -2/+3 | |
| |