Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 837 Bytes

0179-2023-11-30.md

File metadata and controls

22 lines (18 loc) · 837 Bytes

30 Nov 2023

Previous journal: Next journal:
0178-2023-11-28.md 0180-2023-12-01.md

Quick update re GFMPW-1 attempts

  • Put MPW9's ~/.bashrc env var extensions into a separate script.
  • Alias (function) for git clone git@github.com:algofoogle/:
    function gcanton() {
        set -x
        git clone git@github.com:algofoogle/$@
        set +x
    }
  • More TIPs (and links) for handy setup stuff including improving MPW9 VM, initial setup guides, etc.
  • Try to create a bad design that fails timing requirements, even using a wide in/out bus for the macro.
  • Make all of the raybox-zero parts more modular (macros) to really stress-test them but also make them individually testable in an MPW.
  • Remove all debug stuff