try2.pl

来自「自动生成VERILOG 工具」· PL 代码 · 共 18 行

PL
18
字号
use Perlilog;init;$test = template->new(name => 'test',		      tfile => 'mytest.pt');$ff = template->new(name => 'flipflop',		    tfile => 'myff.pt',		    parent => $test);interface($ff->getport('ffport'), $test->getport('testport'));execute;silos->new(name => 'silos_configfile_creator')->makesilosfile;

⌨️ 快捷键说明

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