blob: 1331c630ca6fd8626bcf67a969df5eae7bc7304f [file] [log] [blame]
lowRISC Contributors802543a2019-08-31 12:12:56 +01001*~
2*.bak
Jacob Levy389bc5b2022-02-09 21:43:59 +02003*.swp
4*.swo
Eunchan Kim06550352020-10-12 16:42:45 -07005tags
lowRISC Contributors802543a2019-08-31 12:12:56 +01006__pycache__
Eunchan Kim6e3a81c2020-10-27 11:27:57 -07007/.vscode
lowRISC Contributors802543a2019-08-31 12:12:56 +01008opentitan-docs
9
Miguel Osorioa2ffb712019-09-26 12:33:38 -070010# fusesoc result
lowRISC Contributors802543a2019-08-31 12:12:56 +010011build/
12
Miguel Osorioa2ffb712019-09-26 12:33:38 -070013# build directories with special suffixes
14build*/
15
Tobias Wölfelce06a242019-10-23 13:54:46 +020016# Generated register headers
17hw/ip/*/sw
18
lowRISC Contributors802543a2019-08-31 12:12:56 +010019# JasperGold FPV Result
20jgproject/
21
Miguel Osorioa2ffb712019-09-26 12:33:38 -070022# FPGA splice intermediate files
23*.jou
24
Philipp Wagner7f9a5bb2020-11-19 22:59:59 +000025# Environment configuration (produced by Meson)
26.env
27
lowRISC Contributors802543a2019-08-31 12:12:56 +010028# 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
Eunchan Kim55248162022-02-08 12:14:23 -080046.idebugrc
47idebugFiles/
lowRISC Contributors802543a2019-08-31 12:12:56 +010048
49# verilator/gtkwave waveforms and wave lists
50*.fst
51*.gtkw
Eunchan Kim54d9ee02020-03-02 10:20:39 -080052
53# Foundry library
54hw/foundry/
Jon Flatleya863a282020-03-03 10:49:39 -050055
Silvestrs Timofejevs2ca07af2020-10-30 10:18:25 +000056# ROM_EXT signer vendored in dependencies
57sw/host/rom_ext_image_signer/vendored_dependencies
Pirmin Vogel6963b2e2020-11-13 19:07:39 +010058
59# Autogen files for non-Earlgrey tops
60hw/top_englishbreakfast/**/autogen/
61hw/top_englishbreakfast/ip/alert_handler/dv/alert_handler_env_pkg__params.sv
62hw/top_englishbreakfast/ip/sensor_ctrl/rtl/*
63hw/top_englishbreakfast/ip/xbar_main/xbar_main.core
64hw/top_englishbreakfast/ip/xbar_peri/xbar_peri.core
Chris Frantz20b01962021-05-07 14:48:06 -070065
66# Rust Cargo build system files.
67Cargo.lock
68sw/host/**/target
Chris Frantze7454162021-08-25 14:43:05 -070069
70# Bazel-related cache and output directories
71bazel-*
Chris Frantzd87e6122022-03-25 08:57:54 -070072
73# Local binaries that should not be committed to the codebase
74.bin/