3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 09:35:32 +00:00

Improve extract_reduce further

This commit is contained in:
Akash Levy 2025-02-13 21:40:04 -08:00
parent 9cc82c7044
commit 8369792e03
2 changed files with 23 additions and 12 deletions

View file

@ -1,4 +1,8 @@
{
"editor.tabSize": 2,
"editor.insertSpaces": false
}
"editor.insertSpaces": false,
"files.associations": {
"deque": "cpp",
"__config": "cpp"
}
}