Skip to content

ECE 411 知识总结

ECE 411 Notes — Knowledge Summary

  • Others
Cross-link from Project 02 (RISC-V OoO Pipeline)

关于MP_ Design Vision

Design Vision

image-20240910163602649 image-20240910162736960 image-20240910163739932

找到对应的单元,然后进行优化

image-20240910163814785

优化Delay的两种方法:

  • 两个combinational logic之间均匀分布
  • 在combinational logic之间pipleline(加reg)

在后续设计中减少Area的方法:不用rst命令

image-20240910182809158