From 8cb4de0e93ae680dbc1b94d165ebe22e1b0e8015 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 21 Mar 2020 18:58:39 +0000 Subject: [PATCH] whoops cut/paste error --- src/soc/decoder/test/test_decoder_gas.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/soc/decoder/test/test_decoder_gas.py b/src/soc/decoder/test/test_decoder_gas.py index 6485cbcf..ad4faf67 100644 --- a/src/soc/decoder/test/test_decoder_gas.py +++ b/src/soc/decoder/test/test_decoder_gas.py @@ -428,8 +428,8 @@ class DecoderTestCase(FHDLTestCase): print("code", mode, hex(ibin), bin(ibin)) # ask the decoder to decode this binary data (endian'd) - yield pdecode2.dec.bigendian.eq(endian) # little / big? - yield instruction.eq(ibin) # raw binary instr. + yield pdecode2.dec.bigendian.eq(mode) # little / big? + yield instruction.eq(ibin) # raw binary instr. yield Delay(1e-6) yield from checker.check_results(pdecode2) -- 2.30.2