aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added SAT-based write-port sharing to memory_shareClifford Wolf2014-07-192-0/+205
* Added ModWalker helper classClifford Wolf2014-07-191-0/+298
* Some "const" cleanups in SigMapClifford Wolf2014-07-191-4/+4
* Fixed bug in memory_share feedback-to-en codeClifford Wolf2014-07-192-4/+36
* Added translation from read-feedback to en-signals in memory_shareClifford Wolf2014-07-183-10/+264
* Improved seeding of color rng in show commandClifford Wolf2014-07-181-1/+3
* Only create collision detect logic in memory_share if necessaryClifford Wolf2014-07-181-4/+47
* Bugfix in tests/memories/run-test.shClifford Wolf2014-07-181-2/+2
* added tests/memoriesClifford Wolf2014-07-185-0/+133
* Added memory_shareClifford Wolf2014-07-183-0/+266
* Added automatic conversion from RTLIL::SigSpec to std::vector<RTLIL::SigBit>Clifford Wolf2014-07-181-0/+1
* Apply opt_reduce WR_EN opts to the whole mux tree driving the WR_EN portClifford Wolf2014-07-181-0/+15
* Added function-like cell creation helpersClifford Wolf2014-07-182-73/+158
* Added log_id() helper functionClifford Wolf2014-07-181-0/+8
* Also simulate unmapped memories in "make test"Clifford Wolf2014-07-171-1/+1
* Implemented dynamic bit-/part-select for memory writesClifford Wolf2014-07-172-3/+66
* Fixed simlib.v model for $memClifford Wolf2014-07-171-15/+15
* Added support for bit/part select to mem2reg rewriterClifford Wolf2014-07-172-0/+30
* Added support for constant bit- or part-select for memory writesClifford Wolf2014-07-172-9/+56
* Improved opt_reduce handling of mem wr_en mux bitsClifford Wolf2014-07-171-5/+18
* Fixed RTLIL::SigSpec::append_bit() for appending constantsClifford Wolf2014-07-171-2/+3
* Added support for "blackbox" attribute to iopadmapClifford Wolf2014-07-171-1/+1
* Added support for "blackbox" attribute to flatten/techmapClifford Wolf2014-07-171-1/+4
* Added "inout" ports support to read_libertyClifford Wolf2014-07-161-1/+6
* Set blackbox attribute in "read_liberty -lib"Clifford Wolf2014-07-161-0/+3
* Fixed spelling of "direction" in read_liberty messagesClifford Wolf2014-07-161-2/+2
* Merged new $mem/$memwr WR_EN interfaceClifford Wolf2014-07-1610-82/+216
|\
| * Changed tests/techmap/mem_simple_4x1_map for new $mem/$memwr WR_EN interfaceClifford Wolf2014-07-161-2/+13
| * improved opt_reduce for $mem/$memwr WR_EN multiplexersClifford Wolf2014-07-161-0/+80
| * changes in verilog frontend for new $mem/$memwr WR_EN interfaceClifford Wolf2014-07-162-7/+6
| * Changes to "memory" pass for new $memwr/$mem WR_EN interfaceClifford Wolf2014-07-163-38/+56
| * Updated simlib to new $mem/$memwr interfaceClifford Wolf2014-07-161-30/+55
| * Changed the $mem/$memwr WR_EN input to a per-data-bit enable signalClifford Wolf2014-07-162-5/+6
|/
* Added note to "make test": use git checkout of iverilogClifford Wolf2014-07-165-5/+15
* Added passing of various options to vhdl2verilogClifford Wolf2014-07-121-5/+36
* Use "verilog -sv" to parse .sv filesClifford Wolf2014-07-111-0/+2
* Fixed processing of initial values for block-local variablesClifford Wolf2014-07-111-0/+5
* now ignore init attributes on non-register wires in sat commandClifford Wolf2014-07-053-4/+43
* fixed parsing of constant with comment between size and valueClifford Wolf2014-07-022-0/+14
* small changes in presentationClifford Wolf2014-07-021-5/+2
* Tiny fix in presentationClifford Wolf2014-06-291-1/+1
* Progress in presentationClifford Wolf2014-06-292-0/+97
* Added links to some liberty files to READMEClifford Wolf2014-06-281-0/+8
* Progress in presentationClifford Wolf2014-06-267-79/+105
* Fixed handling of mixed real/int ternary expressionsClifford Wolf2014-06-252-3/+22
* More found_real-related fixes to AstNode::detectSignWidthWorkerClifford Wolf2014-06-241-6/+6
* Progress in presentationClifford Wolf2014-06-227-42/+503
* Little steps in realmath test benchClifford Wolf2014-06-212-2/+8
* fixed signdness detection for expressions with realsClifford Wolf2014-06-211-2/+8
* fixed typoClifford Wolf2014-06-211-1/+1