blob: dfb27aa605fd13691e7685e81e1dd4f66cacbaa3 [file] [log] [blame]
lowRISC Contributors802543a2019-08-31 12:12:56 +01001*~
2*.bak
Eunchan Kim06550352020-10-12 16:42:45 -07003tags
lowRISC Contributors802543a2019-08-31 12:12:56 +01004__pycache__
Eunchan Kim6e3a81c2020-10-27 11:27:57 -07005/.vscode
lowRISC Contributors802543a2019-08-31 12:12:56 +01006opentitan-docs
7
Miguel Osorioa2ffb712019-09-26 12:33:38 -07008# fusesoc result
lowRISC Contributors802543a2019-08-31 12:12:56 +01009build/
10
Miguel Osorioa2ffb712019-09-26 12:33:38 -070011# build directories with special suffixes
12build*/
13
Tobias Wölfelce06a242019-10-23 13:54:46 +020014# Generated register headers
15hw/ip/*/sw
16
lowRISC Contributors802543a2019-08-31 12:12:56 +010017# JasperGold FPV Result
18jgproject/
19
Miguel Osorioa2ffb712019-09-26 12:33:38 -070020# FPGA splice intermediate files
21*.jou
22
Philipp Wagner7f9a5bb2020-11-19 22:59:59 +000023# Environment configuration (produced by Meson)
24.env
25
lowRISC Contributors802543a2019-08-31 12:12:56 +010026# Simulation Results
27*.log
28vdCovLog/
29INCA_libs/
30*.shm/
31.simvision/
32*.history
33irun.key
34*.svcf
35*.fsdb
36*.rc
37out/
38scratch/
39ucli.key
40novas.conf
41verdiLog/
42ascent_project/
43ascentlint.rpt
44
45# verilator/gtkwave waveforms and wave lists
46*.fst
47*.gtkw
Eunchan Kim54d9ee02020-03-02 10:20:39 -080048
49# Foundry library
50hw/foundry/
Jon Flatleya863a282020-03-03 10:49:39 -050051
Silvestrs Timofejevs2ca07af2020-10-30 10:18:25 +000052# ROM_EXT signer vendored in dependencies
53sw/host/rom_ext_image_signer/vendored_dependencies
Pirmin Vogel6963b2e2020-11-13 19:07:39 +010054
55# Autogen files for non-Earlgrey tops
56hw/top_englishbreakfast/**/autogen/
57hw/top_englishbreakfast/ip/alert_handler/dv/alert_handler_env_pkg__params.sv
58hw/top_englishbreakfast/ip/sensor_ctrl/rtl/*
59hw/top_englishbreakfast/ip/xbar_main/xbar_main.core
60hw/top_englishbreakfast/ip/xbar_peri/xbar_peri.core
Chris Frantz20b01962021-05-07 14:48:06 -070061
62# Rust Cargo build system files.
63Cargo.lock
64sw/host/**/target
Chris Frantze7454162021-08-25 14:43:05 -070065
66# Bazel-related cache and output directories
67bazel-*