]> Witch of Git - jade-rabbit/commit
Add simulation, make address lines combinatorial
authorCassie Jones <code@witchoflight.com>
Sun, 5 Jan 2020 11:30:58 +0000 (06:30 -0500)
committerCassie Jones <code@witchoflight.com>
Sun, 5 Jan 2020 11:30:58 +0000 (06:30 -0500)
commit38a16263dcd364010a059e6ff59762564a1c2b5f
tree8a797029022a528d6c00f42c4807e969c60d8f1c
parent1e0fb7c26638f5e42fa094f69ba8b7a35100e5b5
Add simulation, make address lines combinatorial

Adding a clocked memory unit exposed a timing issue in the previous
implementation of the memory ports. When the core used synchronous
address lines, it seemed to end up interpreting a loaded value from an
LW as an instruction word.
.gitignore [new file with mode: 0644]
core.py