w11 - vhd
0.794
W11 CPU core and support modules
Toggle main menu visibility
Main Page
Packages
Package List
Design Units
Design Unit List
Design Unit Index
Design Unit Hierarchy
Design Unit Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions/Procedures/Processes
b
c
d
e
g
h
i
n
o
p
r
s
t
w
x
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
File Members
All
t
Variables
t
▼
w11 - vhd
►
Packages
►
Design Units
▼
Files
►
File List
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Loading...
Searching...
No Matches
gsr_pulse_dummy.vhd
Go to the documentation of this file.
1
-- $Id: gsr_pulse_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
2
-- SPDX-License-Identifier: GPL-3.0-or-later
3
-- Copyright 2016- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4
--
5
------------------------------------------------------------------------------
6
-- Module Name: gsr_pulse - sim
7
-- Description: pulse GSR at startup (no action dummy for behavioral sims)
8
--
9
-- Dependencies: -
10
-- Test bench: -
11
-- Target Devices: generic
12
-- Tool versions: viv 2016.2; ghdl 0.33
13
-- Revision History:
14
-- 2016-09-17 808 1.0 Initial version
15
------------------------------------------------------------------------------
16
17
library
ieee
;
18
use
ieee.std_logic_1164.
all
;
19
20
entity
gsr_pulse
is
-- pulse GSR at startup
21
generic
(
22
GSR_WIDTH
:
Delay_length
:=
100
ns
)
;
-- GSR pulse length
23
end
gsr_pulse
;
24
25
26
architecture
sim
of
gsr_pulse
is
27
28
begin
29
30
-- dummy, for behavioral simulations without VCOMPONENTS
31
32
end
sim
;
gsr_pulse.sim
Definition:
gsr_pulse.vhd:29
gsr_pulse
Definition:
gsr_pulse.vhd:23
gsr_pulse.GSR_WIDTH
GSR_WIDTH Delay_length := 100 ns
Definition:
gsr_pulse.vhd:25
vlib
xlib
gsr_pulse_dummy.vhd
Generated on Thu Feb 9 2023 12:41:06 for w11 - vhd by
1.9.6