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