aspirinnnnn
Member level 1
- Joined
- Jan 4, 2012
- Messages
- 33
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Location
- Beijing,China
- Activity points
- 1,511
i want to use verilog to simulate a CMOS image sensor in testbench ,i use readmemb to load a image into a 2d reg array (ex: [7:0] Image_array [4095:0] ),but "this particular" image sensor only have one frame of image. is there any way i could use verilog to update the Image_array,so that the image in the sensor can update?