搜索:Logic Analyzer

找到约 496 项符合「Logic Analyzer」的查询结果

结果 496
https://www.eeworm.com/dl/929156.html 技术资料

松下可编程控制器模拟仿真软件设计Design of Simulation and Emulation Software of Matsushita Programmable Logic Control

本文介绍了以松下FP1 小型机系列PLC 为对象的模拟仿真软件的设计与实现,提出采用面向对象和多线程运行机制的系统实现方法。在单台电脑上,能模拟PLC 编程、实际运行和外部信号输入控制,并动态监
下载 7
·
查看 3628
https://www.eeworm.com/dl/663/151718.html VHDL/FPGA/Verilog

通用寄存器的部分代码 LIBRARY IEEE USE IEEE.STD_LOGIC_1164.ALL ENTITY traffic IS PORT(clk,sm,sb:IN bit

通用寄存器的部分代码 LIBRARY IEEE USE IEEE.STD_LOGIC_1164.ALL ENTITY traffic IS PORT(clk,sm,sb:IN bit mr,my,mg,br,by,bg:OUT bit ) END traffic
下载 142
·
查看 1716
https://www.eeworm.com/dl/684/214662.html 软件设计/软件工程

---实现的部分VHDL 程序如下。   --- elsif clk1x event and clk1x = 1 then ---if std_logic_vector(length_no)

---实现的部分VHDL 程序如下。   --- elsif clk1x event and clk1x = 1 then ---if std_logic_vector(length_no) >= “0001” and std_logic_vector(length_no) <= “1001” then -----数据帧数据由接收串行数据端移位入接收移位寄存器---rsr(0) <= rxda --- rsr(7 downto 1) <= rsr(6 downto 0) - ...
下载 179
·
查看 1186
https://www.eeworm.com/dl/655/408206.html 微处理器开发

调试通道例子。DCC is available on ARM cores which contain EmbeddedICE logic, e.g. ARM7TDMI, ARM9TDMI, etc

调试通道例子。DCC is available on ARM cores which contain EmbeddedICE logic, e.g. ARM7TDMI, ARM9TDMI, etc. DCC is accessed by the target via coprocessor 14 using the ARM instructions MCR and MRC. The two assembler source files provided are: outchan.s for Target to debugger c ...
下载 119
·
查看 1053
https://www.eeworm.com/dl/542/360849.html 其他书籍

Programmable Logic Design Quick Start Handbook 一本为初学者而写的书 菜鸟们可以当参考资料

Programmable Logic Design Quick Start Handbook 一本为初学者而写的书 菜鸟们可以当参考资料
下载 34
·
查看 1080
https://www.eeworm.com/dl/647/305834.html 嵌入式/单片机编程

EP9315 开发板手册 cirrus logic(思睿逻辑)公司在2005年推出的一款ARM920T

EP9315 开发板手册 cirrus logic(思睿逻辑)公司在2005年推出的一款ARM920T
下载 54
·
查看 1075
https://www.eeworm.com/dl/619/335860.html Linux/Unix编程

linux_1.4.x_93xx_Flash_File_System.rar可以在使用cirrus logic ARM9时提供一些有用的建议

linux_1.4.x_93xx_Flash_File_System.rar可以在使用cirrus logic ARM9时提供一些有用的建议
下载 88
·
查看 1125
https://www.eeworm.com/dl/663/391798.html VHDL/FPGA/Verilog

同一基类型的两分辨类型的赋值相容问题,各个源描述的编译顺序是:logic.vhd,assign.vhd

同一基类型的两分辨类型的赋值相容问题,各个源描述的编译顺序是:logic.vhd,assign.vhd
下载 59
·
查看 1092
https://www.eeworm.com/dl/907795.html 技术资料

8255A

8255芯片 ENTITY a8255 IS PORT( RESET : IN std_logic; CLK : IN std_logic; nCS : IN std_logic; nRD : IN std_logic; nWR : IN std_logic; A : IN std_logic_vector (1 DOWNTO 0); DIN : IN std_logic_vector (7 DOWNTO 0); PAIN ...
下载 5
·
查看 5282
https://www.eeworm.com/dl/942059.html 技术资料

VHLD

--串口通信电路 library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity sci is port(clksci: in std_logic; rxd: in std_logic; rst: in std_logic; rxdfout: out std_logic; txd: out std_logic; lpt: ...
下载 9
·
查看 4600