verilog程序------逻辑门
FPGA入门实验程序 module gates1( input wire[4:1]x, output wire[6:1]z ); assign z[6]=&x; assign z[5]=~&x; assign z[4]=|x; assign z[3]=~|x; assign z[2]=^x; assign z[1]=~^x; endmodule
用户评论
推荐下载
-
verilog的串口程序
PC机上开串口调试助手,发送一个字符到开发板(中间通过串口线相连) FPGA收到字符后,回发给PC机上,在串口助手上显示
34 2019-03-18 -
数字时钟verilog程序
verilog 数字时钟程序 clock.v
35 2019-03-08 -
verilog键盘扫描程序
本程序是用Verilog语言编写的一个经典的FPGA键盘扫描源程序。
44 2019-05-21 -
Verilog的rom程序
基于FPGA的Verilog语言的rom形成程序,原理图编辑形成顶层文件。
23 2019-07-29 -
VGA显示verilog程序
显示器显示xilinxVGA显示VGA输出八色彩条实验VGA输出乒乓球实验
30 2019-05-13 -
千兆网verilog程序
Gigabit network verilog program
30 2019-06-23 -
verilog波形祝福程序
verilog 祝福程序,可自行修改内容
41 2018-12-08 -
D A转换verilog程序
此为AD5541或者ad5542的转换程序,也适合其他芯片借鉴思想
55 2018-12-26 -
slave iic程序Verilog
FPGA Salve iic verilog程序
6 2023-01-01 -
fpga spi Verilog程序
fpga spi Verilog程序 非常实用,可直接编译
33 2018-12-29
暂无评论