2 Commits
Author SHA1 Message Date
alexmadison b994b60690 inverted TBUFs 2022-05-08 17:03:38 +02:00
alexmadison 6ed0c4bfed beefed up prsim to include AMZIOs 2022-05-08 17:03:02 +02:00
2 changed files with 10234 additions and 7 deletions
+6 -6
View File
@@ -378,8 +378,8 @@ namespace tmpl {
prs {
en => _en-
~a & ~_en -> y+
a & en -> y-
~a & ~_en -> y-
a & en -> y+
}
sizing { _en{-1}; y{-1} }
}
@@ -390,8 +390,8 @@ namespace tmpl {
prs {
en => _en-
~a & ~_en -> y+
a & en -> y-
~a & ~_en -> y-
a & en -> y+
}
sizing { _en{-2}; y{-2,2} }
}
@@ -402,8 +402,8 @@ namespace tmpl {
prs {
en => _en-
~a & ~_en -> y+
a & en -> y-
~a & ~_en -> y-
a & en -> y+
}
sizing { _en{-4}; y{-4,4} }
}
File diff suppressed because it is too large Load Diff