📄 config_controller.vhd
字号:
-------------------------------------------------------------------------------
-- --
-- Title : config_controller.vhd --
-- Modified : 04/03/2005 --
-- Author : Altera Component Applications --
-- --
-------------------------------------------------------------------------------
--
-- Description: This design allows for configuration from multiple pages
-- with either the Stratix PGM pins (remote/local) or the Dipswitch (MPGM pins)
-- as the page select source(non-remote/local).
-- It can configure stratix II board. Some customization of the code is required
-- in order to work on specified board. Please refer to below description.
--
-- Note:
-- 1. This design has some additional features beyond what is described in the note.
-- 2. When max_en is '1' the MAX device will NOT attempt to configure the device
-- 3. All LEDs indication board specific, user can customize or comment out the "LED_DRIVER" portion of code.
-- 4. User has to define the flash start address based on user system requirement. Refer to "user defined page start address" portion of code
-- 5. In PS mode, fpga_DATA(7 downto 1) is not required. (user can remove this pin in other configuration mode)
-- 6. In PPA mode, fpga_DCLK is not required. (user can remove this pin in other configuration mode)
-- 7. fpga_CS, fpag_nCS, fpga_nWS and fpga_nRS is only required in PPA mode. (user can remove this pin in other configuration mode)
-- 8. If "Enable INIT_DONE Output" option is turn on in QII, assign "INIT_DONE_FEATURE" parameter to "1".
-- 9. "INIT_DCLK_CNT" parameter is the additonal DCLK signal after the configuration cycle.
--
--
--Refer to documentation for details on functionality of this design.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
--Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -