aboutsummaryrefslogtreecommitdiffstats
path: root/sn76489-1.0/sn76489_tone-c.vhd
blob: 119e2f347f3e7f4267fff4dc7b412cfb4eadc91a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
-------------------------------------------------------------------------------
--
-- Synthesizable model of TI's SN76489AN.
--
-- $Id: sn76489_tone-c.vhd,v 1.2 2005/10/10 22:12:38 arnim Exp $
--
-------------------------------------------------------------------------------

configuration sn76489_tone_rtl_c0 of sn76489_tone is

  for rtl

    for attenuator_b : sn76489_attenuator
      use configuration work.sn76489_attenuator_rtl_c0;
    end for;

  end for;

end sn76489_tone_rtl_c0;