📄 conv_pkg.vhd
字号:
library IEEE;use IEEE.STD_LOGIC_1164.ALL;package conv_func is function to_bitvect(slv:STD_LOGIC_VECTOR) return bit_vector;end conv_func;package body conv_func isfunction to_bitvect(slv:STD_LOGIC_VECTOR) return bit_vector is begin return to_bitvector(slv); end to_bitvect;end package body conv_func;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -