lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 1 | *~ |
| 2 | *.bak |
Eunchan Kim | 0655035 | 2020-10-12 16:42:45 -0700 | [diff] [blame] | 3 | tags |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 4 | __pycache__ |
Eunchan Kim | 6e3a81c | 2020-10-27 11:27:57 -0700 | [diff] [blame] | 5 | /.vscode |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 6 | opentitan-docs |
| 7 | |
Miguel Osorio | a2ffb71 | 2019-09-26 12:33:38 -0700 | [diff] [blame] | 8 | # fusesoc result |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 9 | build/ |
| 10 | |
Miguel Osorio | a2ffb71 | 2019-09-26 12:33:38 -0700 | [diff] [blame] | 11 | # build directories with special suffixes |
| 12 | build*/ |
| 13 | |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 14 | # Sphinx result |
| 15 | _build/ |
| 16 | |
Tobias Wölfel | ce06a24 | 2019-10-23 13:54:46 +0200 | [diff] [blame] | 17 | # Generated register headers |
| 18 | hw/ip/*/sw |
| 19 | |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 20 | # JasperGold FPV Result |
| 21 | jgproject/ |
| 22 | |
Miguel Osorio | a2ffb71 | 2019-09-26 12:33:38 -0700 | [diff] [blame] | 23 | # FPGA splice intermediate files |
| 24 | *.jou |
| 25 | |
Philipp Wagner | 7f9a5bb | 2020-11-19 22:59:59 +0000 | [diff] [blame] | 26 | # Environment configuration (produced by Meson) |
| 27 | .env |
| 28 | |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 29 | # Simulation Results |
| 30 | *.log |
| 31 | vdCovLog/ |
| 32 | INCA_libs/ |
| 33 | *.shm/ |
| 34 | .simvision/ |
| 35 | *.history |
| 36 | irun.key |
| 37 | *.svcf |
| 38 | *.fsdb |
| 39 | *.rc |
| 40 | out/ |
| 41 | scratch/ |
| 42 | ucli.key |
| 43 | novas.conf |
| 44 | verdiLog/ |
| 45 | ascent_project/ |
| 46 | ascentlint.rpt |
| 47 | |
| 48 | # verilator/gtkwave waveforms and wave lists |
| 49 | *.fst |
| 50 | *.gtkw |
Eunchan Kim | 54d9ee0 | 2020-03-02 10:20:39 -0800 | [diff] [blame] | 51 | |
| 52 | # Foundry library |
| 53 | hw/foundry/ |
Jon Flatley | a863a28 | 2020-03-03 10:49:39 -0500 | [diff] [blame] | 54 | |
Silvestrs Timofejevs | 2ca07af | 2020-10-30 10:18:25 +0000 | [diff] [blame] | 55 | # ROM_EXT signer vendored in dependencies |
| 56 | sw/host/rom_ext_image_signer/vendored_dependencies |
Pirmin Vogel | 6963b2e | 2020-11-13 19:07:39 +0100 | [diff] [blame] | 57 | |
| 58 | # Autogen files for non-Earlgrey tops |
| 59 | hw/top_englishbreakfast/**/autogen/ |
| 60 | hw/top_englishbreakfast/ip/alert_handler/dv/alert_handler_env_pkg__params.sv |
| 61 | hw/top_englishbreakfast/ip/sensor_ctrl/rtl/* |
| 62 | hw/top_englishbreakfast/ip/xbar_main/xbar_main.core |
| 63 | hw/top_englishbreakfast/ip/xbar_peri/xbar_peri.core |
Chris Frantz | 20b0196 | 2021-05-07 14:48:06 -0700 | [diff] [blame] | 64 | |
| 65 | # Rust Cargo build system files. |
| 66 | Cargo.lock |
| 67 | sw/host/**/target |
Chris Frantz | e745416 | 2021-08-25 14:43:05 -0700 | [diff] [blame] | 68 | |
| 69 | # Bazel-related cache and output directories |
| 70 | bazel-* |