资源列表
VerilogHDL_advanced_digital_design_code_Ch5
- Verilog HDL 高级数字设计源码 _chapter5
VerilogHDL_advanced_digital_design_code_Ch4
- Verilog HDL 高级数字设计源码 _chapter4
Content_Addressable_Memory
- Content Addressable Memory 的verilog源代码。经过modelsim仿真。
Synthesizable_FIFO_verilog
- Synthesizable FIFO Model This example describes a synthesizable implementation of a FIFO. The FIFO depth and FIFO width in bits can be modified by simply changing the value of two parameters, `FWIDTH and `FDEPTH. For this example, the FIFO depth is
touchscreen
- s3c2410实验箱关于arm linux触摸屏的驱动代码和测试程序。代码非常详细有注释。
Synchronous_read_write_RAM
- Synchronous read write RAM verilog。经过modelsim se仿真。
CAN
- s3c2410 arm实验箱关于Can总线的驱动代码。代码条理清晰,注释详细。非常有价值。
i2c
- 飞利浦lpc2200实验箱关于i2c接口的驱动代码。代码非常详细有注释。
spi
- 飞利浦lpc2200实验箱关于spi接口的驱动代码。代码非常详细有注释。
DM9000
- 飞利浦lpc2200实验箱关于网络芯片DM9000的驱动代码。代码非常详细有注释。
tks2.2
- 单片机的开发环境
5.4-thread
- s3c2410实验箱关于arm linux多线程编程的实例。代码非常详细有注释。