代码搜索:Monitor
找到约 10,000 项符合「Monitor」的源代码
代码结果 10,000
www.eeworm.com/read/109800/15548148
v random_tp.v
`timescale 10ns/1ns
module random_tp;
integer data;
integer i;
parameter delay=10;
initial $monitor($time,,,"data=%b",data);
initial
begin
for(i=0; i
www.eeworm.com/read/109800/15548161
v time_dif.v
`timescale 10ns/1ns
module time_dif;
reg ts;
parameter delay=2.6;
initial
begin
#delay ts=1;
#delay ts=0;
#delay ts=1;
#delay ts=0;
end
initial $monitor($time,,,"
www.eeworm.com/read/109799/15548299
v random_tp.v
`timescale 10ns/1ns
module random_tp;
integer data;
integer i;
parameter delay=10;
initial $monitor($time,,,"data=%b",data);
initial
begin
for(i=0; i
www.eeworm.com/read/109799/15548312
v time_dif.v
`timescale 10ns/1ns
module time_dif;
reg ts;
parameter delay=2.6;
initial
begin
#delay ts=1;
#delay ts=0;
#delay ts=1;
#delay ts=0;
end
initial $monitor($time,,,"
www.eeworm.com/read/108345/15587787
s28 tsktestcfg.s28
;; Do *not* directly modify this file. It was
;; generated by the Configuration Tool; any
;; changes risk being overwritten.
;; INPUT tsktest.cdb
;; CONFIGURATION/VERSION I
www.eeworm.com/read/276391/10743519
pdf keil monitor-51仿真板的制作与使用.pdf
www.eeworm.com/read/485447/6561901
pdf how to monitor semi-natural key habitats in relation to grazing.pdf
www.eeworm.com/read/475449/6781789
pdf pragmatic project automation how to build, deploy, and monitor java applications.pdf
www.eeworm.com/read/382717/9004344
c f520_flashprimitives.c
//-----------------------------------------------------------------------------
// F520_FlashPrimitives.c
//-----------------------------------------------------------------------------
// Copyrigh