userdata.vhd
来自「nand flash NAND01GR3B (st)的仿真模型 (VHDL) 的」· VHDL 代码 · 共 59 行
VHD
59 行
-- -- _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/-- _/ _/ ____________________________________________ -- _/ _/ / / -- _/_/ _/ / NAND01GR3B / -- _/_/_/ _/ / / -- _/_/ _/ / 1Gbit / -- _/_/ _/ / 8 bit, 2112 Byte Page, 1.8 V, NAND / -- _/ _/ / / -- _/ _/ / VHDL Behavioral Model / -- _/ _/ / Version 3.0 / -- _/_/ _/ / /-- _/_/_/ _/ / Copyright (c) 2006 STMicroelectronics / -- _/_/_/ _/ /___________________________________________/ -- _/_/_/_/_/ _/ -- ------------------------------------------------- -- -- -- User Data definition file : -- -- -- -- here the user can choose the device ---- -- ----------------------------------------------- package UserData is type DeviceName is ( NAND01GR3B, NAND01GW3B, NAND01GR4B2A, NAND04GW3B2B ); -- current device constant currentDevice : DeviceName := NAND01GR3B ; constant memory_file : string := "./memory_file_01Gx3Bxx" ; constant isDebug : boolean := true; constant timingCheck_on : boolean := true;end UserData;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?