aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into xaig_arrivalEddie Hung2019-08-301-14/+14
|\
| * Merge pull request #1340 from YosysHQ/eddie/abc_no_cleanEddie Hung2019-08-301-17/+17
| |\ | | | | | | abc9 to not call "clean" at end of run (often called outside)
| | * Group abc_* attribute doc with other attributesEddie Hung2019-08-291-17/+17
| | |
* | | Merge remote-tracking branch 'origin/master' into xaig_arrivalEddie Hung2019-08-301-1/+1
|\| |
| * | Format `-pwires`Eddie Hung2019-08-301-1/+1
| |/
* | Merge remote-tracking branch 'origin/master' into xaig_arrivalEddie Hung2019-08-281-0/+15
|\|
| * Mention clkbuf_inhibit can be overriddenEddie Hung2019-08-231-7/+8
| |
| * Merge remote-tracking branch 'origin/master' into mwk/xilinx_bufgmapEddie Hung2019-08-231-3/+23
| |\
| * | README updatesMarcin Koƛcielnicki2019-08-131-0/+14
| | |
* | | Merge remote-tracking branch 'origin/master' into xaig_arrivalEddie Hung2019-08-231-3/+6
|\ \ \ | | |/ | |/|
| * | Make macOS depenency clearMiodrag Milanovic2019-08-231-2/+5
| | |
| * | Bump year in copyright noticeClifford Wolf2019-08-221-1/+1
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | | Add (* abc_arrival=<int> *) docEddie Hung2019-08-201-0/+5
| | |
* | | Deprecate `abc_scc_break` attributeEddie Hung2019-08-201-8/+0
|/ /
* | Clarify with 'only'Eddie Hung2019-08-191-1/+1
| |
* | Update docEddie Hung2019-08-191-3/+4
| |
* | Add doc for abc_* attributesEddie Hung2019-08-161-0/+16
|/
* Update README to use "read" instead of "read_verilog"Clifford Wolf2019-07-291-48/+19
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add support for reading gzip'd input filesDavid Shah2019-07-261-3/+3
| | | | Signed-off-by: David Shah <dave@ds0.me>
* Updated FreeBSD dependencies in README.mdRoman-Parise2019-07-141-1/+1
|
* Add "read_verilog -pwires" feature, closes #1106Clifford Wolf2019-06-191-0/+4
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add defaultvalue attributeClifford Wolf2019-06-191-0/+4
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* README.md: Missing formatting for <tag>Tux32019-06-041-1/+1
|
* Refactor hierarchy wand/wor handlingClifford Wolf2019-05-281-1/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* update README.md with wand/wor informationStefan Biereigel2019-05-271-2/+2
|
* Add $stop to documentationClifford Wolf2019-05-091-3/+4
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Update READMEClifford Wolf2019-05-041-5/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add specify support to READMEClifford Wolf2019-04-231-0/+5
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Format some names using inline codeEddie Hung2019-04-231-2/+2
|
* Fix spellingEddie Hung2019-04-231-1/+1
|
* Merge pull request #905 from christian-krieg/feature/python_bindingsClifford Wolf2019-04-221-4/+5
|\ | | | | Feature/python bindings
| * Changed filesystem dependency to boost instead of experimental std libraryBenedikt Tutzer2019-04-041-1/+1
| |
| * Added dependencies to README and travis configurationBenedikt Tutzer2019-04-031-4/+5
| |
* | Add "noblackbox" attributeClifford Wolf2019-04-211-1/+6
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | New behavior for front-end handling of whiteboxesClifford Wolf2019-04-201-0/+3
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Add "whitebox" attribute, add "read_verilog -wb"Clifford Wolf2019-04-181-0/+4
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | README: fix some incorrect quoting.whitequark2019-04-151-2/+2
|/
* Add "hdlname" attributeClifford Wolf2019-03-261-0/+3
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add note about test requirements in READMEFelix Vietmeyer2019-03-161-1/+4
|
* Only run derive on blackbox modules when ports have dynamic sizeClifford Wolf2019-03-021-0/+3
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Minor improvements in READMEClifford Wolf2019-03-011-3/+16
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Fix typographical and grammatical errors and inconsistencies.whitequark2019-01-021-9/+9
| | | | | | | | | | | | The initial list of hits was generated with the codespell command below, and each hit was evaluated and fixed manually while taking context into consideration. DIRS="kernel/ frontends/ backends/ passes/ techlibs/" DIRS="${DIRS} libs/ezsat/ libs/subcircuit" codespell $DIRS -S *.o -L upto,iff,thru,synopsys,uint More hits were found by looking through comments and strings manually.
* Merge pull request #659 from rubund/sv_interfacesClifford Wolf2018-10-181-0/+3
|\ | | | | Support for SystemVerilog interfaces and modports
| * Documentation improvements etc.Ruben Undheim2018-10-131-0/+3
| | | | | | | | | | | | | | | | | | - Mention new feature in the SystemVerilog section in the README file - Commented changes much better - Rename a few signals to make it clearer - Prevent warning for unused signals in an easier way - Add myself as copyright holder to 2 files - Fix one potential memory leak (delete 'wire' if not in modport)
* | We have 2018 nowClifford Wolf2018-10-161-1/+1
|/ | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Fix Cygwin build and document needed packagesMiodrag Milanovic2018-09-191-0/+4
|
* readme: Fix formatting of a keywordKonrad Beckmann2018-08-061-1/+1
| | | | | Single quotes were used instead of backticks leading to incorrect formatting.
* Add (* gclk *) attribute supportClifford Wolf2018-06-011-1/+3
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Remove mercurial from build instructionsClifford Wolf2018-05-151-3/+3
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* update READMEJohnny Sorocil2018-05-061-0/+8
|