yosys/frontends/ast
whitequark efa278e232 Fix typographical and grammatical errors and inconsistencies.
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.
2019-01-02 13:12:17 +00:00
..
Makefile.inc Added Verilog/AST support for DPI functions (dpi_call() still unimplemented) 2014-08-21 12:43:51 +02:00
ast.cc Fix typographical and grammatical errors and inconsistencies. 2019-01-02 13:12:17 +00:00
ast.h Refactor code to avoid code duplication + added comments 2018-10-20 16:06:48 +02:00
dpicall.cc Fixed trailing whitespaces 2015-07-02 11:14:30 +02:00
genrtlil.cc Various indenting fixes in AST front-end (mostly space vs tab issues) 2018-11-04 10:19:32 +01:00
simplify.cc Fix segfault in AST simplify 2018-12-18 17:49:38 +01:00