代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial1.v
module serial1(q,a,clk);
output q,a;
input clk;
reg q,a;
always @(posedge clk)
begin
q=~q;
a=~q;
end
endmodule
linux-serial.c
#include
#include
#include
#include
#include
#include
#include
#include
serial.ls1
A51 MACRO ASSEMBLER SERIAL 05/04/2005 04:11:18 PAGE 1
MACRO ASSEMBLER A51 V6.14
OBJECT MODULE PLACED IN serial.OBJ
ASSEMBLER I
serial to parallel.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
serial to parallel.lnp
"Serial to Parallel.obj"
TO "Serial to Parallel"
serial to parallel.plg
礦ision3 Build Log
Project:
E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\49 Serial to Parallel\Serial to Parallel.uv2
Project File Date:
serial to parallel.lst
A51 MACRO ASSEMBLER SERIAL_TO_PARALLEL 07/31/2006 08:46:15 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Serial to Parallel.OBJ