blob: d5ec2129a2cf526542679af985a7890847203496 (
plain)
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
|
---------------------------------------------------------------------------------------------------------------------------------------------
-- Chapter 23 - Case Study 4: Communications System
---------------------------------------------------------------------------------------------------------------------------------------------
-- Filename Primary Unit Secondary Unit Figure/Section
----------- ------------ -------------- --------------
bfsk.vhd entity bfsk behavioral Figure 23-3
bfsk_wa.vhd entity bfsk_wa behavioral --
MeasFreq.vhd entity MeasFreq ThresDetect Figure 23-5
v_BPF.vhd entity v_BPF behavioral Figure 23-8
v_Sum.vhd entity v_Sum behavioral Figure 23-9
PLL.vhd entity PLL behavioral Figure 23-12
---------------------------------------------------------------------------------------------------------------------------------------------
-- TestBenches
---------------------------------------------------------------------------------------------------------------------------------------------
-- Filename Primary Unit Secondary Unit Tested Model
------------ ------------ -------------- ------------
tb_pll.vhd entity tb_pll tb_pll PLL.vhd
tb_CS4_CommSys_PLL.vhd entity VCOAnalog behavioral
-- entity vLeadLag behavioral
-- entity vMult behavioral
-- entity PLL PLL
-- entity bfsk behavioral
-- entity vLPF_2nd behavioral
-- entity MeasFreq ThresDetect
-- entity a2d_bit ideal
-- entity tb_CS4_CommSys_PLL TB_CS4_CommSys_PLL
tb_CS4_CommSys_det.vhd entity capacitor ideal
-- entity resistor ideal
-- entity diode ideal
-- entity EnvDetect EnvDetect
-- entity bfsk behavioral
-- entity vSum behavioral
-- entity vLPF_2nd behavioral
-- entity vBPF behavioral
-- entity MeasFreq ThresDetect
-- entity a2d_bit ideal
-- entity tb_CS4_CommSys_det TB_CS4_CommSys_det
|