From: Tobias Platen Date: Fri, 3 Apr 2020 08:32:18 +0000 (+0200) Subject: fix power_pseudo.py to work with latest nmigen X-Git-Tag: div_pipeline~1560 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b01f6bc0ad28cda131beae33e5fe338daaf5e9ea;p=soc.git fix power_pseudo.py to work with latest nmigen --- diff --git a/src/soc/decoder/power_pseudo.py b/src/soc/decoder/power_pseudo.py index 317ab5da..208fa443 100644 --- a/src/soc/decoder/power_pseudo.py +++ b/src/soc/decoder/power_pseudo.py @@ -213,7 +213,7 @@ def test(): sim.add_process(process) with sim.write_vcd("simulator.vcd", "simulator.gtkw", - traces=[decode.ports()]): + traces=decode.ports()): sim.run() for i in range(len(gsc.gpr)):