aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up root directoryBenedikt Tutzer2019-04-303-4/+4
* Suppress error from the compiler run during libboost-python* detectionBenedikt Tutzer2019-04-071-4/+4
* Autodetect Python paths and boost python libraries for different distributionsBenedikt Tutzer2019-04-051-8/+24
* Used PyImport_ImportModule instead of PyImport_Import to avoid the explicit c...Benedikt Tutzer2019-04-041-10/+2
* Removed link to experimental filesystem libraryBenedikt Tutzer2019-04-041-2/+2
* Changed filesystem dependency to boost instead of experimental std libraryBenedikt Tutzer2019-04-044-5/+11
* Removed compiler flags that are clang specificBenedikt Tutzer2019-04-031-2/+2
* Even less options for the preprocessorBenedikt Tutzer2019-04-031-1/+1
* Preprocessing does not need all the flagsBenedikt Tutzer2019-04-031-1/+1
* Global lists in rtlil.cc are now static objectsBenedikt Tutzer2019-04-031-10/+10
* Added cross-platform support for plugin-pathsBenedikt Tutzer2019-04-032-8/+12
* Improved Error reporting when Python passes are loadedBenedikt Tutzer2019-04-031-0/+2
* Added support for changing Yosys namespaceBenedikt Tutzer2019-04-032-4/+5
* Added cell_stats exampleBenedikt Tutzer2019-04-034-478/+54
* Added dependencies to README and travis configurationBenedikt Tutzer2019-04-032-4/+20
* Autodetect highest installed python versionBenedikt Tutzer2019-04-031-2/+8
* Removed generation of commented-out codeBenedikt Tutzer2019-04-011-4/+0
* Use addition assignment operatorBenedikt Tutzer2019-04-011-14/+13
* Fixed identationBenedikt Tutzer2019-04-011-1/+1
* Merge remote-tracking branch 'origin/master' into feature/python_bindingsBenedikt Tutzer2019-03-28428-2474/+23383
|\
| * Merge pull request #901 from trcwm/libertyfixesClifford Wolf2019-03-284-9/+151
| |\
| | * Liberty file parser now accepts superfluous ;Niels Moseley2019-03-271-1/+1
| | * Liberty file parser now accepts superfluous ;Niels Moseley2019-03-271-1/+1
| | * Liberty file parser now accepts superfluous ;Niels Moseley2019-03-274-9/+151
| * | Merge pull request #903 from YosysHQ/bram_reset_transpClifford Wolf2019-03-281-0/+1
| |\ \ | | |/ | |/|
| | * memory_bram: Reset make_transp when growing read portsDavid Shah2019-03-271-0/+1
| * | Add "read -verific" and "read -noverific"Clifford Wolf2019-03-271-6/+28
| * | Add "rename -output"Clifford Wolf2019-03-271-3/+23
| * | Improve "rename" help messageClifford Wolf2019-03-271-0/+6
| * | Add "cutpoint -undef"Clifford Wolf2019-03-261-10/+14
| * | Add "hdlname" attributeClifford Wolf2019-03-262-0/+5
| * | Fix "verific -extnets" for more complex situationsClifford Wolf2019-03-262-15/+93
| * | Add "cutpoint" passClifford Wolf2019-03-252-0/+165
| |/
| * Merge pull request #896 from YosysHQ/transp_fixesClifford Wolf2019-03-251-9/+16
| |\
| | * memory_bram: Fix multiclock make_transpDavid Shah2019-03-241-9/+16
| * | Merge pull request #897 from trcwm/libertyfixesClifford Wolf2019-03-258-22/+645
| |\ \ | | |/ | |/|
| | * spaces -> tabsNiels Moseley2019-03-251-78/+78
| | * EOL is now accepted as ';' replacement on lines that look like: feature_xyz(o...Niels Moseley2019-03-251-4/+3
| | * Updated the liberty parser to accept [A:B] ranges (AST has not been updated)....Niels Moseley2019-03-248-7/+631
| |/
| * Add "mutate -none -mode", "mutate -mode none"Clifford Wolf2019-03-231-1/+30
| * Add "mutate -s <filename>"Clifford Wolf2019-03-231-2/+24
| * Merge pull request #893 from YosysHQ/clifford/btormeminitClifford Wolf2019-03-233-3/+63
| |\
| | * Add support for memory initialization to write_btorClifford Wolf2019-03-231-0/+53
| | * Fix BTOR output tags syntax in writye_btorClifford Wolf2019-03-231-2/+1
| | * Add RTLIL::Const::ext[su](), fix RTLIL::SigSpec::extend_u0 for 0-size signalsClifford Wolf2019-03-232-1/+9
| |/
| * Merge pull request #889 from YosysHQ/clifford/fix888Clifford Wolf2019-03-221-1/+10
| |\
| | * Fix mem2reg handling of memories with upto data ports, fixes #888Clifford Wolf2019-03-211-1/+10
| * | Merge pull request #890 from YosysHQ/clifford/fix887Clifford Wolf2019-03-221-1/+26
| |\ \
| | * | Trim init attributes when resizing FFs in "wreduce", fixes #887Clifford Wolf2019-03-221-1/+26
| | |/
| * | Merge pull request #891 from YosysHQ/xilinx_keepDavid Shah2019-03-222-25/+31
| |\ \ | | |/ | |/|