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