-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy pathdram_controller.core
More file actions
45 lines (39 loc) · 818 Bytes
/
dram_controller.core
File metadata and controls
45 lines (39 loc) · 818 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
34
35
36
37
38
39
40
41
42
43
44
45
CAPI=1
[main]
description = "Stafford's toy dram controller for de0 nano"
simulators = icarus
[fileset rtl_files]
files =
rtl/dnano_interface.v
rtl/double_click.v
rtl/fifo.v
rtl/sdram_controller.v
file_type = verilogSource
usage = sim synth
# Files only used when building the system top level
[fileset top_files]
scope = private
files =
rtl/toplevel.v
quartus/pll_100m.v
quartus/pll_1m.v
file_type = verilogSource
usage = synth
# File only used when building and running tests
[fileset tb_files]
scope = private
files =
bench/double_click_tb.v
bench/fifo_tb.v
bench/sdram_controller_tb.v
file_type = verilogSource
usage = sim
[icarus]
depend = vlog_tb_utils-1.0
[simulator]
depend = vlog_tb_utils-1.0
toplevel = sdram_controller_tb
#[provider]
#name = github
#user = stffrdhrn
#repo = dram_controller