Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: whitequark/Boneless-CPU
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0838613c35c7
Choose a base ref
...
head repository: whitequark/Boneless-CPU
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: abad3c2510cb
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 8, 2019

  1. gateware.decoder_v3: rewrite to use arch.opcode_v3(new).

    Then, delete arch.opcode_v3_old.
    
    Change: +9 LUT.
    whitequark committed Jul 8, 2019
    Copy the full SHA
    0bbd7b8 View commit details
  2. Copy the full SHA
    abad3c2 View commit details
Showing with 168 additions and 209 deletions.
  1. +0 −57 boneless/arch/opcode_v3_old.py
  2. +168 −152 boneless/gateware/decoder_v3.py
57 changes: 0 additions & 57 deletions boneless/arch/opcode_v3_old.py

This file was deleted.

Loading