[libre-riscv-dev] [Bug 73] New: all nmigen module-based classes now need to derive from Elaboratable
bugzilla-daemon at libre-riscv.org
bugzilla-daemon at libre-riscv.org
Tue Apr 23 09:28:38 BST 2019
http://bugs.libre-riscv.org/show_bug.cgi?id=73
Bug ID: 73
Summary: all nmigen module-based classes now need to derive
from Elaboratable
Product: Libre Shakti M-Class
Version: unspecified
Hardware: PC
OS: Linux
Status: CONFIRMED
Severity: enhancement
Priority: ---
Component: Source Code
Assignee: lkcl at lkcl.net
Reporter: lkcl at lkcl.net
CC: libre-riscv-dev at lists.libre-riscv.org
NLnet milestone: ---
this is already going to be a *lot* of work, it would be good to
tackle this as a team (everyone pick a file, perhaps coordinate
on freenode #libreriscv)
the constructor (__init__) does not need calling, it is a metaclass,
it just needs to be added:
class RecordTest(Elaboratable):
wherever there is a def elaborate(....)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-riscv-dev
mailing list