[libre-riscv-dev] [Bug 64] data handling / io control / data routing API needed

bugzilla-daemon at libre-riscv.org bugzilla-daemon at libre-riscv.org
Sat Apr 27 15:15:36 BST 2019


http://bugs.libre-riscv.org/show_bug.cgi?id=64

--- Comment #19 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to Jacob Lifshay from comment #8)

> > * o_ready and
> > * i_valid names were selected due to their vertical alignment.
> >   this increases code clarity.
> we can use _inp and _out or _i and _o. I think we should have the name first
> (direction second) because the name is the most important part

 yep i like that, it's also a convention used in ariane, to put the
 _o and _i as suffixes on signal names.

 i did a massive system-wide global/search/replace set of commits,
this one was i_data/o_data --> data_i/data_o

https://git.libre-riscv.org/?p=ieee754fpu.git;a=commitdiff;h=527ca98dabd8fdfad8a5f58f2d3cd859bd0443b5

unit tests all still pass (must clean those up so can just run "make"...
*sigh*)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-riscv-dev mailing list