yosys/techlibs/ecp5
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
..
.gitignore ecp5: First BRAM type maps successfully 2018-10-10 16:35:19 +01:00
Makefile.inc Fix 7 instances of add_share_file to add_gen_share_file 2018-12-29 12:53:12 +01:00
arith_map.v ecp5: ECP5 synthesis fixes 2018-07-16 14:33:13 +02:00
bram.txt ecp5: First BRAM type maps successfully 2018-10-10 16:35:19 +01:00
brams_connect.py ecp5: Script for BRAM IO connections 2018-10-10 16:11:00 +01:00
brams_init.py ecp5: First BRAM type maps successfully 2018-10-10 16:35:19 +01:00
brams_map.v ecp5: Disable LSR inversion 2018-10-16 12:48:39 +01:00
cells_bb.v Fix typographical and grammatical errors and inconsistencies. 2019-01-02 13:12:17 +00:00
cells_map.v ecp5: Disable LSR inversion 2018-10-16 12:48:39 +01:00
cells_sim.v ecp5: Adding some blackbox cells 2018-11-07 14:56:38 +00:00
dram.txt ecp5: Don't map ROMs to DRAM 2018-10-01 18:34:41 +01:00
drams_map.v ecp5: Adding DRAM map 2018-07-13 14:08:42 +02:00
latches_map.v ecp5: Add latch inference 2018-10-19 15:16:40 +01:00
synth_ecp5.cc Fix typographical and grammatical errors and inconsistencies. 2019-01-02 13:12:17 +00:00