add mul unit to test_issuer
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 6 Jul 2020 22:15:55 +0000 (23:15 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 6 Jul 2020 22:15:55 +0000 (23:15 +0100)
src/soc/simple/issuer.py

index 9feafaf1f9151f66a0d403df81e675ba254fe1eb..e787df5f55190276508a057eb971b437cc15ccfe 100644 (file)
@@ -163,6 +163,7 @@ class TestIssuer(Elaboratable):
 if __name__ == '__main__':
     units = {'alu': 1, 'cr': 1, 'branch': 1, 'trap': 1, 'logical': 1,
              'spr': 1,
+             'mul': 1,
              'shiftrot': 1}
     pspec = TestMemPspec(ldst_ifacetype='bare_wb',
                          imem_ifacetype='bare_wb',