https://mp.weixin.qq.com/s/aXxgzWwh6unuztjgyVX0iQ 简单介绍RegMapper的实现. 1. 简单介绍 RegMapper使用指定的输入接口,为一组寄存器生成读写访问逻辑. 2. RegMapperParams 定义RegMapper需要的参数: a. indexBits:索引号占用的位数: b. maskBits:数据掩码的位数: c. extraBits:额外参数的位数: 3. RegMapperInput 访问逻辑使用的输入接口: a. re
Verilog 常见错误汇总 1.Found clock-sensitive change during active clock edge at time <time> on register "<name>" 原因:vector source file中时钟敏感信号(如:数据,允许端,清零,同步加载等)在时钟的边缘同时变化.而时钟敏感信号是不能在时钟边沿变化的.其后果为导致结果不正确. 措施:编辑vector source file 2.Verilog HD