mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 03:15:50 +00:00
ql_dsp_simd: Remove array usage failing VS build
This commit is contained in:
parent
de61ff848c
commit
c68fd85b9c
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ struct QlDspSimdPass : public Pass {
|
|||
|
||||
static bool is_cascade(const Cell* cell)
|
||||
{
|
||||
std::array cascade_ports {
|
||||
static const std::vector<IdString> cascade_ports = {
|
||||
ID(a_cout_o),
|
||||
ID(b_cout_o),
|
||||
ID(z_cout_o),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue