lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1 | *~ |
| 2 | *.bak |
| 3 | __pycache__ |
| 4 | opentitan-docs |
| 5 | |
Miguel Osorio | a2ffb71 | 2019-09-26 12:33:38 -0700 | [diff] [blame] | 6 | # fusesoc result |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 7 | build/ |
| 8 | |
Miguel Osorio | a2ffb71 | 2019-09-26 12:33:38 -0700 | [diff] [blame] | 9 | # build directories with special suffixes |
| 10 | build*/ |
| 11 | |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 12 | # Sphinx result |
| 13 | _build/ |
| 14 | |
Tobias Wölfel | ce06a24 | 2019-10-23 13:54:46 +0200 | [diff] [blame] | 15 | # Generated register headers |
| 16 | hw/ip/*/sw |
| 17 | |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 18 | # JasperGold FPV Result |
| 19 | jgproject/ |
| 20 | |
Miguel Osorio | a2ffb71 | 2019-09-26 12:33:38 -0700 | [diff] [blame] | 21 | # FPGA splice intermediate files |
| 22 | *.jou |
| 23 | |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 24 | # Simulation Results |
| 25 | *.log |
| 26 | vdCovLog/ |
| 27 | INCA_libs/ |
| 28 | *.shm/ |
| 29 | .simvision/ |
| 30 | *.history |
| 31 | irun.key |
| 32 | *.svcf |
| 33 | *.fsdb |
| 34 | *.rc |
| 35 | out/ |
| 36 | scratch/ |
| 37 | ucli.key |
| 38 | novas.conf |
| 39 | verdiLog/ |
| 40 | ascent_project/ |
| 41 | ascentlint.rpt |
| 42 | |
| 43 | # verilator/gtkwave waveforms and wave lists |
| 44 | *.fst |
| 45 | *.gtkw |
Eunchan Kim | 54d9ee0 | 2020-03-02 10:20:39 -0800 | [diff] [blame] | 46 | |
| 47 | # Foundry library |
| 48 | hw/foundry/ |
Jon Flatley | a863a28 | 2020-03-03 10:49:39 -0500 | [diff] [blame] | 49 | |
| 50 | # Local Tock checkout |
| 51 | sw/device/tock/tock_local |
Silvestrs Timofejevs | e6e1755 | 2020-04-29 08:04:17 +0100 | [diff] [blame] | 52 | sw/device/tock/tock/Cargo.toml |