[libre-riscv-dev] buffered pipeline
Luke Kenneth Casson Leighton
lkcl at lkcl.net
Mon Mar 25 08:29:08 GMT 2019
On Mon, Mar 25, 2019 at 8:21 AM Jacob Lifshay <programmerjake at gmail.com> wrote:
>
> I implemented test cases for all the new stages I added to pipeline.py.
> They all pass as of commit 2271d538.
ah that's very cool. ah, looks like you may have forgotten to git
add something?
$ nosetests3 test/test_pipeline.py
File "/home/lkcl/src/libreriscv/simple-barrel-processor/src/util.py",
line 8, in <module>
from typing_extensions import Protocol
ModuleNotFoundError: No module named 'typing_extensions'
More information about the libre-riscv-dev
mailing list