登录
首页 » Verilog » 模拟Sim的简单代码

模拟Sim的简单代码

于 2022-10-09 发布 文件大小:7.06 kB
0 209
下载积分: 2 下载次数: 1

代码说明:

module example_3_1(A, B, C, D, E);        output D, E;    input  A, B, C;    wire   w1;    and G1(w1, A, B);    not G2(E, C);    or  G3(D, w1, E); endmodule

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 数字钟
    数字钟(Digital clock)
    2018-02-27 21:34:28下载
    积分:1
  • fm_parcial
    this is a simulation fm in simulink mathlab this is one program with pll
    2012-11-30 10:02:10下载
    积分:1
  • 数字信号处理的FPGA实现(第4版)源码
    说明:  数字信号处理的FPGA实现(第4版)的配套源码,极具参考价值。(The source code of the realization of digital signal processing on FPGA (4th edition) is of great reference value.)
    2021-01-16 23:08:50下载
    积分:1
  • VCS使用中文教程
    说明:  vcs中文使用教程,帮助你快速入门Linux下的VCS操作(VCs Chinese tutorial to help you get started with VCs operation under Linux)
    2020-07-01 23:00:02下载
    积分:1
  • sobel_filter_zx1809_v10
    说明:  图像边缘检测,图像中值滤波和MATLAB处理(Digital Image processing based on FPGA)
    2019-05-22 13:46:59下载
    积分:1
  • wave_coif3
    滤波器的实现,总共为4种,是简单的coif3滤波器的实现方法(The implementation of the filter, a total of 4, is a simple coif3 filter implementation method)
    2018-03-24 21:05:14下载
    积分:1
  • 12232-LCD
    12232型号LCD液晶屏显示程序,简单易懂(12232 Model LCD screen display program, easy to understand)
    2013-06-09 10:26:27下载
    积分:1
  • FIR
    FIR滤波器的VHDL源代码及测试文件,已通过编译仿真,绝对正确。(FIR filter VHDL source code and test files, has passed the compiled simulation, absolutely correct.)
    2021-04-15 11:08:54下载
    积分:1
  • VerilogHDL
    本书简要介绍了Verilog硬件描述语言的基础知识,包括语言的基本内容和基本结构 ,以及利用该语言在各种层次上对数字系统的建模方法。书中列举了大量实例,帮助读者掌握语言本身和建模方法,对实际数字系统设计也很有帮助。本书是Verilog HDL的初级读本,适用于作为计算机、电子、电气及自控等专业相关课程的教材,也可供有关的科研人员作为参考书。(This book briefly introduces the Verilog hardware description language basics, including basic elements of language and basic structure, and the use of the language at various levels on the digital system modeling. The book lists a large number of examples to help readers master the language itself and the modeling of the actual digital system design is also helpful. Verilog HDL book is a primer for a computer, electronic, electrical and automatic control and other specialized courses related to materials, but also for the researchers as a reference.)
    2010-05-11 19:54:29下载
    积分:1
  • 用FPGA控制nrf24l01的收发消息。
    该文件中包括整套的用FPGA控制的nrf24l01的收发消息功能。通过用温度传感器ds18b20,在一个FPGA中测出温度,然后用无线nrf24l01发送出,在另外一个FPGA中的nrf24l01中接收发送过来的数据,并进行处理,并将测试出的温度数据用数码管读出。该文件为整套代码,在ep4ce22f17中测试成功。
    2022-04-27 23:17:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载