?? e10281_obf.vhd
字號:
----------------------------------------------------------------------------- This VHDL file is generated by EASE/VHDL from TRANSLOGIC BV,-- the 'Entity Architecture Schematics Editor for VHDL' tool.---------------------------------------------------------------------------------------------------------------------------------------------------------- Entity declaration of 'd10281_obf'.----------------------------------------------------------------------------- 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_obf IS PORT( reset_n : IN std_logic ; clk_obf : IN std_logic ; viterbi_init : IN std_logic ; data_en : IN std_logic ; trellis_index : IN std_logic_vector( 3 DOWNTO 0 ); data_in : IN std_logic_vector( 1 DOWNTO 0 ) ; data_valid : OUT std_logic ; data_out : OUT std_logic_vector( 7 DOWNTO 0 ) ) ;END d10281_obf ;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -