mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 03:31:24 +00:00
Refactoring of memory_bram and xilinx brams
This commit is contained in:
parent
694cc01f1d
commit
8d295730e5
6 changed files with 496 additions and 704 deletions
|
@ -53,6 +53,8 @@ int main(int argc, char **argv)
|
|||
// here means we don't care about the result.
|
||||
if (buffer1[i] == 'z' || buffer1[i] == 'x')
|
||||
continue;
|
||||
if (buffer1[i] == 'Z' || buffer1[i] == 'X')
|
||||
continue;
|
||||
|
||||
check(buffer1[i] == buffer2[i]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue