summaryrefslogtreecommitdiff
path: root/FPGA/sound_gene/codec_dac.bsf
diff options
context:
space:
mode:
Diffstat (limited to 'FPGA/sound_gene/codec_dac.bsf')
-rw-r--r--FPGA/sound_gene/codec_dac.bsf113
1 files changed, 0 insertions, 113 deletions
diff --git a/FPGA/sound_gene/codec_dac.bsf b/FPGA/sound_gene/codec_dac.bsf
deleted file mode 100644
index 695e7d0..0000000
--- a/FPGA/sound_gene/codec_dac.bsf
+++ /dev/null
@@ -1,113 +0,0 @@
1/*
2WARNING: Do NOT edit the input and output ports in this file in a text
3editor if you plan to continue editing the block that represents it in
4the Block Editor! File corruption is VERY likely to occur.
5*/
6/*
7Copyright (C) 1991-2013 Altera Corporation
8Your use of Altera Corporation's design tools, logic functions
9and other software and tools, and its AMPP partner logic
10functions, and any output files from any of the foregoing
11(including device programming or simulation files), and any
12associated documentation or information are expressly subject
13to the terms and conditions of the Altera Program License
14Subscription Agreement, Altera MegaCore Function License
15Agreement, or other applicable license agreement, including,
16without limitation, that your use is for the sole purpose of
17programming logic devices manufactured by Altera and sold by
18Altera or its authorized distributors. Please refer to the
19applicable agreement for further details.
20*/
21(header "symbol" (version "1.1"))
22(symbol
23 (rect 16 16 272 160)
24 (text "codec_dac" (rect 5 0 48 12)(font "Arial" ))
25 (text "inst" (rect 8 128 20 140)(font "Arial" ))
26 (port
27 (pt 0 32)
28 (input)
29 (text "clk" (rect 0 0 10 12)(font "Arial" ))
30 (text "clk" (rect 21 27 31 39)(font "Arial" ))
31 (line (pt 0 32)(pt 16 32)(line_width 1))
32 )
33 (port
34 (pt 0 48)
35 (input)
36 (text "resetn" (rect 0 0 24 12)(font "Arial" ))
37 (text "resetn" (rect 21 43 45 55)(font "Arial" ))
38 (line (pt 0 48)(pt 16 48)(line_width 1))
39 )
40 (port
41 (pt 0 64)
42 (input)
43 (text "go" (rect 0 0 9 12)(font "Arial" ))
44 (text "go" (rect 21 59 30 71)(font "Arial" ))
45 (line (pt 0 64)(pt 16 64)(line_width 1))
46 )
47 (port
48 (pt 0 80)
49 (input)
50 (text "data_in[data_width-1..0]" (rect 0 0 90 12)(font "Arial" ))
51 (text "data_in[data_width-1..0]" (rect 21 75 111 87)(font "Arial" ))
52 (line (pt 0 80)(pt 16 80)(line_width 3))
53 )
54 (port
55 (pt 256 32)
56 (output)
57 (text "tempo_dac" (rect 0 0 44 12)(font "Arial" ))
58 (text "tempo_dac" (rect 191 27 235 39)(font "Arial" ))
59 (line (pt 256 32)(pt 240 32)(line_width 1))
60 )
61 (port
62 (pt 256 48)
63 (output)
64 (text "end_dac" (rect 0 0 34 12)(font "Arial" ))
65 (text "end_dac" (rect 201 43 235 55)(font "Arial" ))
66 (line (pt 256 48)(pt 240 48)(line_width 1))
67 )
68 (port
69 (pt 256 64)
70 (output)
71 (text "codec_dac_bclk" (rect 0 0 64 12)(font "Arial" ))
72 (text "codec_dac_bclk" (rect 171 59 235 71)(font "Arial" ))
73 (line (pt 256 64)(pt 240 64)(line_width 1))
74 )
75 (port
76 (pt 256 80)
77 (output)
78 (text "codec_dac_data" (rect 0 0 66 12)(font "Arial" ))
79 (text "codec_dac_data" (rect 169 75 235 87)(font "Arial" ))
80 (line (pt 256 80)(pt 240 80)(line_width 1))
81 )
82 (port
83 (pt 256 96)
84 (output)
85 (text "codec_dac_lrck" (rect 0 0 63 12)(font "Arial" ))
86 (text "codec_dac_lrck" (rect 172 91 235 103)(font "Arial" ))
87 (line (pt 256 96)(pt 240 96)(line_width 1))
88 )
89 (parameter
90 "system_frequency"
91 "50000000.0"
92 ""
93 (type "PARAMETER_SIGNED_FLOAT") )
94 (parameter
95 "sample_rate"
96 "48000.0"
97 ""
98 (type "PARAMETER_SIGNED_FLOAT") )
99 (parameter
100 "data_width"
101 "16"
102 ""
103 (type "PARAMETER_SIGNED_DEC") )
104 (parameter
105 "channel_num"
106 "2"
107 ""
108 (type "PARAMETER_SIGNED_DEC") )
109 (drawing
110 (rectangle (rect 16 16 240 128)(line_width 1))
111 )
112 (annotation_block (parameter)(rect 272 -64 372 16))
113)