From: Luke Kenneth Casson Leighton Date: Fri, 3 Apr 2020 15:22:23 +0000 (+0100) Subject: add test of brackets to stop newline inclusion X-Git-Tag: div_pipeline~1555 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c45807d41f7f1f7e6a4bd65cc19640bbb6c28e13;p=soc.git add test of brackets to stop newline inclusion --- diff --git a/src/soc/decoder/power_pseudo.py b/src/soc/decoder/power_pseudo.py index 07715f6e..32479e57 100644 --- a/src/soc/decoder/power_pseudo.py +++ b/src/soc/decoder/power_pseudo.py @@ -74,7 +74,8 @@ RA[0:1] <- 0b11 """ cmpi = """ -in_range <- (x | y) & (a | b) +in_range <- ((x | y) & + (a | b)) in_range <- (x + y) - (a + b) """