[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
Mon Apr 29 05:16:31 BST 2019
http://bugs.libre-riscv.org/show_bug.cgi?id=64
--- Comment #33 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
fascinating. i just split out everything associated with the Stage API
into its own separate module... and there is not a single import from
nmigen anywhere in existence.
this i would consider to be a really good sign. yes, really: Stage API,
which is *handling* Combinatorial Block Processing and *defining* data
formats, has *no imports of or anything to do with nmigen*
the only evidence that it "touches" nmigen in any way is through
use of nmoperator.eq and in the case of setup() it assigns some
eq()s to m.d.comb.
the Stage API *does not Do*, it *Defines*.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-riscv-dev
mailing list