summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added logfile hash to statistics footerClifford Wolf2014-08-01
|
* Replaced sha1 implementationClifford Wolf2014-08-01
|
* Added per-pass cpu usage statisticsClifford Wolf2014-08-01
|
* Added ModIndex helper class, some changes to RTLIL::MonitorClifford Wolf2014-08-01
|
* Packed SigBit::data and SigBit::offset in a unionClifford Wolf2014-08-01
|
* Consolidated hana test benches into fewer filesClifford Wolf2014-08-01
| | | | | | | | for pf in test_simulation_{always,and,buffer,decoder,inc,mux,nand,nor,or,seq,shifter,sop,techmap,xnor,xor}; do gawk 'FNR == 1 { printf("\n// %s\n",FILENAME); } { gsub("^module *", sprintf("module f%d_",ARGIND)); print; }' \ ${pf}_*_test.v > $pf.v; ../tools/autotest.sh $pf.v; mv -v ${pf}_*_test.v Attic/; done; ..etc..
* Added "test_autotb -n <num_iter>" optionClifford Wolf2014-08-01
|
* Renamed modwalker.h to modtools.hClifford Wolf2014-07-31
|
* Various cleanups in Makefile, Renamed default configurationsClifford Wolf2014-07-31
|
* Added compiler + compiler version + compiler flags to version stringClifford Wolf2014-07-31
|
* Fixed build of verific bindingsClifford Wolf2014-07-31
|
* Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-31
|
* Added "trace" commandClifford Wolf2014-07-31
|
* Added RTLIL::MonitorClifford Wolf2014-07-31
|
* Added module->design and cell->module, wire->module pointersClifford Wolf2014-07-31
|
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-31
|
* Renamed "stdcells.v" to "techmap.v"Clifford Wolf2014-07-31
|
* Added "techmap -assert"Clifford Wolf2014-07-31
|
* Reorganized stdcells.v (no actual code change, just moved and indented stuff)Clifford Wolf2014-07-31
|
* Added "yosys -A"Clifford Wolf2014-07-31
|
* Added "yosys -Q"Clifford Wolf2014-07-31
|
* Added techmap CONSTMAP featureClifford Wolf2014-07-30
|
* Fixed counting verilog line numbers for "// synopsys translate_off" sectionsClifford Wolf2014-07-30
|
* Added write_file commandClifford Wolf2014-07-30
|
* Added "make -j{N}" support to "make test"Clifford Wolf2014-07-30
|
* Improvements in test_cellClifford Wolf2014-07-30
|
* New techmap default rules for $shr $sshr $shl $sshlClifford Wolf2014-07-30
|
* Using native ezSAT shift ops in satgen, fixed $shift and $shiftx SAT modelsClifford Wolf2014-07-30
|
* Added native support for shift operations to ezSATClifford Wolf2014-07-30
|
* Added "log_dump_val_worker(char *v)"Clifford Wolf2014-07-30
|
* Added CodingStyle documentClifford Wolf2014-07-30
|
* Added "kernel/yosys.h" and "kernel/yosys.cc"Clifford Wolf2014-07-30
|
* Added "test_cell" commandClifford Wolf2014-07-29
|
* Renamed "write_autotest" to "test_autotb" and moved to passes/tests/Clifford Wolf2014-07-29
|
* Fixed Verilog pre-processor for files with no trailing newlineClifford Wolf2014-07-29
|
* Bugfix in simlib.v for iverilogClifford Wolf2014-07-29
|
* Allow "hierarchy -generate" for $__ cellsClifford Wolf2014-07-29
|
* Added "techmap -map %{design-name}"Clifford Wolf2014-07-29
|
* Added $shift and $shiftx cell types (needed for correct part select behavior)Clifford Wolf2014-07-29
|
* Removed left over debug codeClifford Wolf2014-07-28
|
* Fixed part selects of parametersClifford Wolf2014-07-28
|
* Set results of out-of-bounds static bit/part select to undefClifford Wolf2014-07-28
|
* Fixed RTLIL code generator for part select of parameterClifford Wolf2014-07-28
|
* Fixed width detection for part selectsClifford Wolf2014-07-28
|
* Added support for "upto" wires to Verilog front- and back-endClifford Wolf2014-07-28
|
* Added wire->upto flag for signals such as "wire [0:7] x;"Clifford Wolf2014-07-28
|
* Using log_assert() instead of assert()Clifford Wolf2014-07-28
|
* Added std::initializer_list<> constructor to SigSpecClifford Wolf2014-07-28
|
* Added cover() to all SigSpec constructorsClifford Wolf2014-07-28
|
* Fixed signdness detection of expressions with bit- and part-selectsClifford Wolf2014-07-28
|