mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-20 07:36:39 +00:00
test_cell: Add comment on $pmux
`-simlib` also doesn't work.
This commit is contained in:
parent
7f68a1ebd6
commit
c04ea307ac
|
@ -1036,7 +1036,8 @@ struct TestCellPass : public Pass {
|
|||
cell_types[ID($mux)] = "*";
|
||||
cell_types[ID($bmux)] = "*";
|
||||
cell_types[ID($demux)] = "*";
|
||||
// $pmux doesn't work in sat, and is not supported with 'techmap -assert'
|
||||
// $pmux doesn't work in sat, and is not supported with 'techmap -assert' or
|
||||
// '-simlib'
|
||||
if (nosat && techmap_cmd.compare("aigmap") == 0)
|
||||
cell_types[ID($pmux)] = "*";
|
||||
cell_types[ID($bwmux)] = "A";
|
||||
|
|
Loading…
Reference in a new issue