Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.36 KB

0088-2023-05-28.md

File metadata and controls

24 lines (21 loc) · 1.36 KB

28 May 2023

Previous journal: Next journal:
0087-2023-05-27.md 0089-2023-06-05.md
  • Read cocotb Quickstart guide.
  • Started working on faster LZC per this (based on this research paper).
  • This patent looks interesting but given it's a patent, I'm interested more for academic purposes.
  • Google Colab for OpenLane synth.
  • Learn more about Horner's method.
  • If we do want to store our trace distances (or heights) as something like floating-point, consider this.
  • Can optionally disable KLayout steps to improve OpenLane synth speed a bit:
    "RUN_KLAYOUT_XOR": 0,
    "RUN_KLAYOUT_DRC": 0,
  • I should try newer versions of OpenLane.
  • How to get/use the HS cells?
  • python3 run_designs.py raybox_reciprocal --regression designs/raybox_reciprocal/config.txt --threads 4