blob: 6abea643ce0ff4d20340e750e257a9215049e28d [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
Philipp Wagner7b0e6482021-10-11 13:50:57 +010025# Environment configuration (produced by Meson)
26.env
27
Eunchan Kime0193ce2020-03-02 16:18:36 -080028# Simulation Results
29*.log
30vdCovLog/
31INCA_libs/
32*.shm/
33.simvision/
34*.history
35irun.key
36*.svcf
37*.fsdb
38*.rc
39out/
40scratch/
41ucli.key
42novas.conf
43verdiLog/
44ascent_project/
45ascentlint.rpt
46
47# verilator/gtkwave waveforms and wave lists
48*.fst
49*.gtkw
Philipp Wagner7b0e6482021-10-11 13:50:57 +010050
51# Foundry library
52hw/foundry/
53
54# ROM_EXT signer vendored in dependencies
55sw/host/rom_ext_image_signer/vendored_dependencies
56
57# Autogen files for non-Earlgrey tops
58hw/top_englishbreakfast/**/autogen/
59hw/top_englishbreakfast/ip/alert_handler/dv/alert_handler_env_pkg__params.sv
60hw/top_englishbreakfast/ip/sensor_ctrl/rtl/*
61hw/top_englishbreakfast/ip/xbar_main/xbar_main.core
62hw/top_englishbreakfast/ip/xbar_peri/xbar_peri.core
63
64# Rust Cargo build system files.
65Cargo.lock
66sw/host/**/target
67
68# Bazel-related cache and output directories
69bazel-*