aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Be more conservative with printing decimal numbers in verilog backendClifford Wolf2014-08-021-2/+3
| |
* | Improved verilog output for ordinary $mux cellsClifford Wolf2014-08-021-3/+19
| |
* | Bugfix in "techmap -extern"Clifford Wolf2014-08-022-10/+17
| |
* | Removed at() method from RTLIL::IdStringClifford Wolf2014-08-023-8/+7
| |
* | No implicit conversion from IdString to anything elseClifford Wolf2014-08-0216-37/+37
| |
* | More bugfixes related to new RTLIL::IdStringClifford Wolf2014-08-0210-44/+60
| |
* | Limit size of log_signal buffer to 100 elementsClifford Wolf2014-08-022-2/+9
| |
* | Improvements in new RTLIL::IdString implementationClifford Wolf2014-08-025-33/+65
| |
* | Fixed a performance bug in opt_reduceClifford Wolf2014-08-021-2/+6
| |
* | Implemented new reference counting RTLIL::IdStringClifford Wolf2014-08-022-15/+90
| |
* | Fixed memory corruption related to id2cstr()Clifford Wolf2014-08-021-2/+2
| |
* | More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-0233-261/+237
| |
* | Preparations for RTLIL::IdString redesign: cleanup of existing codeClifford Wolf2014-08-0212-32/+71
| |
* | Added logfile hash to statistics footerClifford Wolf2014-08-015-45/+79
| |
* | Replaced sha1 implementationClifford Wolf2014-08-018-283/+334
| |
* | Added per-pass cpu usage statisticsClifford Wolf2014-08-014-12/+86
| |
* | Added ModIndex helper class, some changes to RTLIL::MonitorClifford Wolf2014-08-019-30/+170
| |
* | Packed SigBit::data and SigBit::offset in a unionClifford Wolf2014-08-012-10/+14
| |
* | Consolidated hana test benches into fewer filesClifford Wolf2014-08-01175-1332/+1622
| | | | | | | | | | | | | | | | 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-012-11/+32
| |
* | Renamed modwalker.h to modtools.hClifford Wolf2014-07-313-12/+14
| |
* | Various cleanups in Makefile, Renamed default configurationsClifford Wolf2014-07-311-21/+12
| |
* | Added compiler + compiler version + compiler flags to version stringClifford Wolf2014-07-311-1/+2
| |
* | Fixed build of verific bindingsClifford Wolf2014-07-311-11/+11
| |
* | Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-3146-1059/+1086
| |
* | Added "trace" commandClifford Wolf2014-07-314-2/+103
| |
* | Added RTLIL::MonitorClifford Wolf2014-07-312-96/+97
| |
* | Added module->design and cell->module, wire->module pointersClifford Wolf2014-07-3115-44/+142
| |
* | Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-3141-665/+790
| |
* | Renamed "stdcells.v" to "techmap.v"Clifford Wolf2014-07-319-12/+15
| |
* | Added "techmap -assert"Clifford Wolf2014-07-312-14/+43
| |
* | Reorganized stdcells.v (no actual code change, just moved and indented stuff)Clifford Wolf2014-07-311-747/+590
| |
* | Added "yosys -A"Clifford Wolf2014-07-311-1/+10
| |
* | Added "yosys -Q"Clifford Wolf2014-07-311-26/+35
| |
* | Added techmap CONSTMAP featureClifford Wolf2014-07-303-12/+126
| |
* | Fixed counting verilog line numbers for "// synopsys translate_off" sectionsClifford Wolf2014-07-302-4/+4
| |
* | Added write_file commandClifford Wolf2014-07-304-5/+84
| |
* | Added "make -j{N}" support to "make test"Clifford Wolf2014-07-307-22/+39
| |
* | Improvements in test_cellClifford Wolf2014-07-301-35/+89
| |
* | New techmap default rules for $shr $sshr $shl $sshlClifford Wolf2014-07-301-282/+62
| |
* | Using native ezSAT shift ops in satgen, fixed $shift and $shiftx SAT modelsClifford Wolf2014-07-301-36/+39
| |
* | Added native support for shift operations to ezSATClifford Wolf2014-07-302-1/+95
| |
* | Added "log_dump_val_worker(char *v)"Clifford Wolf2014-07-301-0/+1
| |
* | Added CodingStyle documentClifford Wolf2014-07-301-0/+43
| |
* | Added "kernel/yosys.h" and "kernel/yosys.cc"Clifford Wolf2014-07-308-61/+133
| |
* | Added "test_cell" commandClifford Wolf2014-07-293-1/+186
| |
* | Renamed "write_autotest" to "test_autotb" and moved to passes/tests/Clifford Wolf2014-07-295-10/+12
| |
* | Fixed Verilog pre-processor for files with no trailing newlineClifford Wolf2014-07-291-1/+1
| |
* | Bugfix in simlib.v for iverilogClifford Wolf2014-07-291-5/+6
| |
* | Allow "hierarchy -generate" for $__ cellsClifford Wolf2014-07-291-1/+3
| |