[Libre-soc-dev] daily kan-ban update 10may2021
Luke Kenneth Casson Leighton
lkcl at lkcl.net
Mon May 10 18:34:04 BST 2021
On Mon, May 10, 2021 at 6:31 PM Tobias Platen
<libre-soc at platen-software.de> wrote:
>
> today: translated some lines from vhdl to nmigen
> https://git.libre-soc.org/?p=soc.git;a=commitdiff;h=363b4860e1a506c55a8b692a979c8791c8cca02f
yeah that looks really good. style-wise: "with
m.If(self.instr_fault==0):" we use "with m.If(~self.instr_fault)"
instead because it saves on a compare gate.
l.
More information about the Libre-soc-dev
mailing list