Eunchan Kim | e0193ce | 2020-03-02 16:18:36 -0800 | [diff] [blame] | 1 | .git/ |
Philipp Wagner | 7b0e648 | 2021-10-11 13:50:57 +0100 | [diff] [blame] | 2 | |
Eunchan Kim | e0193ce | 2020-03-02 16:18:36 -0800 | [diff] [blame] | 3 | *~ |
| 4 | *.bak |
Philipp Wagner | 7b0e648 | 2021-10-11 13:50:57 +0100 | [diff] [blame] | 5 | tags |
Eunchan Kim | e0193ce | 2020-03-02 16:18:36 -0800 | [diff] [blame] | 6 | __pycache__ |
Philipp Wagner | 7b0e648 | 2021-10-11 13:50:57 +0100 | [diff] [blame] | 7 | /.vscode |
Eunchan Kim | e0193ce | 2020-03-02 16:18:36 -0800 | [diff] [blame] | 8 | opentitan-docs |
| 9 | |
Philipp Wagner | 7b0e648 | 2021-10-11 13:50:57 +0100 | [diff] [blame] | 10 | # fusesoc result |
| 11 | build/ |
| 12 | |
| 13 | # build directories with special suffixes |
Eunchan Kim | e0193ce | 2020-03-02 16:18:36 -0800 | [diff] [blame] | 14 | build*/ |
| 15 | |
| 16 | # Generated register headers |
| 17 | hw/ip/*/sw |
| 18 | |
| 19 | # JasperGold FPV Result |
| 20 | jgproject/ |
| 21 | |
| 22 | # FPGA splice intermediate files |
| 23 | *.jou |
| 24 | |
| 25 | # Simulation Results |
| 26 | *.log |
| 27 | vdCovLog/ |
| 28 | INCA_libs/ |
| 29 | *.shm/ |
| 30 | .simvision/ |
| 31 | *.history |
| 32 | irun.key |
| 33 | *.svcf |
| 34 | *.fsdb |
| 35 | *.rc |
| 36 | out/ |
| 37 | scratch/ |
| 38 | ucli.key |
| 39 | novas.conf |
| 40 | verdiLog/ |
| 41 | ascent_project/ |
| 42 | ascentlint.rpt |
| 43 | |
| 44 | # verilator/gtkwave waveforms and wave lists |
| 45 | *.fst |
| 46 | *.gtkw |
Philipp Wagner | 7b0e648 | 2021-10-11 13:50:57 +0100 | [diff] [blame] | 47 | |
| 48 | # Foundry library |
| 49 | hw/foundry/ |
| 50 | |
| 51 | # ROM_EXT signer vendored in dependencies |
| 52 | sw/host/rom_ext_image_signer/vendored_dependencies |
| 53 | |
| 54 | # Autogen files for non-Earlgrey tops |
| 55 | hw/top_englishbreakfast/**/autogen/ |
| 56 | hw/top_englishbreakfast/ip/alert_handler/dv/alert_handler_env_pkg__params.sv |
| 57 | hw/top_englishbreakfast/ip/sensor_ctrl/rtl/* |
| 58 | hw/top_englishbreakfast/ip/xbar_main/xbar_main.core |
| 59 | hw/top_englishbreakfast/ip/xbar_peri/xbar_peri.core |
| 60 | |
| 61 | # Rust Cargo build system files. |
| 62 | Cargo.lock |
| 63 | sw/host/**/target |
| 64 | |
| 65 | # Bazel-related cache and output directories |
| 66 | bazel-* |