aboutsummaryrefslogtreecommitdiffstats
path: root/tests/opt/opt_expr_xnor.ys
diff options
context:
space:
mode:
authorJannis Harder <me@jix.one>2022-11-02 17:45:46 +0100
committerJannis Harder <me@jix.one>2022-11-29 19:06:45 +0100
commit661fa5ff92f19675cfd87754a99d0c5c42c9df13 (patch)
treec045e5326f7b00ae22440c51703701ba26d36ed8 /tests/opt/opt_expr_xnor.ys
parentf9db7c0599d87fa7d61b72979029c5894e3dbe6b (diff)
downloadyosys-661fa5ff92f19675cfd87754a99d0c5c42c9df13.tar.gz
yosys-661fa5ff92f19675cfd87754a99d0c5c42c9df13.tar.bz2
yosys-661fa5ff92f19675cfd87754a99d0c5c42c9df13.zip
simplemap: Map `$xnor` to `$_XNOR_` cells
The previous mapping to `$_XOR_` and `$_NOT_` predates the addition of the `$_XNOR_` cell.
Diffstat (limited to 'tests/opt/opt_expr_xnor.ys')
-rw-r--r--tests/opt/opt_expr_xnor.ys2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/opt/opt_expr_xnor.ys b/tests/opt/opt_expr_xnor.ys
index f8ef0d352..225df7076 100644
--- a/tests/opt/opt_expr_xnor.ys
+++ b/tests/opt/opt_expr_xnor.ys
@@ -32,7 +32,7 @@ select -assert-count 1 c:*
cd fine_keepdc
simplemap
opt_expr -keepdc
-select -assert-count 1 t:$_XOR_
+select -assert-count 1 t:$_XNOR_
cd
miter -equiv -flatten -make_assert -make_outputs gold coarse_keepdc miter3