Skip to content
  • Grzegorz Daniluk's avatar
    genrams: simplify RAM initialization during synthesis · c283c216
    Grzegorz Daniluk authored
    New function expects textfile with binary representation of each word in a
    separate line, e.g.:
    10011000000000000000000000000000
    11010000000000000000000000000000
    11010000001000000000000000000000
    01111000000000010000000000000000
    00111000001000010000000000000000
    
    This for example reduces WRPC SPEC reference design synthesis time from ~26
    minutes to ~11 minutes.
    c283c216