forked from tsfpga/tsfpga
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (22 loc) · 973 Bytes
/
.gitignore
File metadata and controls
33 lines (22 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
*~
*.pyc
.svn
.cache
generated
vhdl_ls.toml
hdl-prj.json
*.code-workspace
.vscode
.coverage
tsfpga/examples/modules/artyz7/regs_sim/artyz7_register_check_pkg.vhd
tsfpga/examples/modules/artyz7/regs_sim/artyz7_register_read_write_pkg.vhd
tsfpga/examples/modules/artyz7/regs_sim/artyz7_register_wait_until_pkg.vhd
tsfpga/examples/modules/artyz7/regs_src/artyz7_reg_file.vhd
tsfpga/examples/modules/artyz7/regs_src/artyz7_register_record_pkg.vhd
tsfpga/examples/modules/artyz7/regs_src/artyz7_regs_pkg.vhd
tsfpga/examples/modules/ddr_buffer/regs_sim/ddr_buffer_register_check_pkg.vhd
tsfpga/examples/modules/ddr_buffer/regs_sim/ddr_buffer_register_read_write_pkg.vhd
tsfpga/examples/modules/ddr_buffer/regs_sim/ddr_buffer_register_wait_until_pkg.vhd
tsfpga/examples/modules/ddr_buffer/regs_src/ddr_buffer_reg_file.vhd
tsfpga/examples/modules/ddr_buffer/regs_src/ddr_buffer_register_record_pkg.vhd
tsfpga/examples/modules/ddr_buffer/regs_src/ddr_buffer_regs_pkg.vhd