⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 trywb1.pl

📁 自动生成VERILOG 工具
💻 PL
字号:
use Perlilog;init;$top = template->new(name => 'top',		      tfile => 'top.pt');$test = template->new(name => 'test',		      tfile => 'wb_master.pt',		      parent => $top);$rom = template->new(name => 'rom',		     tfile => 'simple_rom.pt',		     parent => $top);interface($rom->getport('wbport'), $test->getport('wbport'),	  $top->getport('clkrst'));execute;silos->new(name => 'silos_configfile_creator')->makesilosfile;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -