自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 Async FIFO

why gray code?in binary code :      FIFO address  从 010  变到  001 时由于亚稳态 , 010 可能变成 011 或者 000 或者 010 或者 001 当变成 010 或者 001 时FIFO 空满的逻辑判断不会出错,而变成 011 或者 000 时FIFO 的逻辑判断会出错,这是不可取的。而用gray code, 相...

2018-09-13 16:01:31 326

原创 verilog中reg类型的 output 真的就是 register 吗?

当 reg 类型 output 只在 combinational block里,则 output 其实是“wire型”,只有当output在sequencial block里才是真的register.

2018-06-25 11:21:29 5412

转载 cache VS buffer

Cache vs BufferBoth cache and buffer are temporary storage areas but they differ in many ways. The buffer is mainly found in ram and acts as an area where the CPU can store data temporarily, for examp...

2018-06-08 13:17:31 156

转载 cache buffer SRAM DRAM

They are all memory - devices that remember information. They are really more descriptive terms, and there’s a lot of overlap between them.Main memory - memory that makes up most of the memory capacit...

2018-06-08 13:00:31 317

转载 modelsim

2018-05-17 10:02:26 393

转载 [Debug]modelsim simulation error,vsim:3053

2018-05-17 09:41:41 951 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除