代码搜索:PL 有哪些应用?
找到约 10,000 项符合「PL 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/240787/13197521
pl trywb4.pl
use Perlilog;
init;
$top = template->new(name => 'top',
tfile => 'top.pt');
$test = template->new(name => 'test',
tfile => 'wb_master.pt',
parent => $top);
$unit1 = template
www.eeworm.com/read/240787/13197530
pl try1.pl
use Perlilog;
init;
$top = verilog->new(name => 'top');
$ff = template->new(name => 'flipflop',
tfile => 'myff.pt',
parent => $top);
$test = template->new(name => 'test',
tfile
www.eeworm.com/read/240787/13197532
pl try2.pl
use Perlilog;
init;
$test = template->new(name => 'test',
tfile => 'mytest.pt');
$ff = template->new(name => 'flipflop',
tfile => 'myff.pt',
parent => $test);
interface($ff->get
www.eeworm.com/read/240787/13197575
pl tryrom2.pl
use Perlilog;
inherit('rom2', 'rom2.pl', 'static');
init;
$top = template->new(name => 'top',
tfile => 'top.pt');
$test = template->new(name => 'test',
tfile => 'wb_master.pt',
www.eeworm.com/read/240787/13197582
pl rom2.pl
sub new {
my $this = shift;
my $self = $this->SUPER::new(@_);
$self->const('source', 'therom.v');
foreach my $name ('zero', 'one', 'two', 'three') {
$self->addvar($name, 'output', 'out',
www.eeworm.com/read/240787/13197630
pl trywb2.pl
use Perlilog;
init;
$top = template->new(name => 'top',
tfile => 'top.pt');
$test = template->new(name => 'test',
tfile => 'wb_master.pt',
parent => $top);
$rom1 = template-
www.eeworm.com/read/240787/13197636
pl trywb1.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->
www.eeworm.com/read/240787/13197639
pl trywb5.pl
use Perlilog;
init;
$top = template->new(name => 'top',
tfile => 'top.pt');
$test = template->new(name => 'test',
tfile => 'wb_master.pt',
parent => $top);
$rom1 = template-
www.eeworm.com/read/240787/13197643
pl trywb3.pl
use Perlilog;
init;
$top = template->new(name => 'top',
tfile => 'top.pt');
$test = template->new(name => 'test',
tfile => 'wb_master.pt',
parent => $top);
$rom1 = template-
www.eeworm.com/read/325432/13206446
h pl0.h
typedef enum{
false,
true
}bool;
#define norw 21
#define txmax 100
#define nmax 14
#define al 10
#define amax 2047
#define levmax 3
#define cxmax 200
enum symbol{
nul,