代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial2.v
module serial2(q,a,clk);
output q,a;
input clk;
reg q,a;
always @(posedge clk)
begin
a=~q;
q=~q;
end
endmodule
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
tx_serial.inc
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: TX_SERIAL.inc
;; Vers
tx_serial.lis
0000 ;;*****************************************************************************
0000 ;;*****************************************************************************
0000
tx_serial.o
XH
H 2 areas 1A global symbols
M tx_serial.asm
A text size 0 flags 0
A UserModules size 17 flags 0
dbfile lib/tx_serial.asm
dbfunc 0 ? 0 I
dbline 50 0
dbline 51 3
dbline 6B 4
dbline 6C 7
db
tx_serial.h
//*****************************************************************************
//*****************************************************************************
// FILENAME: TX_SERIAL.h
// Versio
tx_serial.asm
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: TX_SERIAL.asm
;; Vers
tx_serial.h
//*****************************************************************************
//*****************************************************************************
// FILENAME: TX_SERIAL.h
// Versio
tx_serial.asm
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: TX_SERIAL.asm
;; Vers
tx_serial.inc
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: TX_SERIAL.inc
;; Vers