[libre-riscv-dev] [Bug 371] code removed by commit 12297566322355ce5fed2e2a5460bea54f69e79e
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Wed Jun 10 15:22:07 BST 2020
https://bugs.libre-soc.org/show_bug.cgi?id=371
Luke Kenneth Casson Leighton <lkcl at lkcl.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |---
Status|RESOLVED |IN_PROGRESS
--- Comment #6 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to Tobias Platen from comment #5)
> I changed my editor settings to that it that auto-detects when a file was
> changed by an external program.
great.
can you also restore this:
class DataMergerRecord(Record):
"""
{data: 128 bit, byte_enable: 16 bit}
"""
def __init__(self, name=None):
layout = (('data', 128),
('en', 16))
Record.__init__(self, Layout(layout), name=name)
#FIXME: make resetless
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-riscv-dev
mailing list