mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 09:35:32 +00:00
test_cell: Add comment on $pmux
`-simlib` also doesn't work.
This commit is contained in:
parent
1662d75547
commit
78a6235200
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue