m-labs / migen

A Python toolbox for building complex digital hardware
https://m-labs.hk/migen
Other
1.18k stars 212 forks source link

Warning from examples/sim/memory.py #22

Closed mithro closed 8 years ago

mithro commented 9 years ago
migen/examples/sim$ python3 memory.py 
WARNING: migensim_dut.v:12: $readmemh(mem.init): Not enough words in the file for the requested range [0:4095].
0
1
2
3
4
5
6
7
8
9
10
sbourdeauducq commented 8 years ago

Not a problem with the new simulator. (It would still appear if simulating the Verilog output, but partial init files are OK and should not produce warnings IMO)