⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 conv_pkg.vhd

📁 This is the course for VHDL programming
💻 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 + -