?? mk_user_logic_camelot_sd_controller.pl
字號(hào):
use strict; # keeps us honest
use generator_library; # includes all the code we'll need???
generator_enable_mode ("terse");
generator_begin (@ARGV);
generator_make_module_wrapper(1, "sd_host");
generator_copy_files_and_set_system_ptf ("simulation_and_quartus",
("crc_unit_7.v","fifo_buffer.v","sd_controller.v","sd_host.v"));
generator_end ();
exit (0);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -