summaryrefslogtreecommitdiff
path: root/backends/btor
Commit message (Collapse)AuthorAge
* namespace YosysClifford Wolf2014-09-27
|
* Merge branch 'master' of https://github.com/cliffordwolf/yosys into btorAhmed Irfan2014-09-22
|\ | | | | | | | | | | | | | | | | added case for memwr cell that is used in muxes (same cell is used more than one time) corrected bug for xnor and logic_not added pmux cell translation Conflicts: backends/btor/btor.cc
| * Using std::vector<RTLIL::State> instead of RTLIL::Const for ↵Clifford Wolf2014-09-01
| | | | | | | | RTLIL::SigChunk::data
| * Changed backend-api from FILE to std::ostreamClifford Wolf2014-08-23
| |
| * No implicit conversion from IdString to anything elseClifford Wolf2014-08-02
| |
| * More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-02
| |
| * Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-31
| |
| * Added $shift and $shiftx cell types (needed for correct part select behavior)Clifford Wolf2014-07-29
| |
| * Using log_assert() instead of assert()Clifford Wolf2014-07-28
| |
| * Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-27
| |
| * Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-27
| |
| * Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-27
| |
| * More RTLIL::Cell API usage cleanupsClifford Wolf2014-07-26
| |
| * Manual fixes for new cell connections APIClifford Wolf2014-07-26
| |
| * Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-26
| | | | | | | | | | | | | | | | | | git grep -l 'connections_' | xargs sed -i -r -e ' s/(->|\.)connections_\["([^"]*)"\] = (.*);/\1set("\2", \3);/g; s/(->|\.)connections_\["([^"]*)"\]/\1get("\2")/g; s/(->|\.)connections_.at\("([^"]*)"\)/\1get("\2")/g; s/(->|\.)connections_.push_back/\1connect/g; s/(->|\.)connections_/\1connections()/g;'
| * Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-26
| |
| * Various RTLIL::SigSpec related code cleanupsClifford Wolf2014-07-25
| |
| * SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, ↵Clifford Wolf2014-07-22
| | | | | | | | created interim RTLIL::SigSpec::chunks_rw()
| * SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-22
| |
| * SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-22
| |
| * Use log_abort() and log_assert() in BTOR backendClifford Wolf2014-03-07
| |
* | fixed memory next issue, when same memory is written in different case statementahmedirfan19832014-09-18
| | | | | | | | fixed reduce_xnor, logic_not bug translation bug
* | added $pmux cell translationAhmed Irfan2014-09-02
|/
* modified btor synthesis script for correct use of splice command.Ahmed Irfan2014-02-12
|
* disabling splice command in the scriptAhmed Irfan2014-02-11
|
* register output correctedAhmed Irfan2014-02-11
|
* added concat and slice cell translationAhmed Irfan2014-02-11
|
* Fixed gcc compiler warnings with release buildClifford Wolf2014-02-06
|
* Added BTOR backend README fileClifford Wolf2014-02-05
|
* Added TRANSPARENT parameter to $memrd (and RD_TRANSPARENT to $mem)Clifford Wolf2014-02-03
|
* root bug correctedAhmed Irfan2014-01-25
|
* removed regex includeAhmed Irfan2014-01-24
|
* merged clifford changes + removed regexAhmed Irfan2014-01-24
|
* Use techmap -share_map in btor scriptsClifford Wolf2014-01-24
|
* Moved btor scripts to backends/btor/Clifford Wolf2014-01-24
|
* slice bug correctedAhmed Irfan2014-01-20
|
* assert featureAhmed Irfan2014-01-20
|
* verilog default options pullAhmed Irfan2014-01-17
| | | | shift operator width issues
* slice error correctedAhmed Irfan2014-01-16
|
* width issuesAhmed Irfan2014-01-15
| | | | dff cell for more than one registers
* BTOR backendAhmed Irfan2014-01-14
|
* btorAhmed Irfan2014-01-03