代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial_pal.v
module serial_pal(clk,reset,en,in,out);
input clk,reset,en,in;
output[3:0] out;
reg[3:0] out;
always @(posedge clk)
begin
if(reset) out
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
usb_to_serial.vbp
Type=Exe
Form=USB_to_Serial.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\WINDOWS\SYSTEM\stdole2.tlb#OLE Automation
Module=Module1; Module1.bas
Object=Paint.Picture; MSPAI
usb_to_serial.frm
VERSION 5.00
Begin VB.Form Form1
BorderStyle = 1 'Fixed Single
Caption = """USB to Serial Example"""
ClientHeight = 3720
ClientLeft = 45
ClientTop
usb_to_serial.vbw
Form1 = 132, 132, 667, 572, Z, 110, 110, 645, 550, C
Module1 = 44, 44, 568, 484,
usb_to_serial.hex
:20000000801B8052801A808386BF80CC80E4801A801A801A801A844C801A7319012AFF1940
:20002000B83019001CFF2A26320026D02619000D802A1F19102AF219AB2A0819FF3120195A
:20004000012A2019012A2119032A1219802A107281402
usb_to_serial.asm
;****************************************************************
; FILE: USB_TO_SERIAL.ASM
;****************************************************************
XPAGEON
;*************************
usb_to_serial.lst
CYASM Version 1.96
(C) 1998,1999,2000,2001 Cypress Semiconductor Corp.
;****************************************************************
; FILE: USB_TO_SERIAL.ASM