3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 01:54:10 +00:00
yosys/backends/btor
George Rennie 6ab3931964 write_btor: only initialize array with const value when it is fully def
* If all addresses of an array have the same initial value, they can be
  initialized in one go in btor with the constraint that the initial
  value must be fully const and thus can't have undef bits in
2024-10-09 15:07:56 +02:00
..
.gitignore Add missing gitignores for test artifacts 2020-08-31 19:43:51 +02:00
btor.cc write_btor: only initialize array with const value when it is fully def 2024-10-09 15:07:56 +02:00
Makefile.inc Add skeleton for new BTOR back-end 2017-11-23 06:38:57 +01:00
test_cells.sh tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00