aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | small fix in xilinx/brams.vClifford Wolf2015-01-061-5/+5
| |
* | fixed compiler warning on non-linux archsClifford Wolf2015-01-061-2/+4
| |
* | removed old debug codeClifford Wolf2015-01-061-1/+0
| |
* | hashlib iterator fixClifford Wolf2015-01-061-4/+4
| |
* | build fix for mxeClifford Wolf2015-01-061-7/+8
| |
* | Towards Xilinx bram supportClifford Wolf2015-01-065-26/+176
| |
* | Various small improvements to synth_xilinxClifford Wolf2015-01-062-10/+8
| |
* | Towards Xilinx bram supportClifford Wolf2015-01-063-14/+42
| |
* | Towards Xilinx bram supportClifford Wolf2015-01-063-6/+10
| |
* | dict<> ref vs insert bugfixClifford Wolf2015-01-061-10/+13
| |
* | Towards Xilinx bram supportClifford Wolf2015-01-058-19/+175
| |
* | Towards Xilinx bram supportClifford Wolf2015-01-044-16/+186
| |
* | Added memory_bram "shuffle_enable" featureClifford Wolf2015-01-042-1/+117
| |
* | Removed left over debug code from memory_bramClifford Wolf2015-01-041-2/+2
| |
* | Fixed pattern matching in "hierarchy -generate"Clifford Wolf2015-01-041-2/+2
| |
* | Print non-errors to stdoutClifford Wolf2015-01-033-2/+11
| |
* | Added "memory -bram"Clifford Wolf2015-01-032-3/+12
| |
* | Added memory_bram 'or_next_if_better' featureClifford Wolf2015-01-032-45/+162
| |
* | memory_bram transp supportClifford Wolf2015-01-032-46/+88
| |
* | Progress in memory_bramClifford Wolf2015-01-035-25/+25
| |
* | Cosmetic changes in verilog output formatClifford Wolf2015-01-021-5/+10
| |
* | Added proper clkpol support to memory_bramClifford Wolf2015-01-023-6/+34
| |
* | Fixes and improvements in bram testClifford Wolf2015-01-021-20/+8
| |
* | Progress in bram testbenchClifford Wolf2015-01-021-11/+28
| |
* | Define YOSYS and SYNTHESIS in preprocClifford Wolf2015-01-021-1/+2
| |
* | New $mem simlib modelClifford Wolf2015-01-021-95/+36
| |
* | Progress in memory_bramClifford Wolf2015-01-025-16/+18
| |
* | Progress in memory_bramClifford Wolf2015-01-024-23/+42
| |
* | Progress in bram testbenchClifford Wolf2015-01-013-42/+184
| |
* | Bram testbench (incomplete)Clifford Wolf2015-01-012-0/+120
| |
* | Progress in memory_bramClifford Wolf2015-01-011-22/+207
| |
* | Fixed memory->start_offset handlingClifford Wolf2015-01-013-6/+12
| |
* | Progress in memory_bramClifford Wolf2015-01-011-37/+145
| |
* | Removed SigSpec::extend_xx() apiClifford Wolf2015-01-013-20/+1
| |
* | Progress in memory_bramClifford Wolf2014-12-314-15/+127
| |
* | Added memory_bram (not functional yet)Clifford Wolf2014-12-314-1/+307
| |
* | Added hashlib .count(key, iterator) and it1 < it2Clifford Wolf2014-12-312-38/+57
| |
* | Improvements in CodingReadmeClifford Wolf2014-12-312-17/+37
| |
* | improved bitpattern (proc_mux) performanceClifford Wolf2014-12-311-22/+43
| |
* | hashlib cleanups and a fixClifford Wolf2014-12-311-17/+17
| |
* | gcc-4.6 compile fixesClifford Wolf2014-12-311-4/+4
| |
* | new hashlib::pool<> (derived from new dict)Clifford Wolf2014-12-311-221/+151
| |
* | major rewrite of hashlib::dict<>Clifford Wolf2014-12-311-196/+123
| |
* | IdString optimizationClifford Wolf2014-12-311-0/+6
| |
* | hotfix for ModInfoClifford Wolf2014-12-311-1/+1
| |
* | using pool<> in bitpattern.hClifford Wolf2014-12-303-14/+32
| |
* | improved -v optionClifford Wolf2014-12-301-2/+9
| |
* | typo fix for "opt -fast"Clifford Wolf2014-12-301-1/+1
| |
* | print timing details (-d) in -q modeClifford Wolf2014-12-301-0/+4
| |
* | Fixed a bug in "select %ci %co %x"Clifford Wolf2014-12-301-4/+5
| |