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: 0363735ed8ff
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: d2dbf9149009
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Aug 24, 2019

  1. Copy the full SHA
    0fe269b View commit details
  2. Copy the full SHA
    d2dbf91 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −0 .gitignore
  2. +0 −1 boneless/gateware/core.py
  3. BIN doc/design.ods
  4. +1 −1 doc/manual/insns/JAL.tex
  5. BIN doc/manual/manual.pdf
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ __pycache__/
build/
*.pyc
*.v
*.il
*.vcd
*.gtkw
*.hex
1 change: 0 additions & 1 deletion boneless/gateware/core.py
Original file line number Diff line number Diff line change
@@ -372,7 +372,6 @@ def elaborate(self, platform):

if args.type == "core-fsm+memory":
memory = Memory(width=16, depth=256)
memory.init = [0b10000_111_10101010] # MOVI R7, 0xAA
dut = CoreFSM(alsru_cls=ALSRU_4LUT, memory=memory)
ports = (
dut.o_bus_addr,
Binary file modified doc/design.ods
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/manual/insns/JAL.tex
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
\exti
\mnemonic & \op{5}{10101} & \reg{d} & \off{8} \\
\end{encoding*}
\assembly{\mnemonic{} label}
\assembly{\mnemonic{} Rd, label}
\purpose{To transfer control to a subroutine.}
\input{off8-restrictions.tex}
\begin{operation}\off{8}
Binary file modified doc/manual/manual.pdf
Binary file not shown.