3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-20 07:36:39 +00:00

test_cell: Disable $macc testing

Needs updating to `$macc_v2`.
This commit is contained in:
Krystine Sherwin 2025-04-15 15:37:40 +12:00
parent ea2c1e7ac7
commit 56abb53658
No known key found for this signature in database

View file

@ -937,7 +937,7 @@ struct TestCellPass : public Pass {
cell_types[ID($sop)] = "*";
cell_types[ID($alu)] = "ABSY";
cell_types[ID($lcu)] = "*";
cell_types[ID($macc)] = "*";
// cell_types[ID($macc)] = "*";
cell_types[ID($fa)] = "*";
for (; argidx < GetSize(args); argidx++)