cfelton / rhea

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

Rename the attributes in the FIFOBus interface #10

Closed cfelton closed 8 years ago

cfelton commented 8 years ago

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 = ...
gcc42 commented 8 years ago

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