From: Luke Kenneth Casson Leighton Date: Fri, 5 Mar 2021 19:14:53 +0000 (+0000) Subject: extend name of sram4k block with _wb suffix X-Git-Tag: convert-csv-opcode-to-binary~108 X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=ed559cc844018e931cf50c84245c8a73c70b0a6f;hp=5bb90038d6820e42f8dfbd9803294405f56db1cf extend name of sram4k block with _wb suffix --- diff --git a/src/soc/bus/SPBlock512W64B8W.py b/src/soc/bus/SPBlock512W64B8W.py index 264578be..e8613e55 100644 --- a/src/soc/bus/SPBlock512W64B8W.py +++ b/src/soc/bus/SPBlock512W64B8W.py @@ -22,7 +22,7 @@ class SPBlock512W64B8W(Elaboratable): granularity=8, # at 8-bit granularity features=features, alignment=0, - name=name) + name=name+"_wb") self.bus = bus self.granularity = bus.granularity