aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added read_verilog -icells optionClifford Wolf2014-01-294-6/+20
|
* Major rewrite of techlibs/common/simlib.v for LEC (cadance conformal)Clifford Wolf2014-01-291-105/+305
|
* presentation progressClifford Wolf2014-01-282-4/+237
|
* Renamed manual/FILES_* directoriesClifford Wolf2014-01-2829-9/+9
|
* Progress on presentationClifford Wolf2014-01-282-8/+69
|
* Progress on presentationClifford Wolf2014-01-272-5/+79
|
* Added first presentation slidesClifford Wolf2014-01-277-1/+105
|
* Merge branch 'btor' of https://github.com/ahmedirfan1983/yosysClifford Wolf2014-01-261-1/+5
|\
| * root bug correctedAhmed Irfan2014-01-251-1/+5
| |
* | Merge pull request #21 from hansiglaser/masterClifford Wolf2014-01-252-17/+34
|\ \ | | | | | | beautified write_intersynth, enabled multiple "-map" for the extract pass
| * | enabled multiple "-map" for the extract passJohann Glaser2014-01-251-17/+25
| | |
| * | beautified write_intersynthJohann Glaser2014-01-251-0/+9
|/ /
* | Added support for // comments in liberty parserClifford Wolf2014-01-251-0/+5
| |
* | Merge branch 'btor'Clifford Wolf2014-01-245-0/+1026
|\|
| * removed regex includeAhmed Irfan2014-01-241-1/+0
| |
| * merged clifford changes + removed regexAhmed Irfan2014-01-241-26/+52
| |
| * Use techmap -share_map in btor scriptsClifford Wolf2014-01-242-2/+2
| |
| * Moved btor scripts to backends/btor/Clifford Wolf2014-01-242-0/+0
| |
| * Restored MakefileClifford Wolf2014-01-241-3/+3
| |
| * Restored IdString::check()Clifford Wolf2014-01-241-1/+1
| |
| * Merge branch 'btor' of https://github.com/ahmedirfan1983/yosys into btorClifford Wolf2014-01-247-4/+1005
|/|
| * minor change in scriptAhmed Irfan2014-01-241-2/+11
| |
| * -3/+3
| | | | | | | | | | | |
| * | | | | | | | | | | btorAhmed Irfan2014-01-034-0/+816
| | | | | | | | | | | |
* | | | | | | | | | | | Fixed handling of unsized constants in verilog frontendClifford Wolf2014-01-241-2/+2
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Fixed algorithmic complexity of AST simplification of long expressionsClifford Wolf2014-01-203-6/+13
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Added hilomap commandClifford Wolf2014-01-192-0/+130
assert m.algorithm.digest_size == digest_size assert m.algorithm.block_size == block_size m_copy = m.copy() assert m != m_copy assert m._ctx !=