?? e10281_bm.vhd
字號:
----------------------------------------------------------------------------- This VHDL file is generated by EASE/VHDL from TRANSLOGIC BV,-- the 'Entity Architecture Schematics Editor for VHDL' tool.---------------------------------------------------------------------------------------------------------------------------------------------------------- Entity declaration of 'd10281_bm'.----------------------------------------------------------------------------- Drawing number : D10281-- Drawing description : Viterbi decoder core-- -- --------------------------------------------------------------- This ENTITY is automatically generated by EASE - do not edit.-- -------------------------------------------------------------LIBRARY ieee, work ;USE ieee.std_logic_1164.all ;USE ieee.std_logic_arith.all ;USE work.pfec.ALL ;USE work.d10281_pack.ALL ;ENTITY d10281_bm IS PORT( xdata : IN std_logic_vector( INPUT_WIDTH-1 DOWNTO 0 ) ; data_valid : IN std_logic; trellis_sel_in : IN std_logic_vector( 3 DOWNTO 0 ) ; tre_count_in : IN std_logic_vector( 3 DOWNTO 0 ) ; bm0 : OUT branch_metric_type ; bm1 : OUT branch_metric_type ; bm2 : OUT branch_metric_type ; bm3 : OUT branch_metric_type ; data_y : OUT std_logic_vector( 3 DOWNTO 0 ); clk_out : IN std_logic ; clk_out_enable : OUT std_logic ; trellis_sel_out: OUT std_logic_vector( 3 DOWNTO 0 ) ; tre_count_out : OUT std_logic_vector( 3 DOWNTO 0 ) ; reset_n : IN std_logic ; viterbi_init : IN std_logic ) ;END d10281_bm ;
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -