mk_lancelot_vga.pl
来自「基于FPGA的VGA控制器设计。对外支持普通VGA接口」· PL 代码 · 共 11 行
PL
11 行
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 + =
减小字号Ctrl + -
显示快捷键?