cfelton / rhea

A collection of MyHDL cores and tools for complex digital circuit design
MIT License
85 stars 34 forks source link

Renamed the attributes in the system/stream/FIFOBus interface. #11

Closed gcc42 closed 8 years ago

gcc42 commented 8 years ago

The attributes for the cores/fifo/fifo_intf have been left unchanged, whereas all the files using the stream/FIFOBus object interface have been suitably updated.

gcc42 commented 8 years ago

The Travis CI build suggest that there are still some errors, will resolve them tomorrow.

gcc42 commented 8 years ago

Fixed errors, both the local and Travis-CI tests are passing(the errors are unrelated to renaming)

cfelton commented 8 years ago

Hmmm, that is odd - why is travis failing, I see that it timeout but it doesn't on the main branch so it shouldn't here. I have had to restart (rerun it again) travis in the past, I will see if I can do that with this CI.

cfelton commented 8 years ago

travis is passing now and all I did was restart the test, that seems to happen often with this set of tests and I have seen it happen on other repos as well.