aboutsummaryrefslogtreecommitdiffstats
path: root/sn76489-1.0/sn76489_tone-c.vhd
diff options
context:
space:
mode:
Diffstat (limited to 'sn76489-1.0/sn76489_tone-c.vhd')
-rw-r--r--sn76489-1.0/sn76489_tone-c.vhd19
1 files changed, 19 insertions, 0 deletions
diff --git a/sn76489-1.0/sn76489_tone-c.vhd b/sn76489-1.0/sn76489_tone-c.vhd
new file mode 100644
index 0000000..119e2f3
--- /dev/null
+++ b/sn76489-1.0/sn76489_tone-c.vhd
@@ -0,0 +1,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;