📄 mk_lancelot_vga.pl
字号:
use europa_all;
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, "lancelot_vga");
generator_copy_files_and_set_system_ptf ("simulation_and_quartus",("lancelot_vga.vhd", "lancelot_fifo.vhd", "lancelot_dpram_256x24.vhd", "lancelot_dpram_256x32.vhd"));
generator_end ();
exit (0);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -