3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-23 22:33:41 +00:00

simplemap: Map $xnor to $_XNOR_ cells

The previous mapping to `$_XOR_` and `$_NOT_` predates the addition of
the `$_XNOR_` cell.
This commit is contained in:
Jannis Harder 2022-11-02 17:45:46 +01:00
parent f9db7c0599
commit 661fa5ff92
3 changed files with 5 additions and 20 deletions

View file

@ -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