_primary.vhd
来自「32位单精度浮点加法器」· VHDL 代码 · 共 12 行
VHD
12 行
library verilog;use verilog.vl_types.all;entity glbl is generic( ROC_WIDTH : integer := 100000; TOC_WIDTH : integer := 0 ); attribute mti_svvh_generic_type : integer; attribute mti_svvh_generic_type of ROC_WIDTH : constant is 1; attribute mti_svvh_generic_type of TOC_WIDTH : constant is 1;end glbl;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?