w11 - vhd
0.794
W11 CPU core and support modules
Loading...
Searching...
No Matches
sys_conf_sim.vhd
Go to the documentation of this file.
1
-- $Id: sys_conf_sim.vhd 1181 2019-07-08 17:00:50Z mueller $
2
-- SPDX-License-Identifier: GPL-3.0-or-later
3
-- Copyright 2011- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4
--
5
------------------------------------------------------------------------------
6
-- Package Name: sys_conf
7
-- Description: Definitions for tb_nexys2_fusp_dummy (for simulation)
8
--
9
-- Dependencies: -
10
-- Tool versions: xst 13.1; ghdl 0.29
11
-- Revision History:
12
-- Date Rev Version Comment
13
-- 2011-12-23 444 1.0 Initial version
14
------------------------------------------------------------------------------
15
16
library
ieee
;
17
use
ieee.std_logic_1164.
all
;
18
19
use
work.
slvtypes
.
all
;
20
21
package
sys_conf
is
22
23
constant
sys_conf_clkfx_divide
:
positive
:=
2
;
24
constant
sys_conf_clkfx_multiply
:
positive
:=
3
;
-- ==> 75 MHz
25
26
-- derived constants
27
28
constant
sys_conf_clksys
:
integer
:=
29
(
50000000
/
sys_conf_clkfx_divide
)
*
sys_conf_clkfx_multiply
;
30
constant
sys_conf_clksys_mhz
:
integer
:=
sys_conf_clksys
/
1000000
;
31
32
end
package
sys_conf
;
33
slvtypes
Definition:
slvtypes.vhd:28
sys_conf
Definition:
sys_conf_sim.vhd:21
sys_conf.sys_conf_clksys
integer :=(( 100000000/ sys_conf_clksys_vcodivide)* sys_conf_clksys_vcomultiply)/ sys_conf_clksys_outdivide sys_conf_clksys
Definition:
sys_conf_sim.vhd:34
sys_conf.sys_conf_clkfx_divide
positive := 2 sys_conf_clkfx_divide
Definition:
sys_conf_sim.vhd:23
sys_conf.sys_conf_clksys_mhz
integer := sys_conf_clksys/ 1000000 sys_conf_clksys_mhz
Definition:
sys_conf_sim.vhd:37
sys_conf.sys_conf_clkfx_multiply
positive := 3 sys_conf_clkfx_multiply
Definition:
sys_conf_sim.vhd:24
bplib
nexys2
tb
sys_conf_sim.vhd
Generated on Thu Feb 9 2023 12:41:05 for w11 - vhd by
1.9.6