-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEF_QSPI_XIP_CTRL.yaml
72 lines (67 loc) · 1.51 KB
/
EF_QSPI_XIP_CTRL.yaml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
info:
name: EF_QSPI_XIP_CTRL
description: A QSPI XiP Flash COntroller with a parameterized Direct-Mapped Cache.
repo: github.com/efabless/EF_QSPI_XIP_CTRL
owner: Efabless Corp.
license: APACHE 2.0
author: Efabless Corp.
email: [email protected]
version: v1.1.0
date: 2025-01-23
category: digital
tags:
- QSPI
- FLASH
- XIP
- Cache
bus:
- AHBL
type": soft
status: verified
cell_count:
- IP: 1973
- AHBL: 1973
width": "0.0"
height": "0.0"
technology: n/a
clock_freq_mhz:
- IP: 250
- AHBL: 250
digital_supply_voltage: n/a
analog_supply_voltage: n/a
parameters:
- name: NUM_LINES
default: 16
description: The cache number of lines.
- name: LINE_SIZE
default: 32
description: The cache line size in bytes.
- name: RESET_CYCLES
default: 999
description: The number of cycles needed for the s/w reset command; reset time = (RESET_CYCLES + 1) * 2 /(HCLK frequency).
clock:
name: clk
gated: 'no'
external_interface:
- name: sck
direction: output
description: SPI serial clock
width: 1
- name: ce_n
direction: output
width: 1
description: SPI chip select (Active Low).
- name: dout
direction: output
width: 4
description: Flash controller SPI data out.
- name: din
direction: input
width: 4
description: Flash controller SPI data in.
- name: douten
direction: output
width: 4
description: Flash controller data out enable (Active Low)
registers: []