3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +00:00

Improve simplec back-end

This commit is contained in:
Clifford Wolf 2017-05-12 22:36:53 +02:00
parent 7931e1ebb4
commit ef7594ce3d
3 changed files with 79 additions and 13 deletions

View file

@ -16,7 +16,7 @@ int main()
struct test_state_t state;
uint32_t a, b, c, x, y, z;
for (int i = 0; i < 100; i++)
for (int i = 0; i < 10; i++)
{
a = xorshift32();
b = xorshift32();