📄 e10281_sm.vhd
字号:
----------------------------------------------------------------------------- This VHDL file is generated by EASE/VHDL from TRANSLOGIC BV,-- the 'Entity Architecture Schematics Editor for VHDL' tool.---------------------------------------------------------------------------------------------------------------------------------------------------------- Entity declaration of 'd10281_sm'.----------------------------------------------------------------------------- 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_sm IS PORT( reset_n : IN std_logic ; clk_out : IN std_logic ; bm0 : IN branch_metric_type ; bm1 : IN branch_metric_type ; bm2 : IN branch_metric_type ; bm3 : IN branch_metric_type ; data_y : IN std_logic_vector( 3 DOWNTO 0 ); decision : OUT decision_vector_type ; out_y : OUT std_logic_vector( trellis_width-1 DOWNTO 0 ); clk_out_enable : IN std_logic ; trellis_sel : IN std_logic_vector( 3 DOWNTO 0 ); viterbi_init : IN std_logic ) ;END d10281_sm ;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -