cfelton / rhea

A collection of MyHDL cores and tools for complex digital circuit design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename the attributes in the FIFOBus interface

cfelton opened this issue · comments

The attributes (Signals) in the FIFOBus interface originally used abbreviations. Modify the attributes to use the full word.

Example,

self.write = ...
self.writedata = ...
self.read = ...
self.readdata = ...

Pull request issued for cfelton:master from forumulator:fifoattrib with the changes.