_primary.vhd

来自「用verilog鉴定10010序列」· VHDL 代码 · 共 15 行

VHD
15
字号
library verilog;use verilog.vl_types.all;entity lpm_constant is    generic(        lpm_width       : integer := 1;        lpm_cvalue      : integer := 0;        lpm_strength    : string  := "UNUSED";        lpm_type        : string  := "lpm_constant";        lpm_hint        : string  := "UNUSED"    );    port(        result          : out    vl_logic_vector    );end lpm_constant;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?