OpenCores
URL https://opencores.org/ocsvn/qspiflash/qspiflash/trunk

Subversion Repositories qspiflash

[/] [qspiflash/] [trunk/] [rtl/] [flashconfig.v] - Blame information for rev 23

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 16 dgisselq
////////////////////////////////////////////////////////////////////////////////
2 7 dgisselq
//
3
// Filename:    flashconfig.v
4
//
5
// Project:     Wishbone Controlled Quad SPI Flash Controller
6
//
7
// Purpose:     A configuration file, separated from the controller file, so
8
//              that multiple files can use the same wishbone Quad Spi Flash
9
//      controller, while each having a separate configuration.  Currently,
10
//      the configuration only includes whether the flash is read only or not.
11
//      Other configuration options may be added later.
12
//
13 16 dgisselq
// Creator:     Dan Gisselquist, Ph.D.
14 8 dgisselq
//              Gisselquist Technology, LLC
15 7 dgisselq
//
16 16 dgisselq
////////////////////////////////////////////////////////////////////////////////
17 7 dgisselq
//
18 16 dgisselq
// Copyright (C) 2015-2017, Gisselquist Technology, LLC
19 7 dgisselq
//
20
// This program is free software (firmware): you can redistribute it and/or
21
// modify it under the terms of  the GNU General Public License as published
22
// by the Free Software Foundation, either version 3 of the License, or (at
23
// your option) any later version.
24
//
25
// This program is distributed in the hope that it will be useful, but WITHOUT
26
// ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
27
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
28
// for more details.
29
//
30
// You should have received a copy of the GNU General Public License along
31 16 dgisselq
// with this program.  (It's in the $(ROOT)/doc directory.  Run make with no
32 7 dgisselq
// target there if the PDF file isn't present.)  If not, see
33
// <http://www.gnu.org/licenses/> for a copy.
34
//
35
// License:     GPL, v3, as defined and found on www.gnu.org,
36
//              http://www.gnu.org/licenses/gpl.html
37
//
38
//
39 16 dgisselq
////////////////////////////////////////////////////////////////////////////////
40 7 dgisselq
//
41 16 dgisselq
//
42 7 dgisselq
`ifndef FLASH_CONFIG_V
43
`define FLASH_CONFIG_V
44
//
45
// `define      READ_ONLY
46
//
47
`endif
48
//

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.